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
c3067a74
Commit
c3067a74
authored
Jul 02, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 02, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
localspl: Build language resource files separately.
Do not include them from an other rc file.
parent
dd2d3835
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
49 additions
and
27 deletions
+49
-27
Makefile.in
dlls/localspl/Makefile.in
+17
-1
localspl.rc
dlls/localspl/localspl.rc
+0
-19
localspl_private.h
dlls/localspl/localspl_private.h
+1
-0
spl_Da.rc
dlls/localspl/spl_Da.rc
+3
-1
spl_De.rc
dlls/localspl/spl_De.rc
+2
-0
spl_En.rc
dlls/localspl/spl_En.rc
+2
-0
spl_Fr.rc
dlls/localspl/spl_Fr.rc
+2
-0
spl_Ko.rc
dlls/localspl/spl_Ko.rc
+2
-0
spl_Lt.rc
dlls/localspl/spl_Lt.rc
+2
-2
spl_Nl.rc
dlls/localspl/spl_Nl.rc
+2
-0
spl_No.rc
dlls/localspl/spl_No.rc
+2
-0
spl_Pl.rc
dlls/localspl/spl_Pl.rc
+2
-0
spl_Pt.rc
dlls/localspl/spl_Pt.rc
+2
-0
spl_Ro.rc
dlls/localspl/spl_Ro.rc
+2
-0
spl_Ru.rc
dlls/localspl/spl_Ru.rc
+2
-0
spl_Si.rc
dlls/localspl/spl_Si.rc
+2
-2
spl_Sv.rc
dlls/localspl/spl_Sv.rc
+2
-0
spl_Zh.rc
dlls/localspl/spl_Zh.rc
+2
-2
No files found.
dlls/localspl/Makefile.in
View file @
c3067a74
...
@@ -10,7 +10,23 @@ C_SRCS = \
...
@@ -10,7 +10,23 @@ C_SRCS = \
localspl_main.c
\
localspl_main.c
\
provider.c
provider.c
RC_SRCS
=
localspl.rc
RC_SRCS
=
\
localspl.rc
\
spl_Da.rc
\
spl_De.rc
\
spl_En.rc
\
spl_Fr.rc
\
spl_Ko.rc
\
spl_Lt.rc
\
spl_Nl.rc
\
spl_No.rc
\
spl_Pl.rc
\
spl_Pt.rc
\
spl_Ro.rc
\
spl_Ru.rc
\
spl_Si.rc
\
spl_Sv.rc
\
spl_Zh.rc
@MAKE_DLL_RULES@
@MAKE_DLL_RULES@
...
...
dlls/localspl/localspl.rc
View file @
c3067a74
...
@@ -19,9 +19,6 @@
...
@@ -19,9 +19,6 @@
*
*
*/
*/
#include "windef.h"
#include "winbase.h"
#include "winver.h"
#include "localspl_private.h"
#include "localspl_private.h"
#define WINE_FILENAME_STR "localspl.dll"
#define WINE_FILENAME_STR "localspl.dll"
...
@@ -35,19 +32,3 @@
...
@@ -35,19 +32,3 @@
#define WINE_PRODUCTVERSION_STR "5.1.2600.2180"
#define WINE_PRODUCTVERSION_STR "5.1.2600.2180"
#include "wine/wine_common_ver.rc"
#include "wine/wine_common_ver.rc"
#include "spl_En.rc"
#include "spl_Da.rc"
#include "spl_De.rc"
#include "spl_Fr.rc"
#include "spl_Ko.rc"
#include "spl_Lt.rc"
#include "spl_Nl.rc"
#include "spl_No.rc"
#include "spl_Pl.rc"
#include "spl_Pt.rc"
#include "spl_Ro.rc"
#include "spl_Ru.rc"
#include "spl_Si.rc"
#include "spl_Sv.rc"
#include "spl_Zh.rc"
dlls/localspl/localspl_private.h
View file @
c3067a74
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
#ifndef __WINE_LOCALSPL_PRIVATE__
#ifndef __WINE_LOCALSPL_PRIVATE__
#define __WINE_LOCALSPL_PRIVATE__
#define __WINE_LOCALSPL_PRIVATE__
#include <windef.h>
/* ## DLL-wide Globals ## */
/* ## DLL-wide Globals ## */
extern
HINSTANCE
LOCALSPL_hInstance
;
extern
HINSTANCE
LOCALSPL_hInstance
;
...
...
dlls/localspl/spl_Da.rc
View file @
c3067a74
...
@@ -18,7 +18,9 @@
...
@@ -18,7 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
#include "localspl_private.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
STRINGTABLE DISCARDABLE
{
{
...
...
dlls/localspl/spl_De.rc
View file @
c3067a74
...
@@ -19,6 +19,8 @@
...
@@ -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 "localspl_private.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
STRINGTABLE DISCARDABLE
...
...
dlls/localspl/spl_En.rc
View file @
c3067a74
...
@@ -19,6 +19,8 @@
...
@@ -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 "localspl_private.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
STRINGTABLE DISCARDABLE
...
...
dlls/localspl/spl_Fr.rc
View file @
c3067a74
...
@@ -18,6 +18,8 @@
...
@@ -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 "localspl_private.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
STRINGTABLE DISCARDABLE
...
...
dlls/localspl/spl_Ko.rc
View file @
c3067a74
...
@@ -20,6 +20,8 @@
...
@@ -20,6 +20,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 "localspl_private.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
STRINGTABLE DISCARDABLE
...
...
dlls/localspl/spl_Lt.rc
View file @
c3067a74
...
@@ -18,6 +18,8 @@
...
@@ -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 "localspl_private.h"
/* UTF-8 */
/* UTF-8 */
#pragma code_page(65001)
#pragma code_page(65001)
...
@@ -28,5 +30,3 @@ STRINGTABLE DISCARDABLE
...
@@ -28,5 +30,3 @@ STRINGTABLE DISCARDABLE
IDS_LOCALPORT "Vietinis prievadas"
IDS_LOCALPORT "Vietinis prievadas"
IDS_LOCALMONITOR "Vietinis monitorius"
IDS_LOCALMONITOR "Vietinis monitorius"
}
}
#pragma code_page(default)
dlls/localspl/spl_Nl.rc
View file @
c3067a74
...
@@ -18,6 +18,8 @@
...
@@ -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 "localspl_private.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
STRINGTABLE DISCARDABLE
...
...
dlls/localspl/spl_No.rc
View file @
c3067a74
...
@@ -18,6 +18,8 @@
...
@@ -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 "localspl_private.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
STRINGTABLE DISCARDABLE
STRINGTABLE DISCARDABLE
...
...
dlls/localspl/spl_Pl.rc
View file @
c3067a74
...
@@ -20,6 +20,8 @@
...
@@ -20,6 +20,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 "localspl_private.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
STRINGTABLE DISCARDABLE
...
...
dlls/localspl/spl_Pt.rc
View file @
c3067a74
...
@@ -18,6 +18,8 @@
...
@@ -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 "localspl_private.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
STRINGTABLE DISCARDABLE
...
...
dlls/localspl/spl_Ro.rc
View file @
c3067a74
...
@@ -18,6 +18,8 @@
...
@@ -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 "localspl_private.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
STRINGTABLE DISCARDABLE
...
...
dlls/localspl/spl_Ru.rc
View file @
c3067a74
...
@@ -18,6 +18,8 @@
...
@@ -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 "localspl_private.h"
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
STRINGTABLE DISCARDABLE
...
...
dlls/localspl/spl_Si.rc
View file @
c3067a74
...
@@ -18,6 +18,8 @@
...
@@ -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 "localspl_private.h"
#pragma code_page(65001)
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
...
@@ -27,5 +29,3 @@ STRINGTABLE DISCARDABLE
...
@@ -27,5 +29,3 @@ STRINGTABLE DISCARDABLE
IDS_LOCALPORT "Lokalna vrata"
IDS_LOCALPORT "Lokalna vrata"
IDS_LOCALMONITOR "Lokalen monitor"
IDS_LOCALMONITOR "Lokalen monitor"
}
}
#pragma code_page(default)
dlls/localspl/spl_Sv.rc
View file @
c3067a74
...
@@ -18,6 +18,8 @@
...
@@ -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 "localspl_private.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
STRINGTABLE DISCARDABLE
...
...
dlls/localspl/spl_Zh.rc
View file @
c3067a74
...
@@ -18,6 +18,8 @@
...
@@ -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 "localspl_private.h"
/* Chinese text is encoded in UTF-8 */
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
#pragma code_page(65001)
...
@@ -36,5 +38,3 @@ STRINGTABLE DISCARDABLE
...
@@ -36,5 +38,3 @@ STRINGTABLE DISCARDABLE
IDS_LOCALPORT "本地端口"
IDS_LOCALPORT "本地端口"
IDS_LOCALMONITOR "本地監視器"
IDS_LOCALMONITOR "本地監視器"
}
}
#pragma code_page(default)
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