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
0b16b401
Commit
0b16b401
authored
Jul 03, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 03, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winmm: Build language resource files separately.
Do not include them from an other rc file.
parent
47fc16fb
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
74 additions
and
31 deletions
+74
-31
Makefile.in
dlls/winmm/Makefile.in
+20
-1
winmm_Cs.rc
dlls/winmm/winmm_Cs.rc
+3
-0
winmm_Da.rc
dlls/winmm/winmm_Da.rc
+3
-0
winmm_De.rc
dlls/winmm/winmm_De.rc
+3
-0
winmm_En.rc
dlls/winmm/winmm_En.rc
+3
-0
winmm_Es.rc
dlls/winmm/winmm_Es.rc
+3
-0
winmm_Fr.rc
dlls/winmm/winmm_Fr.rc
+3
-0
winmm_It.rc
dlls/winmm/winmm_It.rc
+3
-0
winmm_Ja.rc
dlls/winmm/winmm_Ja.rc
+3
-2
winmm_Ko.rc
dlls/winmm/winmm_Ko.rc
+3
-0
winmm_Lt.rc
dlls/winmm/winmm_Lt.rc
+3
-2
winmm_Nl.rc
dlls/winmm/winmm_Nl.rc
+3
-0
winmm_No.rc
dlls/winmm/winmm_No.rc
+3
-0
winmm_Pl.rc
dlls/winmm/winmm_Pl.rc
+3
-0
winmm_Pt.rc
dlls/winmm/winmm_Pt.rc
+3
-0
winmm_Ru.rc
dlls/winmm/winmm_Ru.rc
+3
-0
winmm_Si.rc
dlls/winmm/winmm_Si.rc
+3
-2
winmm_Sk.rc
dlls/winmm/winmm_Sk.rc
+3
-0
winmm_Tr.rc
dlls/winmm/winmm_Tr.rc
+3
-0
winmm_res.rc
dlls/winmm/winmm_res.rc
+0
-24
No files found.
dlls/winmm/Makefile.in
View file @
0b16b401
...
...
@@ -24,7 +24,26 @@ C_SRCS16 = \
SPEC_SRCS16
=
\
mmsystem.spec
RC_SRCS
=
winmm_res.rc
RC_SRCS
=
\
winmm_Cs.rc
\
winmm_Da.rc
\
winmm_De.rc
\
winmm_En.rc
\
winmm_Es.rc
\
winmm_Fr.rc
\
winmm_It.rc
\
winmm_Ja.rc
\
winmm_Ko.rc
\
winmm_Lt.rc
\
winmm_Nl.rc
\
winmm_No.rc
\
winmm_Pl.rc
\
winmm_Pt.rc
\
winmm_Ru.rc
\
winmm_Si.rc
\
winmm_Sk.rc
\
winmm_Tr.rc
\
winmm_res.rc
@MAKE_DLL_RULES@
...
...
dlls/winmm/winmm_Cs.rc
View file @
0b16b401
...
...
@@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
/* Czech strings in CP1250 */
STRINGTABLE LANGUAGE LANG_CZECH, SUBLANG_NEUTRAL
...
...
dlls/winmm/winmm_Da.rc
View file @
0b16b401
...
...
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
STRINGTABLE LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
BEGIN
...
...
dlls/winmm/winmm_De.rc
View file @
0b16b401
...
...
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
STRINGTABLE LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
BEGIN
...
...
dlls/winmm/winmm_En.rc
View file @
0b16b401
...
...
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
STRINGTABLE LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
BEGIN
...
...
dlls/winmm/winmm_Es.rc
View file @
0b16b401
...
...
@@ -17,6 +17,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
STRINGTABLE LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
BEGIN
...
...
dlls/winmm/winmm_Fr.rc
View file @
0b16b401
...
...
@@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE
...
...
dlls/winmm/winmm_It.rc
View file @
0b16b401
...
...
@@ -17,6 +17,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
STRINGTABLE LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
BEGIN
...
...
dlls/winmm/winmm_Ja.rc
View file @
0b16b401
...
...
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -127,5 +130,3 @@ MCIERR_SEQ_PORTUNSPECIFIED, "システムに現在のMIDIポートが指定さ
MCIERR_SEQ_TIMER, "全てのマルチメディアタイマは他のアプリケーションによって使用されています。タイマを使用しているアプリケーションを一つ終了してからやり直して下さい。"
END
#pragma code_page(default)
dlls/winmm/winmm_Ko.rc
View file @
0b16b401
...
...
@@ -17,6 +17,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
STRINGTABLE LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
BEGIN
...
...
dlls/winmm/winmm_Lt.rc
View file @
0b16b401
...
...
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -129,5 +132,3 @@ MCIERR_SEQ_PORTUNSPECIFIED, "Sistemoje nėra nurodytas dabartinis MIDI prie
MCIERR_SEQ_TIMER, "Visi įvairialypės terpės laikmačiai yra naudojami kitų programų. Išeikite iš vienos tokios programos ir mėginkite vėl."
END
#pragma code_page(default)
dlls/winmm/winmm_Nl.rc
View file @
0b16b401
...
...
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
STRINGTABLE LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
BEGIN
...
...
dlls/winmm/winmm_No.rc
View file @
0b16b401
...
...
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
STRINGTABLE LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
BEGIN
...
...
dlls/winmm/winmm_Pl.rc
View file @
0b16b401
...
...
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
STRINGTABLE LANGUAGE LANG_POLISH, SUBLANG_NEUTRAL
BEGIN
...
...
dlls/winmm/winmm_Pt.rc
View file @
0b16b401
...
...
@@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
STRINGTABLE LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
BEGIN
...
...
dlls/winmm/winmm_Ru.rc
View file @
0b16b401
...
...
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
STRINGTABLE LANGUAGE LANG_RUSSIAN, SUBLANG_NEUTRAL
BEGIN
...
...
dlls/winmm/winmm_Si.rc
View file @
0b16b401
...
...
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
#pragma code_page(65001)
STRINGTABLE LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
...
...
@@ -126,5 +129,3 @@ MCIERR_SEQ_PORTUNSPECIFIED, "Zahtevana MIDI vrata niso nameščena."
MCIERR_SEQ_TIMER, "Vsi većpredstavnostni števci so zasedeni. Zaprite enega od večpredstavnostih programov in poskusite znova."
END
#pragma code_page(default)
dlls/winmm/winmm_Sk.rc
View file @
0b16b401
...
...
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
STRINGTABLE LANGUAGE LANG_SLOVAK, SUBLANG_NEUTRAL
BEGIN
...
...
dlls/winmm/winmm_Tr.rc
View file @
0b16b401
...
...
@@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "mmddk.h"
STRINGTABLE LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
BEGIN
...
...
dlls/winmm/winmm_res.rc
View file @
0b16b401
...
...
@@ -23,31 +23,7 @@
*/
#include "windef.h"
#include "winbase.h"
#include "mmddk.h"
#include "winnls.h"
/* Add your language specific defines here */
#include "winmm_Cs.rc"
#include "winmm_Da.rc"
#include "winmm_De.rc"
#include "winmm_En.rc"
#include "winmm_Es.rc"
#include "winmm_Fr.rc"
#include "winmm_It.rc"
#include "winmm_Ko.rc"
#include "winmm_Lt.rc"
#include "winmm_Ja.rc"
#include "winmm_Nl.rc"
#include "winmm_No.rc"
#include "winmm_Pl.rc"
#include "winmm_Pt.rc"
#include "winmm_Ru.rc"
#include "winmm_Si.rc"
#include "winmm_Sk.rc"
#include "winmm_Tr.rc"
/* do not add NLS specific stuff below that line */
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
...
...
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