cmake-vs2015.bat 495 B

12345678910111213
  1. @echo off
  2. REM Run this batch from the build directory.
  3. REM
  4. REM Set the git root. All projects should be checkout under this root.
  5. set GIT_ROOT=/git
  6. REM Then we have:
  7. REM c:\git\hpcc
  8. REM c:\git\PlatformExernalsVS2015
  9. REM c:\git\hpcc-bld
  10. cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=Debug -DEXTERNALS_DIRECTORY=%GIT_ROOT%/PlatformExternalsVS2015 -DUSE_CBLAS=OFF -DUSE_APR=OFF -DUSE_XALAN=OFF -DUSE_LIBXSLT=ON -DUSE_CASSANDRA=OFF -DWSSQL_SERVICE=OFF –DUSE_CBLAS=OFF %GIT_ROOT%/hpcc