Update build sys for vs22

This commit is contained in:
Grinch_ 2021-10-29 15:10:50 +06:00
parent c434183a62
commit b60b6e8b04
7 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
@echo off @echo off
cd tools cd tools
premake5.exe vs2019 premake5.exe vs2022
cd ../build cd ../build
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\VsDevCmd.bat" call "C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\Tools\VsDevCmd.bat"
MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuIII MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuIII
cd .. cd ..

View File

@ -1,7 +1,7 @@
@echo off @echo off
cd tools cd tools
premake5.exe vs2019 premake5.exe vs2022
cd ../build cd ../build
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\VsDevCmd.bat" call "C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\Tools\VsDevCmd.bat"
MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuSA MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuSA
cd .. cd ..

View File

@ -1,7 +1,7 @@
@echo off @echo off
cd tools cd tools
premake5.exe vs2019 premake5.exe vs2022
cd ../build cd ../build
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\VsDevCmd.bat" call "C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\Tools\VsDevCmd.bat"
MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuVC MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuVC
cd .. cd ..

View File

@ -1,7 +1,7 @@
@echo off @echo off
cd tools cd tools
premake5.exe vs2019 premake5.exe vs2022
cd ../build cd ../build
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\VsDevCmd.bat" call "C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\Tools\VsDevCmd.bat"
MsBuild CheatMenu.sln /property:Configuration=Release /t:CheatMenuIII MsBuild CheatMenu.sln /property:Configuration=Release /t:CheatMenuIII
cd .. cd ..

View File

@ -1,7 +1,7 @@
@echo off @echo off
cd tools cd tools
premake5.exe vs2019 premake5.exe vs2022
cd ../build cd ../build
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\VsDevCmd.bat" call "C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\Tools\VsDevCmd.bat"
MsBuild CheatMenu.sln /property:Configuration=Release /t:CheatMenuSA MsBuild CheatMenu.sln /property:Configuration=Release /t:CheatMenuSA
cd .. cd ..

View File

@ -1,7 +1,7 @@
@echo off @echo off
cd tools cd tools
premake5.exe vs2019 premake5.exe vs2022
cd ../build cd ../build
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\VsDevCmd.bat" call "C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\Tools\VsDevCmd.bat"
MsBuild CheatMenu.sln /property:Configuration=Release /t:CheatMenuVC MsBuild CheatMenu.sln /property:Configuration=Release /t:CheatMenuVC
cd .. cd ..

Binary file not shown.