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