jediacademy/codemp/game/game.bat

20 lines
277 B
Batchfile

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 ..