390e5a0c721214623cdc83dfa101c2d00f94d32c
[reactos.git] / reactos / dll / win32 / ieframe / ieframe.rc
1 /*
2 * Copyright 2011 Jacek Caban for CodeWeavers
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19 #include <windef.h>
20 #include <winuser.h>
21
22 #include "resource.h"
23
24 #include <reactos/manifest_dll.rc>
25
26 /* UTF-8 */
27 #pragma code_page(65001)
28
29 #ifdef LANGUAGE_CS_CZ
30 #include "lang/cs-CZ.rc"
31 #endif
32 #ifdef LANGUAGE_DE_DE
33 #include "lang/de-DE.rc"
34 #endif
35 #ifdef LANGUAGE_EN_US
36 #include "lang/en-US.rc"
37 #endif
38 #ifdef LANGUAGE_ES_ES
39 #include "lang/es-ES.rc"
40 #endif
41 #ifdef LANGUAGE_FR_FR
42 #include "lang/fr-FR.rc"
43 #endif
44 #ifdef LANGUAGE_IT_IT
45 #include "lang/it-IT.rc"
46 #endif
47 #ifdef LANGUAGE_RO_RO
48 #include "lang/ro-RO.rc"
49 #endif
50 #ifdef LANGUAGE_TR_TR
51 #include "lang/tr-TR.rc"
52 #endif
53 #ifdef LANGUAGE_ZH_CN
54 #include "lang/zh-CN.rc"
55 #endif
56
57 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
58
59 #define WINE_FILEDESCRIPTION_STR "Internet Browser"
60 #define WINE_FILENAME_STR "ieframe.dll"
61 #define WINE_FILEVERSION 8,0,6001,18702
62 #define WINE_FILEVERSION_STR "8.0.6001.18702"
63 #define WINE_PRODUCTVERSION 8,0,6001,18702
64 #define WINE_PRODUCTVERSION_STR "8.0.6001.18702"
65 #define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
66
67 #include <wine/wine_common_ver.rc>
68
69 /* @makedep: ietoolbar.bmp */
70 IDB_IETOOLBAR BITMAP resources/ietoolbar.bmp
71
72 #ifdef __REACTOS__
73 IDC_PAGEICO ICON "resources/pages.ico"
74 #endif
75
76 /* @makedep: ieframe.rgs */
77 1 WINE_REGISTRY ieframe.rgs
78
79 2 WINE_REGISTRY "ieframe_v1.rgs"
80 3 WINE_REGISTRY "ieframe_v1.tlb.rgs"
81
82 1 TYPELIB "ieframe_v1.tlb"