Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
7cf2855c
Commit
7cf2855c
authored
Jul 01, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 01, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedbg: Build language resource files separately.
Do not include them from an other rc file.
parent
34f771c2
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
24 additions
and
40 deletions
+24
-40
Makefile.in
programs/winedbg/Makefile.in
+8
-1
resource.h
programs/winedbg/resource.h
+2
-0
rsrc.rc
programs/winedbg/rsrc.rc
+0
-32
rsrc_De.rc
programs/winedbg/rsrc_De.rc
+2
-2
rsrc_En.rc
programs/winedbg/rsrc_En.rc
+2
-0
rsrc_Fr.rc
programs/winedbg/rsrc_Fr.rc
+2
-3
rsrc_Ko.rc
programs/winedbg/rsrc_Ko.rc
+2
-0
rsrc_Lt.rc
programs/winedbg/rsrc_Lt.rc
+2
-2
rsrc_Nl.rc
programs/winedbg/rsrc_Nl.rc
+2
-0
rsrc_Ru.rc
programs/winedbg/rsrc_Ru.rc
+2
-0
No files found.
programs/winedbg/Makefile.in
View file @
7cf2855c
...
...
@@ -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
...
...
programs/winedbg/resource.h
View file @
7cf2855c
...
...
@@ -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
...
...
programs/winedbg/rsrc.rc
deleted
100644 → 0
View file @
34f771c2
/*
* 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"
programs/winedbg/rsrc_De.rc
View file @
7cf2855c
...
...
@@ -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)
programs/winedbg/rsrc_En.rc
View file @
7cf2855c
...
...
@@ -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
...
...
programs/winedbg/rsrc_Fr.rc
View file @
7cf2855c
...
...
@@ -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)
programs/winedbg/rsrc_Ko.rc
View file @
7cf2855c
...
...
@@ -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
...
...
programs/winedbg/rsrc_Lt.rc
View file @
7cf2855c
...
...
@@ -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)
programs/winedbg/rsrc_Nl.rc
View file @
7cf2855c
...
...
@@ -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
...
...
programs/winedbg/rsrc_Ru.rc
View file @
7cf2855c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment