2021-07-21 13:31:02 -04:00
|
|
|
@echo off
|
2021-07-30 18:01:17 -04:00
|
|
|
cd tools
|
2021-07-21 13:31:02 -04:00
|
|
|
premake5.exe vs2019
|
2021-07-30 18:01:17 -04:00
|
|
|
cd ../build
|
2021-07-21 14:06:42 -04:00
|
|
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\VsDevCmd.bat"
|
2021-07-26 08:58:34 -04:00
|
|
|
MsBuild CheatMenu.sln /property:Configuration=Debug
|
2021-07-25 08:29:01 -04:00
|
|
|
cd ..
|