cmdlgtst: 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:28:45 +02:00 committed by Alexandre Julliard
parent 8919ba3498
commit 465cf35522
21 changed files with 60 additions and 32 deletions

View File

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

View File

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
CmdlgtstMenu MENU

View File

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
CmdlgtstMenu MENU

View File

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
CmdlgtstMenu MENU

View File

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
CmdlgtstMenu MENU

View File

@ -21,6 +21,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
CmdlgtstMenu MENU

View File

@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
/*

View File

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
/* UTF-8 */
#pragma code_page(65001)
@ -296,5 +298,3 @@ BEGIN
PUSHBUTTON "キャンセル", IDCANCEL, 126, 220, 50, 14
PUSHBUTTON "プリンタ(&R)...", psh3, 184, 220, 48, 14
END
#pragma code_page(default)

View File

@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
CmdlgtstMenu MENU

View File

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
/* UTF-8 */
#pragma code_page(65001)
@ -296,5 +298,3 @@ BEGIN
PUSHBUTTON "Atsisakyti", IDCANCEL, 116, 220, 50, 14
PUSHBUTTON "S&pausdintuvas...", psh3, 171, 220, 61, 14
END
#pragma code_page(default)

View File

@ -9,7 +9,26 @@ IMPORTS = comdlg32 user32 gdi32 kernel32
C_SRCS = \
cmdlgtst.c
RC_SRCS = cmdlgr.rc
RC_SRCS = \
Cs.rc \
Da.rc \
De.rc \
En.rc \
Es.rc \
Fr.rc \
It.rc \
Ja.rc \
Ko.rc \
Lt.rc \
Nl.rc \
No.rc \
Pl.rc \
Pt.rc \
Ru.rc \
Si.rc \
Sv.rc \
Tr.rc \
cmdlgr.rc
@MAKE_PROG_RULES@

View File

@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
CmdlgtstMenu MENU

View File

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
CmdlgtstMenu MENU

View File

@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
CmdlgtstMenu MENU

View File

@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
CmdlgtstMenu MENU

View File

@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
CmdlgtstMenu MENU

View File

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
@ -295,5 +297,3 @@ BEGIN
PUSHBUTTON "Prekliči", IDCANCEL, 126, 220, 50, 14
PUSHBUTTON "&Tiskalnik ...", psh3, 184, 220, 48, 14
END
#pragma code_page(default)

View File

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
CmdlgtstMenu MENU

View File

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cmdlgtst.h"
/* FIXME: to be completed */
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT

View File

@ -18,32 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <windef.h>
#include <winuser.h>
#include <dlgs.h>
#include "cmdlgtst.h"
#include "Cs.rc"
#include "Da.rc"
#include "De.rc"
#include "En.rc"
#include "Es.rc"
#include "Fr.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 "Ru.rc"
#include "Si.rc"
#include "Sv.rc"
#include "Tr.rc"
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
/* @makedep: about.ico */
AboutIcon ICON about.ico

View File

@ -16,6 +16,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <windef.h>
#include <winuser.h>
#include <dlgs.h>
#define CM_U_COLOR 105
#define CM_U_SAVE 104
#define CM_U_OPEN 107