CheatMenuSA/tools/ReleaseIII.bat

10 lines
358 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
2022-01-22 03:26:50 -05:00
del %SA_DIR%"\CheatMenuIII.asi" /Q
2021-12-28 01:32:29 -05:00
%systemroot%\System32\xcopy /s "bin\CheatMenuIII.asi" %III_DIR% /K /D /H /Y