Commit 7cf2855c authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

winedbg: Build language resource files separately.

Do not include them from an other rc file.
parent 34f771c2
......@@ -30,7 +30,14 @@ C_SRCS = \
types.c \
winedbg.c
RC_SRCS = rsrc.rc
RC_SRCS = \
rsrc_De.rc \
rsrc_En.rc \
rsrc_Fr.rc \
rsrc_Ko.rc \
rsrc_Lt.rc \
rsrc_Nl.rc \
rsrc_Ru.rc
LEX_SRCS = debug.l
BISON_SRCS = dbg.y
......
......@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <windef.h>
#include <winuser.h>
#define IDD_CRASH_DLG 100
......
/*
* Resources (rsrc.rc)
*
* Copyright 2008 Mikolaj Zalewski
*
* 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 <winuser.h>
#include "resource.h"
#include "rsrc_De.rc"
#include "rsrc_En.rc"
#include "rsrc_Fr.rc"
#include "rsrc_Ko.rc"
#include "rsrc_Lt.rc"
#include "rsrc_Nl.rc"
#include "rsrc_Ru.rc"
......@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
......@@ -53,5 +55,3 @@ BEGIN
IDS_INVALID_PARAMS "Interne Fehler - ungültige Parameter empfangen"
IDS_UNIDENTIFIED "(unbekannt)"
END
#pragma code_page(default)
......@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
IDM_DEBUG_POPUP MENU
......
......@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
......@@ -54,6 +56,3 @@ BEGIN
IDS_INVALID_PARAMS "Erreurs internes - paramètres invalides reçus"
IDS_UNIDENTIFIED "(non identifié)"
END
#pragma code_page(default)
......@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
IDM_DEBUG_POPUP MENU
......
......@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
......@@ -54,5 +56,3 @@ BEGIN
IDS_INVALID_PARAMS "Vidinės klaidos - gauti neteisingi parametrai"
IDS_UNIDENTIFIED "(nenustatytas)"
END
#pragma code_page(default)
......@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
IDM_DEBUG_POPUP MENU
......
......@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
IDM_DEBUG_POPUP MENU
......
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