In order to get the Linux/Mac and Windows builds to result in a binary identical result, I have changed the case of some filenames. Windows and Linux handle directory sorting differently for upper/lower case in filenames.
8 lines
157 B
Batchfile
8 lines
157 B
Batchfile
@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\
|