From 3f8b3a1837aaa597558e5c60e0fc2377066290cb Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Wed, 10 Sep 2003 03:43:16 +0000 Subject: [PATCH] Compile Walon resources only if LANG_WALON is defined. --- programs/clock/Wa.rc | 4 ++++ programs/notepad/Wa.rc | 4 ++++ programs/winhelp/Wa.rc | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/programs/clock/Wa.rc b/programs/clock/Wa.rc index 5d8bee5460e..530e254de0f 100644 --- a/programs/clock/Wa.rc +++ b/programs/clock/Wa.rc @@ -23,6 +23,8 @@ * */ +#ifdef LANG_WALON + MAIN_MENU MENU LANGUAGE LANG_WALON, SUBLANG_DEFAULT { POPUP "&Propietés" { @@ -48,3 +50,5 @@ STRINGTABLE DISCARDABLE LANGUAGE LANG_WALON, SUBLANG_DEFAULT CLOCK, "Ôrlodje" MENU_ON_TOP, "Todi &Visibe" } + +#endif /* LANG_WALON */ diff --git a/programs/notepad/Wa.rc b/programs/notepad/Wa.rc index c68a6bcfb28..01f391c4525 100644 --- a/programs/notepad/Wa.rc +++ b/programs/notepad/Wa.rc @@ -20,6 +20,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef LANG_WALON + LANGUAGE LANG_WALON, SUBLANG_DEFAULT MAIN_MENU MENU @@ -124,3 +126,5 @@ STRING_OUT_OF_MEMORY, "Li memwere est plinne. \n\ Cloyoz on programe ou pus po monter li memwere libe." } + +#endif /* LANG_WALON */ diff --git a/programs/winhelp/Wa.rc b/programs/winhelp/Wa.rc index f17c8132073..f50f9f322b3 100644 --- a/programs/winhelp/Wa.rc +++ b/programs/winhelp/Wa.rc @@ -20,6 +20,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef LANG_WALON + /* Menu */ MAIN_MENU MENU LANGUAGE LANG_WALON, SUBLANG_DEFAULT @@ -69,3 +71,5 @@ STID_TOPICS, "&Topics" STID_ALL_FILES, "Tos les fitchîs (*.*)" STID_HELP_FILES_HLP, "Fitchîs d' aide (*.hlp)" } + +#endif /* LANG_WALON */