Reintegrate wbw -> trunk

This commit is contained in:
wwarthen
2014-09-08 04:11:55 +00:00
parent 09da338d05
commit 74b80aaeeb
654 changed files with 1160 additions and 6849 deletions

16
Source/ZSDOS/Build.cmd Normal file
View File

@@ -0,0 +1,16 @@
@echo off
setlocal
set TOOLS=../../Tools
set PATH=%TOOLS%\tasm32;%TOOLS%\zx;%PATH%
set TASMTABS=%TOOLS%\tasm32
set ZXBINDIR=%TOOLS%/cpm/bin/
set ZXLIBDIR=%TOOLS%/cpm/lib/
set ZXINCDIR=%TOOLS%/cpm/include/
zx ZMAC -ZSDOS -/P
zx LINK -ZSDOS[LD800]
ren zsdos.com zsdos.bin