12 lines
458 B
Batchfile
12 lines
458 B
Batchfile
@echo off
|
|
echo --------------------------------------------------
|
|
echo Building DebugVC
|
|
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
|