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 "resource.h" 20 21#include <reactos/manifest_dll.rc> 22 23/* UTF-8 */ 24#pragma code_page(65001) 25 26#ifdef LANGUAGE_CS_CZ 27 #include "lang/cs-CZ.rc" 28#endif 29#ifdef LANGUAGE_DE_DE 30 #include "lang/de-DE.rc" 31#endif 32#ifdef LANGUAGE_EN_US 33 #include "lang/en-US.rc" 34#endif 35#ifdef LANGUAGE_ES_ES 36 #include "lang/es-ES.rc" 37#endif 38#ifdef LANGUAGE_FR_FR 39 #include "lang/fr-FR.rc" 40#endif 41#ifdef LANGUAGE_IT_IT 42 #include "lang/it-IT.rc" 43#endif 44#ifdef LANGUAGE_JA_JP 45 #include "lang/ja-JP.rc" 46#endif 47#ifdef LANGUAGE_PL_PL 48 #include "lang/pl-PL.rc" 49#endif 50#ifdef LANGUAGE_RO_RO 51 #include "lang/ro-RO.rc" 52#endif 53#ifdef LANGUAGE_RU_RU 54 #include "lang/ru-RU.rc" 55#endif 56#ifdef LANGUAGE_TR_TR 57 #include "lang/tr-TR.rc" 58#endif 59#ifdef LANGUAGE_ZH_CN 60 #include "lang/zh-CN.rc" 61#endif 62#ifdef LANGUAGE_ZH_TW 63 #include "lang/zh-TW.rc" 64#endif 65 66 67LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 68 69#define WINE_FILEDESCRIPTION_STR "Internet Browser" 70#define WINE_FILENAME_STR "ieframe.dll" 71#define WINE_FILEVERSION 8,0,6001,18702 72#define WINE_FILEVERSION_STR "8.0.6001.18702" 73#define WINE_PRODUCTVERSION 8,0,6001,18702 74#define WINE_PRODUCTVERSION_STR "8.0.6001.18702" 75#define WINE_EXTRAVALUES VALUE "OLESelfRegister","" 76 77#include "wine/wine_common_ver.rc" 78 79/* @makedep: ietoolbar.bmp */ 80IDB_IETOOLBAR BITMAP "resources/ietoolbar.bmp" 81 82#ifdef __REACTOS__ 83IDC_PAGEICO ICON "resources/pages.ico" 84#endif 85 86/* @makedep: ieframe.rgs */ 871 WINE_REGISTRY "ieframe.rgs" 88 892 WINE_REGISTRY "ieframe_v1.rgs" 903 WINE_REGISTRY "ieframe_v1.tlb.rgs" 91 921 TYPELIB "ieframe_v1.tlb" 93