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