Update build sys for vs22
This commit is contained in:
parent
c434183a62
commit
b60b6e8b04
@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
cd tools
|
||||
premake5.exe vs2019
|
||||
premake5.exe vs2022
|
||||
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
|
||||
cd ..
|
||||
|
@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
cd tools
|
||||
premake5.exe vs2019
|
||||
premake5.exe vs2022
|
||||
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
|
||||
cd ..
|
||||
|
@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
cd tools
|
||||
premake5.exe vs2019
|
||||
premake5.exe vs2022
|
||||
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
|
||||
cd ..
|
||||
|
@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
cd tools
|
||||
premake5.exe vs2019
|
||||
premake5.exe vs2022
|
||||
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
|
||||
cd ..
|
||||
|
@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
cd tools
|
||||
premake5.exe vs2019
|
||||
premake5.exe vs2022
|
||||
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
|
||||
cd ..
|
||||
|
@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
cd tools
|
||||
premake5.exe vs2019
|
||||
premake5.exe vs2022
|
||||
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
|
||||
cd ..
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user