diff options
Diffstat (limited to 'arm9/BUILDING')
-rw-r--r-- | arm9/BUILDING | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arm9/BUILDING b/arm9/BUILDING index 553f2e5..263b160 100644 --- a/arm9/BUILDING +++ b/arm9/BUILDING @@ -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 |