mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
11 lines
253 B
Batchfile
11 lines
253 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
set TOOLS=..\..\..\Tools
|
|
set PATH=%PATH%;%TOOLS%\zxcc;%TOOLS%\cpmtools;
|
|
set CPMDIR80=%TOOLS%/cpm/
|
|
|
|
copy ..\z3base.lib . || exit /b
|
|
zxcc ZMAC -zcpr33.z80 -/P || exit /b
|
|
del z3base.lib || exit /b
|
|
move zcpr33.rel .. || exit /b |