diff --git a/tools/DebugAll.bat b/tools/DebugAll.bat index f4ac903..793ac0c 100644 --- a/tools/DebugAll.bat +++ b/tools/DebugAll.bat @@ -5,6 +5,12 @@ echo -------------------------------------------------- echo[ call "tools\Setup.bat" MsBuild CheatMenu.sln /property:Configuration=Debug +del %SA_DIR%"\CheatMenuSA.asi" /Q +del %SA_DIR%"\CheatMenuSA.pdb" /Q +del %SA_DIR%"\CheatMenuVC.asi" /Q +del %SA_DIR%"\CheatMenuVC.pdb" /Q +del %SA_DIR%"\CheatMenuIII.asi" /Q +del %SA_DIR%"\CheatMenuIII.pdb" /Q %systemroot%\System32\xcopy /s "build\bin\CheatMenuSA.asi" %SA_DIR% /K /D /H /Y %systemroot%\System32\xcopy /s "build\bin\CheatMenuVC.asi" %VC_DIR% /K /D /H /Y %systemroot%\System32\xcopy /s "build\bin\CheatMenuIII.asi" %III_DIR% /K /D /H /Y diff --git a/tools/DebugIII.bat b/tools/DebugIII.bat index 62a6413..e51df04 100644 --- a/tools/DebugIII.bat +++ b/tools/DebugIII.bat @@ -5,5 +5,7 @@ echo -------------------------------------------------- echo[ call "tools\Setup.bat" MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuIII +del %SA_DIR%"\CheatMenuIII.asi" /Q +del %SA_DIR%"\CheatMenuIII.pdb" /Q %systemroot%\System32\xcopy /s "bin\CheatMenuIII.asi" %III_DIR% /K /D /H /Y %systemroot%\System32\xcopy /s "bin\CheatMenuIII.pdb" %III_DIR% /K /D /H /Y diff --git a/tools/DebugSA.bat b/tools/DebugSA.bat index 5ea57f8..aaa665e 100644 --- a/tools/DebugSA.bat +++ b/tools/DebugSA.bat @@ -5,5 +5,7 @@ echo -------------------------------------------------- echo[ call "tools\Setup.bat" MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuSA +del %SA_DIR%"\CheatMenuSA.asi" /Q +del %SA_DIR%"\CheatMenuSA.pdb" /Q %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 diff --git a/tools/DebugVC.bat b/tools/DebugVC.bat index fdcff92..5d892bd 100644 --- a/tools/DebugVC.bat +++ b/tools/DebugVC.bat @@ -5,5 +5,7 @@ echo -------------------------------------------------- echo[ call "tools\Setup.bat" MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuVC +del %SA_DIR%"\CheatMenuVC.asi" /Q +del %SA_DIR%"\CheatMenuVC.pdb" /Q %systemroot%\System32\xcopy /s "bin\CheatMenuVC.asi" %VC_DIR% /K /D /H /Y %systemroot%\System32\xcopy /s "bin\CheatMenuVC.pdb" %VC_DIR% /K /D /H /Y diff --git a/tools/ReleaseAll.bat b/tools/ReleaseAll.bat index abae4ba..f7f6002 100644 --- a/tools/ReleaseAll.bat +++ b/tools/ReleaseAll.bat @@ -5,6 +5,9 @@ echo -------------------------------------------------- echo[ call "tools\Setup.bat" MsBuild CheatMenu.sln /property:Configuration=Release +del %SA_DIR%"\CheatMenuSA.asi" /Q +del %SA_DIR%"\CheatMenuVC.asi" /Q +del %SA_DIR%"\CheatMenuIII.asi" /Q %systemroot%\System32\xcopy /s "build\bin\CheatMenuSA.asi" %SA_DIR% /K /D /H /Y %systemroot%\System32\xcopy /s "build\bin\CheatMenuVC.asi" %VC_DIR% /K /D /H /Y %systemroot%\System32\xcopy /s "build\bin\CheatMenuIII.asi" %III_DIR% /K /D /H /Y \ No newline at end of file diff --git a/tools/ReleaseIII.bat b/tools/ReleaseIII.bat index dabe403..408424a 100644 --- a/tools/ReleaseIII.bat +++ b/tools/ReleaseIII.bat @@ -5,4 +5,5 @@ echo -------------------------------------------------- echo[ call "tools\Setup.bat" MsBuild CheatMenu.sln /property:Configuration=Release /t:CheatMenuIII +del %SA_DIR%"\CheatMenuIII.asi" /Q %systemroot%\System32\xcopy /s "bin\CheatMenuIII.asi" %III_DIR% /K /D /H /Y diff --git a/tools/ReleaseSA.bat b/tools/ReleaseSA.bat index c63938a..0804bfc 100644 --- a/tools/ReleaseSA.bat +++ b/tools/ReleaseSA.bat @@ -5,4 +5,5 @@ echo -------------------------------------------------- echo[ call "tools\Setup.bat" MsBuild CheatMenu.sln /property:Configuration=Release /t:CheatMenuSA +del %SA_DIR%"\CheatMenuSA.asi" /Q %systemroot%\System32\xcopy /s "bin\CheatMenuSA.asi" %SA_DIR% /K /D /H /Y diff --git a/tools/ReleaseVC.bat b/tools/ReleaseVC.bat index bb66153..25612c2 100644 --- a/tools/ReleaseVC.bat +++ b/tools/ReleaseVC.bat @@ -5,4 +5,5 @@ echo -------------------------------------------------- echo[ call "tools\Setup.bat" MsBuild CheatMenu.sln /property:Configuration=Release /t:CheatMenuVC +del %SA_DIR%"\CheatMenuVC.asi" /Q %systemroot%\System32\xcopy /s "bin\CheatMenuVC.asi" %VC_DIR% /K /D /H /Y