1/* 2 * Top level resource file for oleacc 3 * 4 * Copyright 2008 Nikolay Sivov 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2.1 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21#include "oleacc.h" 22#include "resource.h" 23 241 TYPELIB "oleacc_classes.tlb" 251 WINE_REGISTRY "oleacc_classes_r.rgs" 262 WINE_REGISTRY "oleacc_classes_t.rgs" 27 28LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 29 30#define WINE_FILEDESCRIPTION_STR "Wine OLE Accessibility" 31#define WINE_FILENAME_STR "oleacc.dll" 32#define WINE_FILEVERSION 7,0,0,0 33#define WINE_FILEVERSION_STR "7.0.0.0" 34#define WINE_PRODUCTVERSION 6,1,7600,16385 35#define WINE_PRODUCTVERSION_STR "6.1.6700.16385" 36 37#include "wine/wine_common_ver.rc" 38 39/* UTF-8 */ 40#pragma code_page(65001) 41 42#ifdef LANGUAGE_DE_DE 43 #include "lang/oleacc_De.rc" 44#endif 45#ifdef LANGUAGE_EN_US 46 #include "lang/oleacc_En.rc" 47#endif 48#ifdef LANGUAGE_FR_FR 49 #include "lang/oleacc_Fr.rc" 50#endif 51#ifdef LANGUAGE_HE_IL 52 #include "lang/oleacc_He.rc" 53#endif 54#ifdef LANGUAGE_HU_HU 55 #include "lang/oleacc_Hu.rc" 56#endif 57#ifdef LANGUAGE_IT_IT 58 #include "lang/oleacc_It.rc" 59#endif 60#ifdef LANGUAGE_JA_JP 61 #include "lang/oleacc_Ja.rc" 62#endif 63#ifdef LANGUAGE_KO_KR 64 #include "lang/oleacc_Ko.rc" 65#endif 66#ifdef LANGUAGE_LT_LT 67 #include "lang/oleacc_Lt.rc" 68#endif 69#ifdef LANGUAGE_NL_NL 70 #include "lang/oleacc_Nl.rc" 71#endif 72#ifdef LANGUAGE_NO_NO 73 #include "lang/oleacc_No.rc" 74#endif 75#ifdef LANGUAGE_PL_PL 76 #include "lang/oleacc_Pl.rc" 77#endif 78#ifdef LANGUAGE_PT_PT 79 #include "lang/oleacc_Pt.rc" 80#endif 81#ifdef LANGUAGE_RO_RO 82 #include "lang/oleacc_Ro.rc" 83#endif 84#ifdef LANGUAGE_RU_RU 85 #include "lang/oleacc_Ru.rc" 86#endif 87#ifdef LANGUAGE_SL_SI 88 #include "lang/oleacc_Si.rc" 89#endif 90#ifdef LANGUAGE_SQ_AL 91 #include "lang/oleacc_Sq.rc" 92#endif 93#ifdef LANGUAGE_TR_TR 94 #include "lang/oleacc_Tr.rc" 95#endif 96#ifdef LANGUAGE_UK_UA 97 #include "lang/oleacc_Uk.rc" 98#endif 99#ifdef LANGUAGE_ZH_CN 100 #include "lang/oleacc_Zh.rc" 101#endif