Initial commit.
This commit is contained in:
19
codemp/ui/ui.bat
Normal file
19
codemp/ui/ui.bat
Normal file
@@ -0,0 +1,19 @@
|
||||
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 ui makefile
|
||||
make ui
|
||||
|
||||
cd vm
|
||||
|
||||
mkdir "..\..\base\vm"
|
||||
copy *.map "..\..\base\vm"
|
||||
copy *.qvm "..\..\base\vm"
|
||||
|
||||
:quit
|
||||
cd ..
|
||||
Reference in New Issue
Block a user