winecfg: Build language resource files separately.

Do not include them from an other rc file.
This commit is contained in:
Michael Stefaniuc 2009-07-02 00:31:26 +02:00 committed by Alexandre Julliard
parent f0c3514537
commit 807d75a94e
26 changed files with 76 additions and 44 deletions

View File

@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE

View File

@ -24,6 +24,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*
*/
#include "resource.h"
/* Czech strings in CP1250 */
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT

View File

@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE

View File

@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
IDR_WINECFG MENU DISCARDABLE

View File

@ -22,6 +22,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE

View File

@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
IDR_WINECFG MENU DISCARDABLE

View File

@ -21,6 +21,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE

View File

@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
IDR_WINECFG MENU DISCARDABLE

View File

@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE

View File

@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
IDD_ABOUTCFG DIALOGEX 0, 0, 260, 270

View File

@ -22,6 +22,8 @@
*
*/
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
@ -327,5 +329,3 @@ BEGIN
IDC_SYSPARAMS_MENU_HILIGHT "Menu Highlight"
IDC_SYSPARAMS_MENUBAR "メニュー バー"
END
#pragma code_page(default)

View File

@ -23,6 +23,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE

View File

@ -20,6 +20,8 @@
*
*/
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
@ -325,5 +327,3 @@ BEGIN
IDC_SYSPARAMS_MENU_HILIGHT "Meniu paryškinimas"
IDC_SYSPARAMS_MENUBAR "Meniu juosta"
END
#pragma code_page(default)

View File

@ -18,7 +18,31 @@ C_SRCS = \
winecfg.c \
x11drvdlg.c
RC_SRCS = winecfg.rc
RC_SRCS = \
Bg.rc \
Cs.rc \
Da.rc \
De.rc \
En.rc \
Es.rc \
Fi.rc \
Fr.rc \
Hu.rc \
It.rc \
Ja.rc \
Ko.rc \
Lt.rc \
Nl.rc \
No.rc \
Pl.rc \
Pt.rc \
Ro.rc \
Ru.rc \
Si.rc \
Sv.rc \
Tr.rc \
Zh.rc \
winecfg.rc
@MAKE_PROG_RULES@

View File

@ -22,6 +22,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
IDR_WINECFG MENU DISCARDABLE

View File

@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
IDR_WINECFG MENU DISCARDABLE

View File

@ -23,6 +23,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE

View File

@ -21,6 +21,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
IDR_WINECFG MENU DISCARDABLE

View File

@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
#pragma code_page(65001)
@ -324,5 +326,3 @@ BEGIN
IDC_SYSPARAMS_MENU_HILIGHT "Evidențiere meniu"
IDC_SYSPARAMS_MENUBAR "Bară de meniu"
END
#pragma code_page(default)

View File

@ -21,6 +21,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE

View File

@ -20,6 +20,8 @@
*
*/
#include "resource.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
@ -324,5 +326,3 @@ BEGIN
IDC_SYSPARAMS_MENU_HILIGHT "Meni: osvetljen"
IDC_SYSPARAMS_MENUBAR "Meni: vrstica"
END
#pragma code_page(default)

View File

@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
IDR_WINECFG MENU DISCARDABLE

View File

@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE

View File

@ -21,6 +21,8 @@
*
*/
#include "resource.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
@ -594,5 +596,3 @@ BEGIN
IDC_SYSPARAMS_INACTIVE_TITLE "非當前標題欄"
IDC_SYSPARAMS_INACTIVE_TITLE_TEXT "非當前標題欄文字"
END
#pragma code_page(default)

View File

@ -23,6 +23,10 @@
*
*/
#include <windef.h>
#include <winuser.h>
#include <commctrl.h>
#define IDC_STATIC -1
#define IDS_TAB_APPLICATIONS 2
#define IDS_TAB_DLLS 3

View File

@ -20,41 +20,8 @@
*
*/
#include "config.h" /* Needed for the PACKAGE_STRING definition */
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winnls.h"
#include "winuser.h"
#include "commctrl.h"
#include "resource.h"
#include "Bg.rc"
#include "Cs.rc"
#include "Da.rc"
#include "De.rc"
#include "En.rc"
#include "Es.rc"
#include "Fi.rc"
#include "Fr.rc"
#include "Hu.rc"
#include "It.rc"
#include "Ja.rc"
#include "Ko.rc"
#include "Lt.rc"
#include "Nl.rc"
#include "No.rc"
#include "Pl.rc"
#include "Pt.rc"
#include "Ro.rc"
#include "Ru.rc"
#include "Si.rc"
#include "Sv.rc"
#include "Tr.rc"
#include "Zh.rc"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* @makedep: idb_wine.bmp */
IDB_WINE BITMAP idb_wine.bmp