10 lines
390 B
Batchfile
10 lines
390 B
Batchfile
@echo off
|
|
echo --------------------------------------------------
|
|
echo Building DebugVC
|
|
echo --------------------------------------------------
|
|
echo[
|
|
call "tools\Setup.bat"
|
|
MsBuild CheatMenu.sln /property:Configuration=Debug /t:CheatMenuVC
|
|
%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
|