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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Jul 5 13:07:24 CEST 2010


Revision: 50675
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50675&view=rev
Author:   fingolfin
Date:     2010-07-05 11:07:24 +0000 (Mon, 05 Jul 2010)

Log Message:
-----------
DS: Fix typo; change bin2o/bin2h to create taget dir

Modified Paths:
--------------
    scummvm/trunk/backends/platform/ds/ds.mk
    scummvm/trunk/backends/platform/ds/module.mk

Modified: scummvm/trunk/backends/platform/ds/ds.mk
===================================================================
--- scummvm/trunk/backends/platform/ds/ds.mk	2010-07-05 10:08:13 UTC (rev 50674)
+++ scummvm/trunk/backends/platform/ds/ds.mk	2010-07-05 11:07:24 UTC (rev 50675)
@@ -3,7 +3,7 @@
 # where OPTIONS is...
 # build A:  --enable-scumm
 # build B:  --enable-sky --enable-queen
-# build C:  --enable-ago
+# build C:  --enable-agos
 # build D:  --enable-gob --enable-cine --enable-agi
 # build E:  --enable-saga --disable-mad
 # build F:  --enable-kyra --disable-mad

Modified: scummvm/trunk/backends/platform/ds/module.mk
===================================================================
--- scummvm/trunk/backends/platform/ds/module.mk	2010-07-05 10:08:13 UTC (rev 50674)
+++ scummvm/trunk/backends/platform/ds/module.mk	2010-07-05 11:07:24 UTC (rev 50675)
@@ -63,10 +63,12 @@
 # canned command sequence for binary data
 #---------------------------------------------------------------------------------
 define bin2o
+	$(MKDIR) $(*D)
 	bin2s $< | $(AS) -mthumb -mthumb-interwork -o $(@)
 endef
 
 define bin2h
+	$(MKDIR) $(*D)
 	echo "extern const u8" `(echo $(<F) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"_end[];" > $@
 	echo "extern const u8" `(echo $(<F) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"[];" >> $@
 	echo "extern const u32" `(echo $(<F) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`_size";" >> $@


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