CheatMenuSA/tools/ReleaseAll.bat

13 lines
494 B
Batchfile
Raw Normal View History

2021-12-27 13:44:13 -05:00
@echo off
echo --------------------------------------------------
echo Building ReleaseAll
echo --------------------------------------------------
echo[
call "tools\Setup.bat"
MsBuild CheatMenu.sln /property:Configuration=Release
2022-01-22 03:26:50 -05:00
del %SA_DIR%"\CheatMenuSA.asi" /Q
2022-02-04 00:24:50 -05:00
del %VC_DIR%"\CheatMenuVC.asi" /Q
del %III_DIR%"\CheatMenuIII.asi" /Q
2022-06-20 17:08:35 -04:00
xcopy /s "bin\CheatMenuSA.asi" %SA_DIR% /K /D /H /Y
xcopy /s "bin\CheatMenuVC.asi" %VC_DIR% /K /D /H /Y
xcopy /s "bin\CheatMenuIII.asi" %III_DIR% /K /D /H /Y