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

marcus_c at users.sourceforge.net marcus_c at users.sourceforge.net
Sun Jul 26 22:41:33 CEST 2009


Revision: 42825
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42825&view=rev
Author:   marcus_c
Date:     2009-07-26 20:41:33 +0000 (Sun, 26 Jul 2009)

Log Message:
-----------
Create IP.BIN.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/dc/dreamcast.mk

Added Paths:
-----------
    scummvm/trunk/backends/platform/dc/ip.txt.in

Modified: scummvm/trunk/backends/platform/dc/dreamcast.mk
===================================================================
--- scummvm/trunk/backends/platform/dc/dreamcast.mk	2009-07-26 14:40:44 UTC (rev 42824)
+++ scummvm/trunk/backends/platform/dc/dreamcast.mk	2009-07-26 20:41:33 UTC (rev 42825)
@@ -6,9 +6,8 @@
 CC := $(CXX)
 ASFLAGS := $(CXXFLAGS)
 
+dist : SCUMMVM.BIN IP.BIN plugin_dist
 
-dist : SCUMMVM.BIN plugin_dist
-
 plugin_dist : plugins
 	@[ -z "$(PLUGINS)" ] || for p in $(or $(PLUGINS),none); do \
 	  t="`basename \"$$p\" | LC_CTYPE=C tr '[:lower:]' '[:upper:]'`"; \
@@ -24,4 +23,12 @@
 scummvm.bin : scummvm.elf
 	sh-elf-objcopy -S -R .stack -O binary $< $@
 
+IP.BIN : ip.txt
+	makeip $< $@
 
+ip.txt : $(srcdir)/backends/platform/dc/ip.txt.in
+	if [ x"$(VER_EXTRA)" = xsvn ]; then \
+	  if [ -z "$(VER_SVNREV)" ]; then ver="SVN"; else ver="r$(VER_SVNREV)"; fi; \
+	else ver="V$(VERSION)"; fi; \
+	sed -e 's/[@]VERSION[@]/'"$$ver"/ -e 's/[@]DATE[@]/$(shell date '+%Y%m%d')/' < $< > $@
+

Added: scummvm/trunk/backends/platform/dc/ip.txt.in
===================================================================
--- scummvm/trunk/backends/platform/dc/ip.txt.in	                        (rev 0)
+++ scummvm/trunk/backends/platform/dc/ip.txt.in	2009-07-26 20:41:33 UTC (rev 42825)
@@ -0,0 +1,11 @@
+Hardware ID   : SEGA SEGAKATANA
+Maker ID      : SEGA ENTERPRISES
+Device Info   : 0000 CD-ROM1/1
+Area Symbols  : JUE
+Peripherals   : E000F10
+Product No    : T0000
+Version       : @VERSION@
+Release Date  : @DATE@
+Boot Filename : SCUMMVM.BIN
+SW Maker Name : The ScummVM team
+Game Title    : ScummVM


Property changes on: scummvm/trunk/backends/platform/dc/ip.txt.in
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native


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