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:
gameboycjp 2023-04-21 16:49:20 -07:00 committed by GitHub
parent cd51bd516f
commit a4b416eacd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -A x64
ECHO CMake has finished.
pause