mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Update winprepareVS19.bat
There should either be no pause, or it should wait for user input. If CMake fails, this gives the user a chance to review logs.
This commit is contained in:
parent
cd51bd516f
commit
a4b416eacd
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -G "Visual Studio 16 2019" -A x64
|
cmake .. -G "Visual Studio 16 2019" -A x64
|
||||||
pause
|
ECHO CMake has finished.
|
||||||
|
pause
|
||||||
|
|
Loading…
Reference in a new issue