project: fix typo on gen-windows & building.

- fix generate project.
- add pause in end script for can view result.
This commit is contained in:
Zangetsu38
2021-06-16 12:18:41 +02:00
committed by pent0
parent e745b3d782
commit 27da13be20
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
@echo off
REM Generate project files for Visual Studio 2019
call cmake -S . -B build-windows -G "Visual Studio 2019 16" -DCMAKE_TOOLCHAIN_FILE=./cmake/toolchain/windows-x64.cmake
call cmake -S . -B build-windows -G "Visual Studio 16 2019" -DCMAKE_TOOLCHAIN_FILE=./cmake/toolchain/windows-x64.cmake
pause