2021-10-21 18:23:02 -04:00
|
|
|
@echo off
|
|
|
|
cd tools
|
2021-10-29 05:10:50 -04:00
|
|
|
premake5.exe vs2022
|
2021-10-21 18:23:02 -04:00
|
|
|
cd ../build
|
2021-12-04 08:42:31 -05:00
|
|
|
call "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat"
|
2021-10-21 18:23:02 -04:00
|
|
|
MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuIII
|
|
|
|
cd ..
|