Author: andreas Date: 2010-03-11 09:00:34 -0800 (Thu, 11 Mar 2010) New Revision: 2154 Added: trunk/platforms/win32/build/Squeak.rc trunk/platforms/win32/build/resource.h trunk/platforms/win32/build/squeak.ico trunk/platforms/win32/build/squeak2.ico trunk/platforms/win32/build/squeak3.ico Log: Added missing resource files. Added: trunk/platforms/win32/build/Squeak.rc =================================================================== --- trunk/platforms/win32/build/Squeak.rc (rev 0) +++ trunk/platforms/win32/build/Squeak.rc 2010-03-11 17:00:34 UTC (rev 2154) @@ -0,0 +1,38 @@ +#ifdef _WIN32 +1 ICON DISCARDABLE "squeak.ico" +2 ICON DISCARDABLE "squeak2.ico" +3 ICON DISCARDABLE "squeak3.ico" + +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +1 VERSIONINFO + FILEVERSION 3,11,4,0 + PRODUCTVERSION 3,11,4,0 + FILEFLAGSMASK 0x3fL + FILEFLAGS 0xaL + FILEOS 0x10001L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual + BEGIN + VALUE "CompanyName", "Squeak.org\0" + VALUE "FileDescription", "Squeak Virtual Machine\0" + VALUE "FileVersion", "3.11.4\0" + VALUE "LegalCopyright", "Copyright \251 1996-2009. All Rights Reserved.\0" + VALUE "ProductName", "Squeak\0" + VALUE "ProductVersion", "3.11.4\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1252 + END +END + +#endif \ No newline at end of file Added: trunk/platforms/win32/build/resource.h =================================================================== --- trunk/platforms/win32/build/resource.h (rev 0) +++ trunk/platforms/win32/build/resource.h 2010-03-11 17:00:34 UTC (rev 2154) @@ -0,0 +1,15 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Developer Studio generated include file. +// Used by squeak.rc +// + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 108 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1000 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif Added: trunk/platforms/win32/build/squeak.ico =================================================================== (Binary files differ) Property changes on: trunk/platforms/win32/build/squeak.ico ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/platforms/win32/build/squeak2.ico =================================================================== (Binary files differ) Property changes on: trunk/platforms/win32/build/squeak2.ico ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/platforms/win32/build/squeak3.ico =================================================================== (Binary files differ) Property changes on: trunk/platforms/win32/build/squeak3.ico ___________________________________________________________________ Added: svn:mime-type + application/octet-stream |
Free forum by Nabble | Edit this page |