Update bats
This commit is contained in:
parent
3a278c2c1d
commit
5eb7bc0f41
@ -5,6 +5,12 @@ echo --------------------------------------------------
|
|||||||
echo[
|
echo[
|
||||||
call "tools\Setup.bat"
|
call "tools\Setup.bat"
|
||||||
MsBuild CheatMenu.sln /property:Configuration=Debug
|
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\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\CheatMenuVC.asi" %VC_DIR% /K /D /H /Y
|
||||||
%systemroot%\System32\xcopy /s "build\bin\CheatMenuIII.asi" %III_DIR% /K /D /H /Y
|
%systemroot%\System32\xcopy /s "build\bin\CheatMenuIII.asi" %III_DIR% /K /D /H /Y
|
||||||
|
@ -5,5 +5,7 @@ echo --------------------------------------------------
|
|||||||
echo[
|
echo[
|
||||||
call "tools\Setup.bat"
|
call "tools\Setup.bat"
|
||||||
MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuIII
|
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.asi" %III_DIR% /K /D /H /Y
|
||||||
%systemroot%\System32\xcopy /s "bin\CheatMenuIII.pdb" %III_DIR% /K /D /H /Y
|
%systemroot%\System32\xcopy /s "bin\CheatMenuIII.pdb" %III_DIR% /K /D /H /Y
|
||||||
|
@ -5,5 +5,7 @@ echo --------------------------------------------------
|
|||||||
echo[
|
echo[
|
||||||
call "tools\Setup.bat"
|
call "tools\Setup.bat"
|
||||||
MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuSA
|
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.asi" %SA_DIR% /K /D /H /Y
|
||||||
%systemroot%\System32\xcopy /s "bin\CheatMenuSA.pdb" %SA_DIR% /K /D /H /Y
|
%systemroot%\System32\xcopy /s "bin\CheatMenuSA.pdb" %SA_DIR% /K /D /H /Y
|
||||||
|
@ -5,5 +5,7 @@ echo --------------------------------------------------
|
|||||||
echo[
|
echo[
|
||||||
call "tools\Setup.bat"
|
call "tools\Setup.bat"
|
||||||
MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuVC
|
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.asi" %VC_DIR% /K /D /H /Y
|
||||||
%systemroot%\System32\xcopy /s "bin\CheatMenuVC.pdb" %VC_DIR% /K /D /H /Y
|
%systemroot%\System32\xcopy /s "bin\CheatMenuVC.pdb" %VC_DIR% /K /D /H /Y
|
||||||
|
@ -5,6 +5,9 @@ echo --------------------------------------------------
|
|||||||
echo[
|
echo[
|
||||||
call "tools\Setup.bat"
|
call "tools\Setup.bat"
|
||||||
MsBuild CheatMenu.sln /property:Configuration=Release
|
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\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\CheatMenuVC.asi" %VC_DIR% /K /D /H /Y
|
||||||
%systemroot%\System32\xcopy /s "build\bin\CheatMenuIII.asi" %III_DIR% /K /D /H /Y
|
%systemroot%\System32\xcopy /s "build\bin\CheatMenuIII.asi" %III_DIR% /K /D /H /Y
|
@ -5,4 +5,5 @@ echo --------------------------------------------------
|
|||||||
echo[
|
echo[
|
||||||
call "tools\Setup.bat"
|
call "tools\Setup.bat"
|
||||||
MsBuild CheatMenu.sln /property:Configuration=Release /t:CheatMenuIII
|
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
|
%systemroot%\System32\xcopy /s "bin\CheatMenuIII.asi" %III_DIR% /K /D /H /Y
|
||||||
|
@ -5,4 +5,5 @@ echo --------------------------------------------------
|
|||||||
echo[
|
echo[
|
||||||
call "tools\Setup.bat"
|
call "tools\Setup.bat"
|
||||||
MsBuild CheatMenu.sln /property:Configuration=Release /t:CheatMenuSA
|
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
|
%systemroot%\System32\xcopy /s "bin\CheatMenuSA.asi" %SA_DIR% /K /D /H /Y
|
||||||
|
@ -5,4 +5,5 @@ echo --------------------------------------------------
|
|||||||
echo[
|
echo[
|
||||||
call "tools\Setup.bat"
|
call "tools\Setup.bat"
|
||||||
MsBuild CheatMenu.sln /property:Configuration=Release /t:CheatMenuVC
|
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
|
%systemroot%\System32\xcopy /s "bin\CheatMenuVC.asi" %VC_DIR% /K /D /H /Y
|
||||||
|
Loading…
Reference in New Issue
Block a user