diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-11-05 00:47:07 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-11-05 00:47:07 +0000 |
commit | 6f8c3d4fafc8e301e89137d80ad85e4e1314bd56 (patch) | |
tree | cd175af64c20070d580635249b2c4c852f6a87fe /BUILDING | |
parent | f86b3938a7e5d2b01f0f2e6756d3efdbd2994641 (diff) |
Changed so that the default is to build FAT support
Diffstat (limited to 'BUILDING')
-rw-r--r-- | BUILDING | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,9 +7,10 @@ a 'make' command in the top level directory: $ make -If you wish to build FAT support you need to supply additional flag settings: +By default FAT support will be initialised. To prevent this you need to supply +additional flag settings: -$ make ADDITIONAL_CFLAGS="-DDS81_USE_FAT" +$ make ADDITIONAL_CFLAGS="-DDS81_DISABLE_FAT" There is a script mkrelease.sh which simply makes a FAT and non-FAT version of |