forked from MirrorRepos/RomWBW
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.
14 lines
427 B
14 lines
427 B
@echo off
|
|
setlocal
|
|
|
|
set TOOLS=%~dp0..\..\Tools
|
|
|
|
set PATH=%TOOLS%\zxcc;%PATH%
|
|
set CPMDIR80=%TOOLS%\cpm\
|
|
|
|
zxcc nulu --O -cpn12mt "-<30" --A mt011/cpnet12/*.* --L --X || exit /b
|
|
zxcc nulu --O -cpn3mt "-<30" --A mt011/cpnet3/*.* --L --X || exit /b
|
|
zxcc nulu --O -cpn12duo "-<30" --A duo/cpnet12/*.* --L --X || exit /b
|
|
zxcc nulu --O -cpn3duo "-<30" --A duo/cpnet3/*.* --L --X || exit /b
|
|
|
|
copy *.lbr ..\..\Binary\CPNET
|
|
|