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
9bb0f9c7
Commit
9bb0f9c7
authored
Jul 03, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 03, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msacm32: Build language resource files separately.
Do not include them from an other rc file.
parent
9d9eccc3
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
68 additions
and
57 deletions
+68
-57
Makefile.in
dlls/msacm32/Makefile.in
+22
-1
msacm.rc
dlls/msacm32/msacm.rc
+0
-46
msacm_Cs.rc
dlls/msacm32/msacm_Cs.rc
+2
-0
msacm_Da.rc
dlls/msacm32/msacm_Da.rc
+2
-0
msacm_De.rc
dlls/msacm32/msacm_De.rc
+2
-0
msacm_En.rc
dlls/msacm32/msacm_En.rc
+2
-0
msacm_Es.rc
dlls/msacm32/msacm_Es.rc
+2
-0
msacm_Fr.rc
dlls/msacm32/msacm_Fr.rc
+2
-0
msacm_Hu.rc
dlls/msacm32/msacm_Hu.rc
+2
-0
msacm_It.rc
dlls/msacm32/msacm_It.rc
+2
-0
msacm_Ja.rc
dlls/msacm32/msacm_Ja.rc
+2
-2
msacm_Ko.rc
dlls/msacm32/msacm_Ko.rc
+2
-0
msacm_Lt.rc
dlls/msacm32/msacm_Lt.rc
+2
-2
msacm_Nl.rc
dlls/msacm32/msacm_Nl.rc
+2
-0
msacm_No.rc
dlls/msacm32/msacm_No.rc
+2
-0
msacm_Pl.rc
dlls/msacm32/msacm_Pl.rc
+3
-0
msacm_Pt.rc
dlls/msacm32/msacm_Pt.rc
+2
-0
msacm_Ro.rc
dlls/msacm32/msacm_Ro.rc
+2
-2
msacm_Ru.rc
dlls/msacm32/msacm_Ru.rc
+2
-0
msacm_Si.rc
dlls/msacm32/msacm_Si.rc
+2
-2
msacm_Sv.rc
dlls/msacm32/msacm_Sv.rc
+2
-0
msacm_Tr.rc
dlls/msacm32/msacm_Tr.rc
+2
-0
msacm_Zh.rc
dlls/msacm32/msacm_Zh.rc
+2
-2
wineacm.h
dlls/msacm32/wineacm.h
+3
-0
No files found.
dlls/msacm32/Makefile.in
View file @
9bb0f9c7
...
...
@@ -15,7 +15,28 @@ C_SRCS = \
pcmconverter.c
\
stream.c
RC_SRCS
=
msacm.rc
RC_SRCS
=
\
msacm_Cs.rc
\
msacm_Da.rc
\
msacm_De.rc
\
msacm_En.rc
\
msacm_Es.rc
\
msacm_Fr.rc
\
msacm_Hu.rc
\
msacm_It.rc
\
msacm_Ja.rc
\
msacm_Ko.rc
\
msacm_Lt.rc
\
msacm_Nl.rc
\
msacm_No.rc
\
msacm_Pl.rc
\
msacm_Pt.rc
\
msacm_Ro.rc
\
msacm_Ru.rc
\
msacm_Si.rc
\
msacm_Sv.rc
\
msacm_Tr.rc
\
msacm_Zh.rc
@MAKE_DLL_RULES@
...
...
dlls/msacm32/msacm.rc
deleted
100644 → 0
View file @
9d9eccc3
/*
* Top level resource file for MS ACM
*
* Copyright 2000 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 "winuser.h"
#include "wineacm.h"
#include "msacm_Cs.rc"
#include "msacm_Da.rc"
#include "msacm_De.rc"
#include "msacm_En.rc"
#include "msacm_Es.rc"
#include "msacm_Fr.rc"
#include "msacm_Hu.rc"
#include "msacm_It.rc"
#include "msacm_Ja.rc"
#include "msacm_Ko.rc"
#include "msacm_Lt.rc"
#include "msacm_Nl.rc"
#include "msacm_No.rc"
#include "msacm_Pl.rc"
#include "msacm_Pt.rc"
#include "msacm_Ro.rc"
#include "msacm_Ru.rc"
#include "msacm_Si.rc"
#include "msacm_Sv.rc"
#include "msacm_Tr.rc"
#include "msacm_Zh.rc"
dlls/msacm32/msacm_Cs.rc
View file @
9bb0f9c7
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
/* Czech strings in CP1250 */
...
...
dlls/msacm32/msacm_Da.rc
View file @
9bb0f9c7
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100
...
...
dlls/msacm32/msacm_De.rc
View file @
9bb0f9c7
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100
...
...
dlls/msacm32/msacm_En.rc
View file @
9bb0f9c7
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100
...
...
dlls/msacm32/msacm_Es.rc
View file @
9bb0f9c7
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100
...
...
dlls/msacm32/msacm_Fr.rc
View file @
9bb0f9c7
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100
...
...
dlls/msacm32/msacm_Hu.rc
View file @
9bb0f9c7
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100
...
...
dlls/msacm32/msacm_It.rc
View file @
9bb0f9c7
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100
...
...
dlls/msacm32/msacm_Ja.rc
View file @
9bb0f9c7
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -57,5 +59,3 @@ BEGIN
PUSHBUTTON "ヘルプ(&H)", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END
#pragma code_page(default)
dlls/msacm32/msacm_Ko.rc
View file @
9bb0f9c7
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100
...
...
dlls/msacm32/msacm_Lt.rc
View file @
9bb0f9c7
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -57,5 +59,3 @@ BEGIN
PUSHBUTTON "&Žinynas", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END
#pragma code_page(default)
dlls/msacm32/msacm_Nl.rc
View file @
9bb0f9c7
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100
...
...
dlls/msacm32/msacm_No.rc
View file @
9bb0f9c7
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100
...
...
dlls/msacm32/msacm_Pl.rc
View file @
9bb0f9c7
...
...
@@ -18,6 +18,9 @@
* 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 "wineacm.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 235, 100
...
...
dlls/msacm32/msacm_Pt.rc
View file @
9bb0f9c7
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100
...
...
dlls/msacm32/msacm_Ro.rc
View file @
9bb0f9c7
...
...
@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
#pragma code_page(65001)
...
...
@@ -50,5 +52,3 @@ BEGIN
PUSHBUTTON "&Ajutor", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END
#pragma code_page(default)
dlls/msacm32/msacm_Ru.rc
View file @
9bb0f9c7
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100
...
...
dlls/msacm32/msacm_Si.rc
View file @
9bb0f9c7
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
...
...
@@ -56,5 +58,3 @@ BEGIN
PUSHBUTTON "&Pomoč", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END
#pragma code_page(default)
dlls/msacm32/msacm_Sv.rc
View file @
9bb0f9c7
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100
...
...
dlls/msacm32/msacm_Tr.rc
View file @
9bb0f9c7
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10, 20, 225, 100
...
...
dlls/msacm32/msacm_Zh.rc
View file @
9bb0f9c7
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wineacm.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
...
...
@@ -94,5 +96,3 @@ BEGIN
PUSHBUTTON "幫助(&H)", IDD_ACMFORMATCHOOSE_BTN_HELP, 136, 80, 40, 14
END
#pragma code_page(default)
dlls/msacm32/wineacm.h
View file @
9bb0f9c7
...
...
@@ -20,6 +20,9 @@
#ifndef __WINE_WINEACM_H
#define __WINE_WINEACM_H
#include <windef.h>
#include <winuser.h>
/***********************************************************************
* Wine specific - Win32
*/
...
...
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