mirror of https://github.com/wwarthen/RomWBW.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
379 B
18 lines
379 B
@echo off
|
|
setlocal
|
|
|
|
set PATH=%PATH%;..\..\..\Tools\zx;..\..\..\Tools\cpmtools;
|
|
|
|
set ZXBINDIR=../../../tools/cpm/bin/
|
|
set ZXLIBDIR=../../../tools/cpm/lib/
|
|
set ZXINCDIR=../../../tools/cpm/include/
|
|
|
|
copy ..\z3baset.lib .
|
|
zx ZMAC -zcpr33t.z80 -/P
|
|
del z3baset.lib
|
|
move zcpr33t.rel ..
|
|
|
|
copy ..\z3basen.lib .
|
|
zx ZMAC -zcpr33n.z80 -/P
|
|
del z3basen.lib
|
|
move zcpr33n.rel ..
|