diff options
| author | Neil Millstone | 2006-12-01 22:36:54 +0000 |
|---|---|---|
| committer | Neil Millstone | 2006-12-01 22:36:54 +0000 |
| commit | 40d10a5436dcefefb78a7d563f6808b91babf4ab (patch) | |
| tree | 6e1e9f4edb6856a67af2c1fad97616b7082487c6 /backends/platform/ds/arm9/makefile | |
| parent | 9c13f12cddb13a92acc3c671ed3547e5f7a6c8f5 (diff) | |
| download | scummvm-rg350-40d10a5436dcefefb78a7d563f6808b91babf4ab.tar.gz scummvm-rg350-40d10a5436dcefefb78a7d563f6808b91babf4ab.tar.bz2 scummvm-rg350-40d10a5436dcefefb78a7d563f6808b91babf4ab.zip | |
svn-id: r24799
Diffstat (limited to 'backends/platform/ds/arm9/makefile')
| -rw-r--r-- | backends/platform/ds/arm9/makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/backends/platform/ds/arm9/makefile b/backends/platform/ds/arm9/makefile index c17693b148..fee64198b6 100644 --- a/backends/platform/ds/arm9/makefile +++ b/backends/platform/ds/arm9/makefile @@ -41,6 +41,7 @@ ifdef DS_BUILD_A DISABLE_LURE = 1 DISABLE_CINE = 1 DISABLE_AGI = 1 + DISABLE_TOUCHE = 1 BUILD=scummvm-A endif @@ -61,6 +62,7 @@ ifdef DS_BUILD_B DISABLE_LURE = 1 DISABLE_CINE = 1 DISABLE_AGI = 1 + DISABLE_TOUCHE = 1 BUILD=scummvm-B endif @@ -81,6 +83,7 @@ ifdef DS_BUILD_C DISABLE_LURE = 1 DISABLE_CINE = 1 DISABLE_AGI = 1 + DISABLE_TOUCHE = 1 BUILD=scummvm-C endif @@ -164,13 +167,12 @@ FAT_OBJS := $(portdir)/source/fat/disc_io.o $(portdir)/source/fat/gba_nds_fat.o $(portdir)/source/fat/io_mpcf.o $(portdir)/source/fat/io_sccf.o\ $(portdir)/source/fat/io_m3sd.o\ $(portdir)/source/fat/io_nmmc.o $(portdir)/source/fat/io_scsd.o \ - $(portdir)/source/fat/io_m3sd_asm.o $(portdir)/source/fat/io_scsd_asm.o \ + $(portdir)/source/fat/io_scsd_asm.o \ $(portdir)/source/fat/io_njsd.o \ $(portdir)/source/fat/io_mmcf.o \ $(portdir)/source/fat/io_sd_common.o \ - $(portdir)/source/fat/io_m3_common.o - - + $(portdir)/source/fat/io_m3_common.o \ + $(portdir)/source/fat/m3sd.o # $(portdir)/source/fat/io_cf_common.o $(portdir)/source/fat/io_m3_common.o\ # $(portdir)/source/fat/io_sd_common.o $(portdir)/source/fat/io_scsd_s.o \ |
