mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-05 04:17:07 +02: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
|
||||
cd build
|
||||
cmake .. -G "Visual Studio 16 2019" -A x64
|
||||
pause
|
||||
ECHO CMake has finished.
|
||||
pause
|
||||
|
|
Loading…
Reference in a new issue