Files
Pegasys-RomWBW/Source/Apps/FDU/Build.cmd
Wayne Warthen 8e17067104 Build Improvements
Corrects some situations where build fails, but kept going.
2021-07-24 11:24:48 -07:00

11 lines
258 B
Batchfile

@echo off
setlocal
set TOOLS=../../../Tools
set PATH=%TOOLS%\tasm32;%PATH%
set TASMTABS=%TOOLS%\tasm32
tasm -t80 -b -fFF fdu.asm fdu.com fdu.lst || exit /b
copy /Y fdu.com ..\..\..\Binary\Apps\ || exit /b
copy /Y fdu.txt ..\..\..\Doc\ || exit /b