CheatMenuSA/tools/DebugSA.bat

12 lines
458 B
Batchfile
Raw Normal View History

2021-07-21 13:31:02 -04:00
@echo off
2021-12-27 13:44:13 -05:00
echo --------------------------------------------------
echo Building DebugSA
echo --------------------------------------------------
echo[
call "tools\Setup.bat"
2021-08-01 21:41:48 -04:00
MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuSA
2022-01-22 03:26:50 -05:00
del %SA_DIR%"\CheatMenuSA.asi" /Q
del %SA_DIR%"\CheatMenuSA.pdb" /Q
2021-12-28 01:32:29 -05:00
%systemroot%\System32\xcopy /s "bin\CheatMenuSA.asi" %SA_DIR% /K /D /H /Y
%systemroot%\System32\xcopy /s "bin\CheatMenuSA.pdb" %SA_DIR% /K /D /H /Y