8 lines
240 B
Batchfile
8 lines
240 B
Batchfile
@echo off
|
|
echo --------------------------------------------------
|
|
echo Building DebugSA
|
|
echo --------------------------------------------------
|
|
echo[
|
|
call "tools\Setup.bat"
|
|
MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuSA
|