winedbg: Build language resource files separately.
Do not include them from an other rc file.
This commit is contained in:
parent
34f771c207
commit
7cf2855cf7
|
@ -30,7 +30,14 @@ C_SRCS = \
|
||||||
types.c \
|
types.c \
|
||||||
winedbg.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
|
LEX_SRCS = debug.l
|
||||||
BISON_SRCS = dbg.y
|
BISON_SRCS = dbg.y
|
||||||
|
|
|
@ -18,6 +18,8 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <windef.h>
|
||||||
|
#include <winuser.h>
|
||||||
|
|
||||||
#define IDD_CRASH_DLG 100
|
#define IDD_CRASH_DLG 100
|
||||||
|
|
||||||
|
|
|
@ -1,32 +0,0 @@
|
||||||
/*
|
|
||||||
* 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
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "resource.h"
|
||||||
|
|
||||||
#pragma code_page(65001)
|
#pragma code_page(65001)
|
||||||
|
|
||||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||||
|
@ -53,5 +55,3 @@ BEGIN
|
||||||
IDS_INVALID_PARAMS "Interne Fehler - ungültige Parameter empfangen"
|
IDS_INVALID_PARAMS "Interne Fehler - ungültige Parameter empfangen"
|
||||||
IDS_UNIDENTIFIED "(unbekannt)"
|
IDS_UNIDENTIFIED "(unbekannt)"
|
||||||
END
|
END
|
||||||
|
|
||||||
#pragma code_page(default)
|
|
||||||
|
|
|
@ -18,6 +18,8 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "resource.h"
|
||||||
|
|
||||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||||
|
|
||||||
IDM_DEBUG_POPUP MENU
|
IDM_DEBUG_POPUP MENU
|
||||||
|
|
|
@ -18,6 +18,8 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "resource.h"
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
#pragma code_page(65001)
|
#pragma code_page(65001)
|
||||||
|
|
||||||
|
@ -54,6 +56,3 @@ BEGIN
|
||||||
IDS_INVALID_PARAMS "Erreurs internes - paramètres invalides reçus"
|
IDS_INVALID_PARAMS "Erreurs internes - paramètres invalides reçus"
|
||||||
IDS_UNIDENTIFIED "(non identifié)"
|
IDS_UNIDENTIFIED "(non identifié)"
|
||||||
END
|
END
|
||||||
|
|
||||||
#pragma code_page(default)
|
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "resource.h"
|
||||||
|
|
||||||
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
||||||
|
|
||||||
IDM_DEBUG_POPUP MENU
|
IDM_DEBUG_POPUP MENU
|
||||||
|
|
|
@ -18,6 +18,8 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "resource.h"
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
#pragma code_page(65001)
|
#pragma code_page(65001)
|
||||||
|
|
||||||
|
@ -54,5 +56,3 @@ BEGIN
|
||||||
IDS_INVALID_PARAMS "Vidinės klaidos - gauti neteisingi parametrai"
|
IDS_INVALID_PARAMS "Vidinės klaidos - gauti neteisingi parametrai"
|
||||||
IDS_UNIDENTIFIED "(nenustatytas)"
|
IDS_UNIDENTIFIED "(nenustatytas)"
|
||||||
END
|
END
|
||||||
|
|
||||||
#pragma code_page(default)
|
|
||||||
|
|
|
@ -18,6 +18,8 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "resource.h"
|
||||||
|
|
||||||
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
IDM_DEBUG_POPUP MENU
|
IDM_DEBUG_POPUP MENU
|
||||||
|
|
|
@ -18,6 +18,8 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "resource.h"
|
||||||
|
|
||||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||||
|
|
||||||
IDM_DEBUG_POPUP MENU
|
IDM_DEBUG_POPUP MENU
|
||||||
|
|
Loading…
Reference in New Issue