ZMP LInux/MacOS Build

- Added new ZMP application to Linux/MacOS Build
- More ZX cleanup
This commit is contained in:
Wayne Warthen
2021-08-23 14:43:55 -07:00
parent 17e36df0a0
commit 6aa216e040
39 changed files with 713 additions and 682 deletions

18
Source/Apps/ZMP/Build.cmd Normal file
View File

@@ -0,0 +1,18 @@
@echo off
setlocal
set TOOLS=..\..\..\Tools
set PATH=%TOOLS%\zx;%PATH%
set ZXBINDIR=%TOOLS%\cpm\bin\
set ZXLIBDIR=%TOOLS%\cpm\lib\
set ZXINCDIR=%TOOLS%\cpm\include\
zx Z80ASM -ZMO-RW01/H || exit /b
zx MLOAD25 -ZMP.COM=ZMPX.COM,ZMO-RW01 || exit /b
copy /Y zmp.com ..\..\..\Binary\Apps\ || exit /b
copy /Y *.ovr ..\..\..\Binary\Apps\ || exit /b
copy /Y *.hlp ..\..\..\Binary\Apps\ || exit /b
copy /Y zmp.doc ..\..\..\Binary\Apps\ || exit /b