reactos/dll/win32/jscript/rsrc.rc
Hermès Bélusca-Maïto 65ce146169 Create a branch for working on csrss and co.
svn path=/branches/ros-csrss/; revision=57561
2012-10-14 13:04:31 +00:00

82 lines
1.9 KiB
Plaintext

/*
* 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
*/
/* @makedep: jscript.inf */
REGINST REGINST jscript.inf
/* @makedep: jsglobal.tlb */
1 TYPELIB jsglobal.tlb
#ifdef LANGUAGE_EN_US
#include "jscript_En.rc"
#endif
#ifdef LANGUAGE_PL_PL
#include "jscript_Pl.rc"
#endif
/* UTF-8 */
#ifdef LANGUAGE_DA_DK
#include "jscript_Da.rc"
#endif
#ifdef LANGUAGE_DE_DE
#include "jscript_De.rc"
#endif
#ifdef LANGUAGE_ES_ES
#include "jscript_Es.rc"
#endif
#ifdef LANGUAGE_FR_FR
#include "jscript_Fr.rc"
#endif
#ifdef LANGUAGE_HU_HU
#include "jscript_Hu.rc"
#endif
#ifdef LANGUAGE_IT_IT
#include "jscript_It.rc"
#endif
#ifdef LANGUAGE_JA_JP
#include "jscript_Ja.rc"
#endif
#ifdef LANGUAGE_KO_KR
#include "jscript_Ko.rc"
#endif
#ifdef LANGUAGE_LT_LT
#include "jscript_Lt.rc"
#endif
#ifdef LANGUAGE_NL_NL
#include "jscript_Nl.rc"
#endif
#ifdef LANGUAGE_NO_NO
#include "jscript_No.rc"
#endif
#ifdef LANGUAGE_PT_PT
#include "jscript_Pt.rc"
#endif
#ifdef LANGUAGE_RO_RO
#include "jscript_Ro.rc"
#endif
#ifdef LANGUAGE_RU_RU
#include "jscript_Ru.rc"
#endif
#ifdef LANGUAGE_SL_SI
#include "jscript_Si.rc"
#endif
#ifdef LANGUAGE_UK_UA
#include "jscript_Uk.rc"
#endif