mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Add FAT.COM
This commit is contained in:
@@ -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%\
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
7
Source/Apps/FAT/Build.cmd
Normal file
7
Source/Apps/FAT/Build.cmd
Normal 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\
|
||||
5
Source/Apps/FAT/Clean.cmd
Normal file
5
Source/Apps/FAT/Clean.cmd
Normal 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
BIN
Source/Apps/FAT/FAT.COM
Normal file
Binary file not shown.
Reference in New Issue
Block a user