2008-09-10 11:46:31 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2008 Jacek Caban for CodeWeavers
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
*/
|
|
|
|
|
2013-12-24 21:47:58 +00:00
|
|
|
#include <windef.h>
|
|
|
|
|
|
|
|
#include "resource.h"
|
|
|
|
|
2013-04-03 21:19:50 +00:00
|
|
|
/* @makedep: jscript.rgs */
|
|
|
|
2 WINE_REGISTRY jscript.rgs
|
|
|
|
|
|
|
|
3 WINE_REGISTRY jscript_classes.rgs
|
2008-09-10 11:46:31 +00:00
|
|
|
|
|
|
|
/* @makedep: jsglobal.tlb */
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
1 TYPELIB jsglobal.tlb
|
2009-08-08 07:34:09 +00:00
|
|
|
|
2013-04-03 21:19:50 +00:00
|
|
|
#define WINE_FILEDESCRIPTION_STR "Wine JScript"
|
|
|
|
#define WINE_FILENAME_STR "jscript.dll"
|
|
|
|
#define WINE_FILEVERSION 5,7,7601,16982
|
|
|
|
#define WINE_FILEVERSION_STR "5.8.7601.16982"
|
|
|
|
#define WINE_PRODUCTVERSION 5,8,7601,16982
|
|
|
|
#define WINE_PRODUCTVERSION_STR "5.8.7601.16982"
|
|
|
|
|
|
|
|
#include "wine/wine_common_ver.rc"
|
|
|
|
|
Sync avifil, credui, crypt32, cryptdlg, cryptui, dnsapi, gdiplus, hhctrl, hnetcfg, iccvid, imaadp32, imm32, jscript, localspl, localui, mapi32, mciavi32, mcicda, mciqtz32, mciseq, mciwave, mshtml, msrle32, msvfw32, msvidc32, msxml3, oleacc, oleaut32 to Wine 1.2rc5 (Samuel Serapion, small changes by me)
Remove Esperanto and Walon languages from comctl32, comdlg32, mpr, msi, shlwapi, wininet
svn path=/trunk/; revision=47920
2010-07-01 11:09:47 +00:00
|
|
|
/* UTF-8 */
|
2015-01-03 10:34:01 +00:00
|
|
|
#pragma code_page(65001)
|
|
|
|
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_DA_DK
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_Da.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_DE_DE
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_De.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2015-01-03 10:34:01 +00:00
|
|
|
#ifdef LANGUAGE_EN_US
|
|
|
|
#include "lang/jscript_En.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_ES_ES
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_Es.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_FR_FR
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_Fr.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2013-01-22 22:46:45 +00:00
|
|
|
#ifdef LANGUAGE_HE_IL
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_He.rc"
|
2013-01-22 22:46:45 +00:00
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_HU_HU
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_Hu.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_IT_IT
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_It.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_JA_JP
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_Ja.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_KO_KR
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_Ko.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_LT_LT
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_Lt.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_NL_NL
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_Nl.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_NO_NO
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_No.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2015-01-03 10:34:01 +00:00
|
|
|
#ifdef LANGUAGE_PL_PL
|
|
|
|
#include "lang/jscript_Pl.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_PT_PT
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_Pt.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_RO_RO
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_Ro.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_RU_RU
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_Ru.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_SL_SI
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_Si.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2014-02-08 15:13:17 +00:00
|
|
|
#ifdef LANGUAGE_SQ_AL
|
|
|
|
#include "lang/jscript_Sq.rc"
|
|
|
|
#endif
|
2014-04-10 13:33:27 +00:00
|
|
|
#ifdef LANGUAGE_TR_TR
|
|
|
|
#include "lang/jscript_Tr.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_UK_UA
|
2013-09-04 12:27:18 +00:00
|
|
|
#include "lang/jscript_Uk.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2015-11-30 19:01:56 +00:00
|
|
|
#ifdef LANGUAGE_ZH_CN
|
|
|
|
#include "lang/jscript_Zh.rc"
|
|
|
|
#endif
|