8 lines
221 B
Batchfile
8 lines
221 B
Batchfile
@echo off
|
|
cd tools
|
|
premake5.exe vs2019
|
|
cd ../build
|
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\VsDevCmd.bat"
|
|
MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuSA
|
|
cd ..
|