[Scummvm-cvs-logs] CVS: scummvm scummvm.rc.in,NONE,1.1 Makefile,1.109,1.110 README,1.360,1.361 scummvm.rc,1.20,1.21 Info.plist,1.18,NONE

Max Horn fingolfin at users.sourceforge.net
Wed Jan 25 12:54:03 CET 2006


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27091

Modified Files:
	Makefile README scummvm.rc 
Added Files:
	scummvm.rc.in 
Removed Files:
	Info.plist 
Log Message:
New tools/update-version.pl script (usage: CMD 1 2 3 CVS  -> results in version 1.2.3CVS)

--- NEW FILE: scummvm.rc.in ---
#include "winresrc.h"

IDI_ICON               ICON    DISCARDABLE     "scummvm.ico"

VS_VERSION_INFO VERSIONINFO
 FILEVERSION @VER_MAJOR@, at VER_MINOR@, at VER_PATCH@,0
 PRODUCTVERSION @VER_MAJOR@, at VER_MINOR@, at VER_PATCH@,0
 FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
 FILEFLAGS 0x1L
#else
 FILEFLAGS 0x0L
#endif
 FILEOS 0x40004L
 FILETYPE 0x1L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904b0"
        BEGIN
            VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
            VALUE "FileDescription", "http://www.scummvm.org/\0"
            VALUE "FileVersion", "@VERSION@\0"
            VALUE "InternalName", "scummvm\0"
            VALUE "LegalCopyright", "Copyright © 2001-2005 The ScummVM Team\0"
            VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0"
            VALUE "OriginalFilename", "scummvm.exe\0"
            VALUE "ProductName", "ScummVM\0"
            VALUE "ProductVersion", "@VERSION@\0"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1200
    END
END

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- Makefile	30 Dec 2005 15:20:27 -0000	1.109
+++ Makefile	25 Jan 2006 20:53:25 -0000	1.110
@@ -95,7 +95,7 @@
 	mkdir -p $(bundle_name)/Contents/MacOS
 	mkdir -p $(bundle_name)/Contents/Resources
 	echo "APPL????" > $(bundle_name)/Contents/PkgInfo
-	cp $(srcdir)/Info.plist $(bundle_name)/Contents/
+	cp $(srcdir)/dists/macosx/Info.plist $(bundle_name)/Contents/
 	cp $(srcdir)/scummvm.icns $(bundle_name)/Contents/Resources/
 	cp scummvm-static $(bundle_name)/Contents/MacOS/scummvm
 	$(srcdir)/tools/credits.pl --rtf > $(bundle_name)/Contents/Resources/Credits.rtf

Index: README
===================================================================
RCS file: /cvsroot/scummvm/scummvm/README,v
retrieving revision 1.360
retrieving revision 1.361
diff -u -d -r1.360 -r1.361
--- README	22 Jan 2006 00:25:37 -0000	1.360
+++ README	25 Jan 2006 20:53:25 -0000	1.361
@@ -1,6 +1,5 @@
 ScummVM README
 Last updated:    $Date$
-Release version: 0.9.0-CVS
 ------------------------------------------------------------------------
 
 For more information, compatibility lists, details on donating, the latest

Index: scummvm.rc
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scummvm.rc,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- scummvm.rc	29 Oct 2005 18:45:48 -0000	1.20
+++ scummvm.rc	25 Jan 2006 20:53:25 -0000	1.21
@@ -21,13 +21,13 @@
         BEGIN
             VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
             VALUE "FileDescription", "http://www.scummvm.org/\0"
-            VALUE "FileVersion", "0.9.0CVS\0"
+            VALUE "FileVersion", "0.9.0cvs\0"
             VALUE "InternalName", "scummvm\0"
             VALUE "LegalCopyright", "Copyright © 2001-2005 The ScummVM Team\0"
             VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0"
             VALUE "OriginalFilename", "scummvm.exe\0"
             VALUE "ProductName", "ScummVM\0"
-            VALUE "ProductVersion", "0.9.0CVS\0"
+            VALUE "ProductVersion", "0.9.0cvs\0"
         END
     END
     BLOCK "VarFileInfo"

--- Info.plist DELETED ---





More information about the Scummvm-git-logs mailing list