mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Various Cleanup - Issue #440
- Removed duplicate files in disk image process - Moved all applications to individual folders
This commit is contained in:
10
Source/Apps/timer/Build.cmd
Normal file
10
Source/Apps/timer/Build.cmd
Normal file
@@ -0,0 +1,10 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user