1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

Compile Walon resources only if LANG_WALON is defined.

This commit is contained in:
Pavel Roskin 2003-09-10 03:43:16 +00:00 committed by Alexandre Julliard
parent 0f4c6c9727
commit 3f8b3a1837
3 changed files with 12 additions and 0 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */