Files
RomWBW/Source/Apps/timer/Build.cmd
Wayne Warthen 0113852f7b Various Cleanup - Issue #440
- Removed duplicate files in disk image process
- Moved all applications to individual folders
2024-10-21 15:43:11 -07:00

11 lines
227 B
Batchfile

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