(svn r18423) -Fix (r17336): [Windows] incorrect relative path the the icon making the icon not being included in the binary

-Fix: [Windows] mention the version of GPL in the metadata
This commit is contained in:
rubidium 2009-12-07 16:55:50 +00:00
parent 22b3cb1fc7
commit e473b88318

View File

@ -39,7 +39,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
// Icon with lowest ID value placed first to ensure application icon // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems. // remains consistent on all systems.
100 ICON DISCARDABLE "../media/openttd.ico" 100 ICON DISCARDABLE "../../../media/openttd.ico"
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// //
@ -84,7 +84,7 @@ BEGIN
BEGIN BEGIN
BLOCK "000004b0" BLOCK "000004b0"
BEGIN BEGIN
VALUE "Comments", "This program is licensed under the GNU General Public License.\0" VALUE "Comments", "This program is licensed under the GNU General Public License version 2.\0"
VALUE "CompanyName", "OpenTTD Development Team\0" VALUE "CompanyName", "OpenTTD Development Team\0"
VALUE "FileDescription", "OpenTTD\0" VALUE "FileDescription", "OpenTTD\0"
VALUE "FileVersion", "Development !!VERSION!!\0" VALUE "FileVersion", "Development !!VERSION!!\0"