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