diff options
Diffstat (limited to 'arm9/BUILDING')
-rw-r--r-- | arm9/BUILDING | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arm9/BUILDING b/arm9/BUILDING deleted file mode 100644 index 263b160..0000000 --- a/arm9/BUILDING +++ /dev/null @@ -1,17 +0,0 @@ -Build Instructions ------------------- - -As this uses the example makefiles from devkitpro, all that is required is -a 'make' command in the top level directory: - -$ make - - -By default FAT support will be initialised. To prevent this you need to supply -additional flag settings: - -$ make ADDITIONAL_CFLAGS="-DDS81_DISABLE_FAT" - - -There is a script mkrelease.sh which simply makes a FAT and non-FAT version of -DS81 for release. |