* Sync up to trunk HEAD (r62286).
[reactos.git] / dll / win32 / jscript / rsrc.rc
1 /*
2 * Copyright 2008 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
21 #include "resource.h"
22
23 /* @makedep: jscript.rgs */
24 2 WINE_REGISTRY jscript.rgs
25
26 3 WINE_REGISTRY jscript_classes.rgs
27
28 /* @makedep: jsglobal.tlb */
29 1 TYPELIB jsglobal.tlb
30
31 #define WINE_FILEDESCRIPTION_STR "Wine JScript"
32 #define WINE_FILENAME_STR "jscript.dll"
33 #define WINE_FILEVERSION 5,7,7601,16982
34 #define WINE_FILEVERSION_STR "5.8.7601.16982"
35 #define WINE_PRODUCTVERSION 5,8,7601,16982
36 #define WINE_PRODUCTVERSION_STR "5.8.7601.16982"
37
38 #include "wine/wine_common_ver.rc"
39
40 #ifdef LANGUAGE_EN_US
41 #include "lang/jscript_En.rc"
42 #endif
43 #ifdef LANGUAGE_PL_PL
44 #include "lang/jscript_Pl.rc"
45 #endif
46
47 /* UTF-8 */
48 #ifdef LANGUAGE_DA_DK
49 #include "lang/jscript_Da.rc"
50 #endif
51 #ifdef LANGUAGE_DE_DE
52 #include "lang/jscript_De.rc"
53 #endif
54 #ifdef LANGUAGE_ES_ES
55 #include "lang/jscript_Es.rc"
56 #endif
57 #ifdef LANGUAGE_FR_FR
58 #include "lang/jscript_Fr.rc"
59 #endif
60 #ifdef LANGUAGE_HE_IL
61 #include "lang/jscript_He.rc"
62 #endif
63 #ifdef LANGUAGE_HU_HU
64 #include "lang/jscript_Hu.rc"
65 #endif
66 #ifdef LANGUAGE_IT_IT
67 #include "lang/jscript_It.rc"
68 #endif
69 #ifdef LANGUAGE_JA_JP
70 #include "lang/jscript_Ja.rc"
71 #endif
72 #ifdef LANGUAGE_KO_KR
73 #include "lang/jscript_Ko.rc"
74 #endif
75 #ifdef LANGUAGE_LT_LT
76 #include "lang/jscript_Lt.rc"
77 #endif
78 #ifdef LANGUAGE_NL_NL
79 #include "lang/jscript_Nl.rc"
80 #endif
81 #ifdef LANGUAGE_NO_NO
82 #include "lang/jscript_No.rc"
83 #endif
84 #ifdef LANGUAGE_PT_PT
85 #include "lang/jscript_Pt.rc"
86 #endif
87 #ifdef LANGUAGE_RO_RO
88 #include "lang/jscript_Ro.rc"
89 #endif
90 #ifdef LANGUAGE_RU_RU
91 #include "lang/jscript_Ru.rc"
92 #endif
93 #ifdef LANGUAGE_SL_SI
94 #include "lang/jscript_Si.rc"
95 #endif
96 #ifdef LANGUAGE_SQ_AL
97 #include "lang/jscript_Sq.rc"
98 #endif
99 #ifdef LANGUAGE_UK_UA
100 #include "lang/jscript_Uk.rc"
101 #endif