You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
354 B
8 lines
354 B
@mkdir build > nul 2>&1 |
|
cd build |
|
IF NOT DEFINED VCINSTALLDIR call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" amd64_x86 |
|
D:\Checkouts\BzVCBase\tools\cmake\bin\cmake.exe -T v140_xp -DCMAKE_GENERATOR_TOOLSET=v140_xp .. |
|
D:\Checkouts\BzVCBase\tools\cmake\bin\cmake.exe --build . --config Release |
|
set LOCAL_ERR=%ERRORLEVEL% |
|
cd .. |
|
cmd /c exit %LOCAL_ERR%
|
|
|