]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.eclipse.swt.win32.win32.x86_64/library/swt.rc
Special handling to retain the range of derived properties on type edit
[simantics/platform.git] / bundles / org.eclipse.swt.win32.win32.x86_64 / library / swt.rc
1 /*******************************************************************************
2  * Copyright (c) 2000, 2011 IBM Corporation and others.
3  *
4  * This program and the accompanying materials
5  * are made available under the terms of the Eclipse Public License 2.0
6  * which accompanies this distribution, and is available at
7  * https://www.eclipse.org/legal/epl-2.0/
8  *
9  * SPDX-License-Identifier: EPL-2.0
10  * 
11  * Contributors:
12  *     IBM Corporation - initial API and implementation
13  *******************************************************************************/
14  
15 #include "windows.h"
16
17 /* NOTE: PUTTING NEW LINES IN THE MANIFEST FILE CAUSES IT TO FAIL */
18 #define MANIFEST_RESOURCE_ID 2
19 MANIFEST_RESOURCE_ID RT_MANIFEST "javaw.exe.manifest"
20
21 VS_VERSION_INFO VERSIONINFO
22  FILEVERSION SWT_COMMA_VERSION
23  PRODUCTVERSION 0,0,0,0
24  FILEFLAGSMASK 0x3fL
25 #ifdef _DEBUG
26  FILEFLAGS 0x1L
27 #else
28  FILEFLAGS 0x0L
29 #endif
30  FILEOS 0x40000L
31  FILETYPE 0x2L
32  FILESUBTYPE 0x0L
33 BEGIN
34     BLOCK "StringFileInfo"
35     BEGIN
36         BLOCK "040904b0"
37         BEGIN
38             VALUE "CompanyName", "Eclipse Foundation\0"
39             VALUE "FileDescription", "SWT for Windows native library\0"
40             VALUE "FileVersion", SWT_FILE_VERSION
41             VALUE "InternalName", "SWT\0"
42             VALUE "LegalCopyright", "Copyright (c) 2000, 2011 IBM Corp.  All Rights Reserved.\0"
43             VALUE "OriginalFilename", SWT_ORG_FILENAME
44             VALUE "ProductName", "Standard Widget Toolkit\0"
45             VALUE "ProductVersion", "0,0,0,0\0"
46         END
47     END
48     BLOCK "VarFileInfo"
49     BEGIN
50         VALUE "Translation", 0x409, 1200
51     END
52 END
53
54 /* Icons for Text widget */
55 101 ICON "search.ico"
56 102 ICON "cancel.ico"