[Scummvm-cvs-logs] SF.net SVN: scummvm:[46988] tools/trunk

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Jan 4 21:57:19 CET 2010


Revision: 46988
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46988&view=rev
Author:   fingolfin
Date:     2010-01-04 20:57:19 +0000 (Mon, 04 Jan 2010)

Log Message:
-----------
Patch #2925824: TOOLS: fix compilation and bundle creation issues

Modified Paths:
--------------
    tools/trunk/compress.cpp
    tools/trunk/dist/macosx/Info.plist

Modified: tools/trunk/compress.cpp
===================================================================
--- tools/trunk/compress.cpp	2010-01-04 20:55:36 UTC (rev 46987)
+++ tools/trunk/compress.cpp	2010-01-04 20:57:19 UTC (rev 46988)
@@ -26,6 +26,10 @@
 #include <sstream>
 #include <stdio.h>
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif /* HAVE_CONFIG_H */
+
 #include "compress.h"
 
 #ifdef USE_VORBIS

Modified: tools/trunk/dist/macosx/Info.plist
===================================================================
--- tools/trunk/dist/macosx/Info.plist	2010-01-04 20:55:36 UTC (rev 46987)
+++ tools/trunk/dist/macosx/Info.plist	2010-01-04 20:57:19 UTC (rev 46988)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
 	<key>CFBundleDisplayName</key>
@@ -9,7 +9,7 @@
 	<key>LSHasLocalizedDisplayName</key>
 	<false/>
 	<key>CFBundleExecutable</key>
-	<string>tools_gui</string>
+	<string>scummvm-tools</string>
 	<key>CFBundleIconFile</key>
 	<string>scummvmtools.icns</string>
 	<key>CFBundleIdentifier</key>


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