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
a138f4b8
Commit
a138f4b8
authored
Jun 30, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jun 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineconsole: Build language resource files separately.
Instead of including them from an other rc file.
parent
d0df28b9
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
59 additions
and
49 deletions
+59
-49
Makefile.in
programs/wineconsole/Makefile.in
+19
-1
wineconsole_Cs.rc
programs/wineconsole/wineconsole_Cs.rc
+2
-0
wineconsole_De.rc
programs/wineconsole/wineconsole_De.rc
+2
-0
wineconsole_En.rc
programs/wineconsole/wineconsole_En.rc
+2
-0
wineconsole_Eo.rc
programs/wineconsole/wineconsole_Eo.rc
+2
-0
wineconsole_Es.rc
programs/wineconsole/wineconsole_Es.rc
+2
-0
wineconsole_Fr.rc
programs/wineconsole/wineconsole_Fr.rc
+2
-0
wineconsole_Hu.rc
programs/wineconsole/wineconsole_Hu.rc
+2
-0
wineconsole_It.rc
programs/wineconsole/wineconsole_It.rc
+2
-0
wineconsole_Ko.rc
programs/wineconsole/wineconsole_Ko.rc
+2
-0
wineconsole_Nl.rc
programs/wineconsole/wineconsole_Nl.rc
+2
-0
wineconsole_No.rc
programs/wineconsole/wineconsole_No.rc
+2
-0
wineconsole_Pl.rc
programs/wineconsole/wineconsole_Pl.rc
+2
-0
wineconsole_Pt.rc
programs/wineconsole/wineconsole_Pt.rc
+2
-0
wineconsole_Ru.rc
programs/wineconsole/wineconsole_Ru.rc
+2
-0
wineconsole_Si.rc
programs/wineconsole/wineconsole_Si.rc
+2
-2
wineconsole_Sv.rc
programs/wineconsole/wineconsole_Sv.rc
+2
-0
wineconsole_Tr.rc
programs/wineconsole/wineconsole_Tr.rc
+2
-0
wineconsole_Zh.rc
programs/wineconsole/wineconsole_Zh.rc
+2
-2
wineconsole_res.h
programs/wineconsole/wineconsole_res.h
+4
-0
wineconsole_res.rc
programs/wineconsole/wineconsole_res.rc
+0
-44
No files found.
programs/wineconsole/Makefile.in
View file @
a138f4b8
...
...
@@ -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@
...
...
programs/wineconsole/wineconsole_Cs.rc
View file @
a138f4b8
...
...
@@ -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 */
...
...
programs/wineconsole/wineconsole_De.rc
View file @
a138f4b8
...
...
@@ -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
...
...
programs/wineconsole/wineconsole_En.rc
View file @
a138f4b8
...
...
@@ -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
...
...
programs/wineconsole/wineconsole_Eo.rc
View file @
a138f4b8
...
...
@@ -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
...
...
programs/wineconsole/wineconsole_Es.rc
View file @
a138f4b8
...
...
@@ -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
...
...
programs/wineconsole/wineconsole_Fr.rc
View file @
a138f4b8
...
...
@@ -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
...
...
programs/wineconsole/wineconsole_Hu.rc
View file @
a138f4b8
...
...
@@ -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
...
...
programs/wineconsole/wineconsole_It.rc
View file @
a138f4b8
...
...
@@ -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
...
...
programs/wineconsole/wineconsole_Ko.rc
View file @
a138f4b8
...
...
@@ -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
...
...
programs/wineconsole/wineconsole_Nl.rc
View file @
a138f4b8
...
...
@@ -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
...
...
programs/wineconsole/wineconsole_No.rc
View file @
a138f4b8
...
...
@@ -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
...
...
programs/wineconsole/wineconsole_Pl.rc
View file @
a138f4b8
...
...
@@ -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
...
...
programs/wineconsole/wineconsole_Pt.rc
View file @
a138f4b8
...
...
@@ -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
...
...
programs/wineconsole/wineconsole_Ru.rc
View file @
a138f4b8
...
...
@@ -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
...
...
programs/wineconsole/wineconsole_Si.rc
View file @
a138f4b8
...
...
@@ -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)
programs/wineconsole/wineconsole_Sv.rc
View file @
a138f4b8
...
...
@@ -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
...
...
programs/wineconsole/wineconsole_Tr.rc
View file @
a138f4b8
...
...
@@ -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
...
...
programs/wineconsole/wineconsole_Zh.rc
View file @
a138f4b8
...
...
@@ -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)
programs/wineconsole/wineconsole_res.h
View file @
a138f4b8
...
...
@@ -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
...
...
programs/wineconsole/wineconsole_res.rc
deleted
100644 → 0
View file @
d0df28b9
/*
* 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"
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