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 /mkrelease.sh | |
parent | f86b3938a7e5d2b01f0f2e6756d3efdbd2994641 (diff) |
Changed so that the default is to build FAT support
Diffstat (limited to 'mkrelease.sh')
-rw-r--r-- | mkrelease.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mkrelease.sh b/mkrelease.sh index ccf7395..14835bb 100644 --- a/mkrelease.sh +++ b/mkrelease.sh @@ -3,12 +3,10 @@ rm -f *.nds *.elf *.gba *.arm9 make clean -make +make ADDITIONAL_CFLAGS="-DDS81_DISABLE_FAT" mv ds81.nds ds81-nofat.nds mv ds81.ds.gba ds81-nofat.ds.gba rm -f build/main.* - -make ADDITIONAL_CFLAGS="-DDS81_USE_FAT" - +make |