summaryrefslogtreecommitdiff
path: root/arm9/BUILDING
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-11-14 00:57:41 +0000
committerIan C <ianc@noddybox.co.uk>2006-11-14 00:57:41 +0000
commit90082bd6e19121cae87be17fdd9c01916bd24cbe (patch)
treecba821f7351a29501df8bb6e85b35de2e96864f7 /arm9/BUILDING
parentf94a304eaa22130ad4b121d8113c04422b1e32e2 (diff)
Project modified so that seperate ARM7 and ARM9 bits can be compiled. Intended for wifi access.
Diffstat (limited to 'arm9/BUILDING')
-rw-r--r--arm9/BUILDING17
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.