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.
11 lines
351 B
11 lines
351 B
^D:\KEYSTONE\KSTOOL\CMAKELISTS.TXT
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -SD:/keystone -BD:/keystone/msvc --check-stamp-file D:/keystone/msvc/kstool/CMakeFiles/generate.stamp
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|