[Scummvm-cvs-logs] SF.net SVN: scummvm:[51555] scummvm/trunk/backends/platform/ds/arm9

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Aug 1 00:42:42 CEST 2010


Revision: 51555
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51555&view=rev
Author:   fingolfin
Date:     2010-07-31 22:42:42 +0000 (Sat, 31 Jul 2010)

Log Message:
-----------
DS: Fix custom DS build system

Modified Paths:
--------------
    scummvm/trunk/backends/platform/ds/arm9/makefile
    scummvm/trunk/backends/platform/ds/arm9/source/portdefs.h

Modified: scummvm/trunk/backends/platform/ds/arm9/makefile
===================================================================
--- scummvm/trunk/backends/platform/ds/arm9/makefile	2010-07-31 21:47:56 UTC (rev 51554)
+++ scummvm/trunk/backends/platform/ds/arm9/makefile	2010-07-31 22:42:42 UTC (rev 51555)
@@ -297,14 +297,14 @@
 endif
 
 
-DATA_OBJS :=
+DATA_OBJS := \
 	$(portdir)/data/icons.o \
 	$(portdir)/data/keyboard.o \
 	$(portdir)/data/keyboard_pal.o \
 	$(portdir)/data/default_font.o \
 	$(portdir)/data/8x8font_tga.o
 
-FAT_OBJS :=
+FAT_OBJS := \
 	$(portdir)/source/fat/disc_io.o \
 	$(portdir)/source/fat/gba_nds_fat.o \
 	$(portdir)/source/fat/io_fcsr.o \

Modified: scummvm/trunk/backends/platform/ds/arm9/source/portdefs.h
===================================================================
--- scummvm/trunk/backends/platform/ds/arm9/source/portdefs.h	2010-07-31 21:47:56 UTC (rev 51554)
+++ scummvm/trunk/backends/platform/ds/arm9/source/portdefs.h	2010-07-31 22:42:42 UTC (rev 51555)
@@ -26,6 +26,9 @@
 #ifndef _PORTDEFS_H_
 #define _PORTDEFS_H_
 
+// Include ndstypes.h for uint16 etc. typedefs
+#include "nds/ndstypes.h"
+
 // Somebody removed these from scummsys.h, but they're still required, so I'm
 // adding them here in the hope that they'll stay.
 #include <stdio.h>


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