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.
16 lines
297 B
16 lines
297 B
@echo off
|
|
setlocal
|
|
|
|
set TOOLS=..\..\..\Tools
|
|
|
|
set PATH=%TOOLS%\zxcc;%PATH%
|
|
|
|
set CPMDIR80=%TOOLS%/cpm/
|
|
|
|
:: zxcc MAC survey.asm -$PO || exit /b
|
|
:: zxcc MLOAD25 survey || exit /b
|
|
|
|
zxcc M80 -,=survey/L/R
|
|
zxcc L80 -survey,survey/N/E
|
|
|
|
copy /Y survey.com ..\..\..\Binary\Apps\ || exit /b
|
|
|