mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
project: fix typo on gen-windows & building.
- fix generate project. - add pause in end script for can view result.
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user