forked from MirrorRepos/RomWBW
5 changed files with 14 additions and 0 deletions
@ -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\ |
|||
@ -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. |
|||
Binary file not shown.
Loading…
Reference in new issue