Upload
This commit is contained in:
commit
43352ff262
1291 changed files with 220976 additions and 0 deletions
9
VISU/MK.BAT
Normal file
9
VISU/MK.BAT
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
echo off
|
||||
nmake
|
||||
if ERRORLEVEL 1 goto err
|
||||
cd c
|
||||
nmake cplay.exe
|
||||
if ERRORLEVEL 1 goto err
|
||||
cplay city
|
||||
type ..\todo
|
||||
:err
|
||||
Loading…
Reference in a new issue