Commit a138f4b8 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

wineconsole: Build language resource files separately.

Instead of including them from an other rc file.
parent d0df28b9
......@@ -15,7 +15,25 @@ C_SRCS = \
user.c \
wineconsole.c
RC_SRCS = wineconsole_res.rc
RC_SRCS = \
wineconsole_Cs.rc \
wineconsole_De.rc \
wineconsole_En.rc \
wineconsole_Eo.rc \
wineconsole_Es.rc \
wineconsole_Fr.rc \
wineconsole_Hu.rc \
wineconsole_It.rc \
wineconsole_Ko.rc \
wineconsole_Nl.rc \
wineconsole_No.rc \
wineconsole_Pl.rc \
wineconsole_Pt.rc \
wineconsole_Ru.rc \
wineconsole_Si.rc \
wineconsole_Sv.rc \
wineconsole_Tr.rc \
wineconsole_Zh.rc
@MAKE_PROG_RULES@
......
......@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
/* Czech strings in CP1250 */
......
......@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE
......
......@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE
......
......@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
STRINGTABLE
......
......@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
STRINGTABLE
......
......@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE
......
......@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
STRINGTABLE
......
......@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STRINGTABLE
......
......@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
STRINGTABLE
......
......@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
STRINGTABLE
......
......@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
STRINGTABLE
......
......@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
STRINGTABLE
......
......@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
STRINGTABLE
......
......@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE
......
......@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
......@@ -135,5 +137,3 @@ FONT 8, "MS Shell Dlg"
PUSHBUTTON "V redu", IDOK, 35, 45, 35, 12
PUSHBUTTON "Prekliči", IDCANCEL, 80, 45, 35, 12
}
#pragma code_page(default)
......@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
STRINGTABLE
......
......@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
STRINGTABLE
......
......@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineconsole_res.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
......@@ -227,5 +229,3 @@ FONT 9, "MS Shell Dlg"
PUSHBUTTON "確定", IDOK, 20, 45, 35, 12
PUSHBUTTON "取消", IDCANCEL, 65, 45, 35, 12
}
#pragma code_page(default)
......@@ -18,6 +18,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <windef.h>
#include <winuser.h>
#include <commctrl.h>
/* strings */
#define IDS_EDIT 0x100
#define IDS_DEFAULT 0x101
......
/*
* Copyright 2001 Eric Pouech
*
* 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
*/
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "commctrl.h"
#include "wineconsole_res.h"
#include "wineconsole_Cs.rc"
#include "wineconsole_En.rc"
#include "wineconsole_Eo.rc"
#include "wineconsole_Fr.rc"
#include "wineconsole_De.rc"
#include "wineconsole_Es.rc"
#include "wineconsole_Hu.rc"
#include "wineconsole_It.rc"
#include "wineconsole_Ko.rc"
#include "wineconsole_Nl.rc"
#include "wineconsole_No.rc"
#include "wineconsole_Pl.rc"
#include "wineconsole_Pt.rc"
#include "wineconsole_Ru.rc"
#include "wineconsole_Si.rc"
#include "wineconsole_Sv.rc"
#include "wineconsole_Tr.rc"
#include "wineconsole_Zh.rc"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment