mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
Add CP/NET Support for Duodyne
Co-Authored-By: Douglas Miller <16920069+durgadas311@users.noreply.github.com>
This commit is contained in:
29
Source/CPNET/Build.cmd
Normal file
29
Source/CPNET/Build.cmd
Normal file
@@ -0,0 +1,29 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
set TOOLS=%~dp0..\..\Tools
|
||||
|
||||
set PATH=%TOOLS%\zxcc;%PATH%
|
||||
set CPMDIR80=%TOOLS%\cpm\
|
||||
|
||||
pushd duo\cpnet12
|
||||
zxcc nulu --O -cpn12duo "-<30" --A -*.* --L --X || exit /b
|
||||
move cpn12duo.lbr ..\.. || exit /b
|
||||
popd
|
||||
|
||||
pushd duo\cpnet3
|
||||
zxcc nulu --O -cpn3duo "-<30" --A -*.* --L --X || exit /b
|
||||
move cpn3duo.lbr ..\.. || exit /b
|
||||
popd
|
||||
|
||||
pushd mt011\cpnet12
|
||||
zxcc nulu --O -cpn12mt "-<30" --A -*.* --L --X || exit /b
|
||||
move cpn12mt.lbr ..\.. || exit /b
|
||||
popd
|
||||
|
||||
pushd mt011\cpnet3
|
||||
zxcc nulu --O -cpn3mt "-<30" --A -*.* --L --X || exit /b
|
||||
move cpn3mt.lbr ..\.. || exit /b
|
||||
popd
|
||||
|
||||
copy *.lbr ..\..\Binary\CPNET
|
||||
Reference in New Issue
Block a user