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
fed054a9
Commit
fed054a9
authored
Jun 30, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jun 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleacc: Build language resource files separately.
Instead of including them from an other rc file.
parent
58d49b42
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
22 additions
and
33 deletions
+22
-33
Makefile.in
dlls/oleacc/Makefile.in
+8
-1
oleacc.rc
dlls/oleacc/oleacc.rc
+0
-30
oleacc_De.rc
dlls/oleacc/oleacc_De.rc
+2
-0
oleacc_En.rc
dlls/oleacc/oleacc_En.rc
+2
-0
oleacc_Fr.rc
dlls/oleacc/oleacc_Fr.rc
+2
-0
oleacc_Ko.rc
dlls/oleacc/oleacc_Ko.rc
+2
-0
oleacc_Lt.rc
dlls/oleacc/oleacc_Lt.rc
+2
-2
oleacc_Nl.rc
dlls/oleacc/oleacc_Nl.rc
+2
-0
oleacc_Pl.rc
dlls/oleacc/oleacc_Pl.rc
+2
-0
No files found.
dlls/oleacc/Makefile.in
View file @
fed054a9
...
...
@@ -9,7 +9,14 @@ IMPORTS = user32 kernel32
C_SRCS
=
\
main.c
RC_SRCS
=
oleacc.rc
RC_SRCS
=
\
oleacc_De.rc
\
oleacc_En.rc
\
oleacc_Fr.rc
\
oleacc_Ko.rc
\
oleacc_Lt.rc
\
oleacc_Nl.rc
\
oleacc_Pl.rc
@MAKE_DLL_RULES@
...
...
dlls/oleacc/oleacc.rc
deleted
100644 → 0
View file @
58d49b42
/*
* Top level resource file for oleacc
*
* Copyright 2008 Nikolay Sivov
*
* 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 "oleacc.h"
#include "oleacc_De.rc"
#include "oleacc_En.rc"
#include "oleacc_Fr.rc"
#include "oleacc_Ko.rc"
#include "oleacc_Lt.rc"
#include "oleacc_Nl.rc"
#include "oleacc_Pl.rc"
dlls/oleacc/oleacc_De.rc
View file @
fed054a9
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "oleacc.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/oleacc/oleacc_En.rc
View file @
fed054a9
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "oleacc.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/oleacc/oleacc_Fr.rc
View file @
fed054a9
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "oleacc.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/oleacc/oleacc_Ko.rc
View file @
fed054a9
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "oleacc.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/oleacc/oleacc_Lt.rc
View file @
fed054a9
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "oleacc.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -91,5 +93,3 @@ STRINGTABLE DISCARDABLE
ROLE_SYSTEM_IPADDRESS "IP adresas"
ROLE_SYSTEM_OUTLINEBUTTON "plano mygtukas"
}
#pragma code_page(default)
dlls/oleacc/oleacc_Nl.rc
View file @
fed054a9
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "oleacc.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/oleacc/oleacc_Pl.rc
View file @
fed054a9
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "oleacc.h"
LANGUAGE LANG_POLISH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
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