jediacademy/codemp/game/game.bat

20 lines
277 B
Batchfile
Raw Permalink Normal View History

2013-04-04 22:35:38 +00:00
echo off
REM del /q vm
REM rww - removed this.. point of makefile is not have to rebuild all of it
mkdir vm
del vm\bg_lib.asm
asm2mak game makefile
make game
cd vm
mkdir "..\..\base\vm"
copy *.map "..\..\base\vm"
copy *.qvm "..\..\base\vm"
:quit
cd ..