CheatMenuSA/tools/ReleaseVC.bat

10 lines
331 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 ReleaseVC
echo --------------------------------------------------
echo[
call "tools\Setup.bat"
2021-08-01 21:41:48 -04:00
MsBuild CheatMenu.sln /property:Configuration=Release /t:CheatMenuVC
2022-02-04 00:24:50 -05:00
del %VC_DIR%"\CheatMenuVC.asi" /Q
2022-06-20 17:08:35 -04:00
xcopy /s "bin\CheatMenuVC.asi" %VC_DIR% /K /D /H /Y