Update build sys for vs22
This commit is contained in:
parent
c434183a62
commit
b60b6e8b04
@ -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 ..
|
||||||
|
@ -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 ..
|
||||||
|
@ -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 ..
|
||||||
|
@ -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 ..
|
||||||
|
@ -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 ..
|
||||||
|
@ -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.
Loading…
Reference in New Issue
Block a user