diff options
author | Max Horn | 2008-06-03 21:04:41 +0000 |
---|---|---|
committer | Max Horn | 2008-06-03 21:04:41 +0000 |
commit | 5288daa863b6eeb9696e9dd48640f237b0b644ba (patch) | |
tree | cc92f8b555ebea8e5c1d8d430133311375fb5d3d /backends/platform/ds/arm9/makefile | |
parent | e3a8074a6d93b8ef590c9761f2a8d7aba8b06e0b (diff) | |
download | scummvm-rg350-5288daa863b6eeb9696e9dd48640f237b0b644ba.tar.gz scummvm-rg350-5288daa863b6eeb9696e9dd48640f237b0b644ba.tar.bz2 scummvm-rg350-5288daa863b6eeb9696e9dd48640f237b0b644ba.zip |
DS: Forgot to commit #include changes in the ds-fs.* files; this allows to get rid of -Isource/fat
svn-id: r32520
Diffstat (limited to 'backends/platform/ds/arm9/makefile')
-rw-r--r-- | backends/platform/ds/arm9/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/makefile b/backends/platform/ds/arm9/makefile index 1a4d61113e..7472a32218 100644 --- a/backends/platform/ds/arm9/makefile +++ b/backends/platform/ds/arm9/makefile @@ -182,7 +182,7 @@ endif LDFLAGS = -specs=ds_arm9.specs -mthumb-interwork -Wl,--wrap,time -mno-fpu -Wl,-Map,map.txt -INCLUDES= -I./ -I$(portdir)/$(BUILD) -I$(srcdir) -I$(srcdir)/common -I$(portdir)/source -I$(portdir)/source/fat \ +INCLUDES= -I./ -I$(portdir)/$(BUILD) -I$(srcdir) -I$(srcdir)/common -I$(portdir)/source \ -I$(portdir)/data -I$(libndsdir)/include -I$(portdir)/../commoninclude\ -I$(libndsdir)/include -I$(libndsdir)/include/nds -I$(srcdir)/engines -I$(portdir)/source/mad\ -I$(portdir)/source/libcartreset -include $(srcdir)/common/scummsys.h |