* ReactOS binaries hold resource files to *all* the languages we support, which incre...
[reactos.git] / reactos / dll / win32 / shdocvw / shdocvw.rc
1 /*
2 * Copyright 2004 Mike McCormack 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 #define WINE_OLESELFREGISTER
20 #define WINE_FILEDESCRIPTION_STR "Wine core dll"
21 #define WINE_FILENAME_STR "shdocvw.dll"
22 #define WINE_FILEVERSION 6,0,2900,2180
23 #define WINE_FILEVERSION_STR "6.0.2900.2180"
24 #define WINE_PRODUCTVERSION 6,0,2900,2180
25 #define WINE_PRODUCTVERSION_STR "6.0.2900.2180"
26
27 #include "wine/wine_common_ver.rc"
28
29 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
30
31 /* @makedep: shdocvw_v1.tlb */
32 1 TYPELIB shdocvw_v1.tlb
33
34 /* @makedep: shdocvw.inf */
35 REGINST REGINST shdocvw.inf
36
37 /* @makedep: ietoolbar.bmp */
38 IDB_IETOOLBAR BITMAP ietoolbar.bmp
39
40 #ifdef LANGUAGE_DE_DE
41 #include "De.rc"
42 #endif
43 #ifdef LANGUAGE_EN_US
44 #include "En.rc"
45 #endif
46 #ifdef LANGUAGE_ES_ES
47 #include "Es.rc"
48 #endif
49 #ifdef LANGUAGE_FR_FR
50 #include "Fr.rc"
51 #endif
52 #ifdef LANGUAGE_HE_IL
53 #include "He.rc"
54 #endif
55 #ifdef LANGUAGE_IT_IT
56 #include "It.rc"
57 #endif
58 #ifdef LANGUAGE_KO_KR
59 #include "Ko.rc"
60 #endif
61 #ifdef LANGUAGE_LT_LT
62 #include "Lt.rc"
63 #endif
64 #ifdef LANGUAGE_NL_NL
65 #include "Nl.rc"
66 #endif
67 //#include "Pl.rc"
68 #ifdef LANGUAGE_PT_PT
69 #include "Pt.rc"
70 #endif
71 #ifdef LANGUAGE_RO_RO
72 #include "Ro.rc"
73 #endif
74 #ifdef LANGUAGE_SL_SI
75 #include "Si.rc"
76 #endif
77 #ifdef LANGUAGE_SR_SP
78 #include "Sr.rc"
79 #endif
80 #ifdef LANGUAGE_SV_SE
81 #include "Sv.rc"
82 #endif
83 #ifdef LANGUAGE_UK_UA
84 #include "Uk.rc"
85 #endif