Add FAT.COM

This commit is contained in:
Wayne Warthen
2019-08-16 11:54:47 -07:00
parent c8c1dd9c10
commit aeccf550e3
5 changed files with 14 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ zx MLOAD25 -SURVEY.COM=SURVEY.HEX
setlocal & cd XM && call Build || exit /b 1 & endlocal
setlocal & cd FDU && call Build || exit /b 1 & endlocal
setlocal & cd Tune && call Build || exit /b 1 & endlocal
setlocal & cd FAT && call Build || exit /b 1 & endlocal
copy *.com %APPBIN%\

View File

@@ -10,3 +10,4 @@ if exist *.prn del *.prn
setlocal & cd XM && call Clean || exit /b 1 & endlocal
setlocal & cd FDU && call Clean || exit /b 1 & endlocal
setlocal & cd Tune && call Clean || exit /b 1 & endlocal
setlocal & cd FAT && call Clean || exit /b 1 & endlocal

View File

@@ -0,0 +1,7 @@
@echo off
setlocal
REM FAT.com is currently distributed as a binary application, so
REM it is not built here.
copy /Y FAT.com ..\..\..\Binary\Apps\

View File

@@ -0,0 +1,5 @@
@echo off
setlocal
REM FAT.com is currently distributed as a binary application, so
REM we do not delete the .COM file.

BIN
Source/Apps/FAT/FAT.COM Normal file

Binary file not shown.