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