CheatMenuSA/tools/ReleaseIII.bat

9 lines
323 B
Batchfile
Raw Normal View History

2021-10-21 18:23:02 -04:00
@echo off
2021-12-27 13:44:13 -05:00
echo --------------------------------------------------
echo Building ReleaseIII
echo --------------------------------------------------
echo[
call "tools\Setup.bat"
2021-10-21 18:23:02 -04:00
MsBuild CheatMenu.sln /property:Configuration=Release /t:CheatMenuIII
2021-12-28 01:32:29 -05:00
%systemroot%\System32\xcopy /s "bin\CheatMenuIII.asi" %III_DIR% /K /D /H /Y