[Scummvm-cvs-logs] SF.net SVN: scummvm: [25238] scummvm/branches/branch-0-9-0/backends/ds/arm9 /makefile

agent-q at users.sourceforge.net agent-q at users.sourceforge.net
Sun Jan 28 01:04:13 CET 2007


Revision: 25238
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25238&view=rev
Author:   agent-q
Date:     2007-01-27 16:04:12 -0800 (Sat, 27 Jan 2007)

Log Message:
-----------
Adding DLDI to makefile

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/backends/ds/arm9/makefile

Modified: scummvm/branches/branch-0-9-0/backends/ds/arm9/makefile
===================================================================
--- scummvm/branches/branch-0-9-0/backends/ds/arm9/makefile	2007-01-27 23:54:15 UTC (rev 25237)
+++ scummvm/branches/branch-0-9-0/backends/ds/arm9/makefile	2007-01-28 00:04:12 UTC (rev 25238)
@@ -3,9 +3,9 @@
 
 # Select the build you want by uncommenting one of the following lines:
 
-DS_BUILD_A = 1
+#DS_BUILD_A = 1
 #DS_BUILD_B = 1
-#DS_BUILD_C = 1
+DS_BUILD_C = 1
 
 
 # Uncomment the following line to build in support for MP3 audio
@@ -164,14 +164,18 @@
 			$(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_dldi.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 \
 #			$(portdir)/source/fat/io_sc_common.o $(portdir)/source/fat/io_sd_common.o 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list