1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Addition of the en_US.UTF-8 locale: installation support

This commit is contained in:
Eugene Doudine 2014-02-25 12:52:00 +02:00 committed by Jon Trulson
parent 46473a9ccb
commit 1ff0741538
8 changed files with 39 additions and 3 deletions

View file

@ -192,10 +192,15 @@ DBS = \
clean::
$(RM) *.db
#if defined UTF8_NLS_SUPPORT
# define UTF8_NLS_SUPPORT_OPT -DUTF8_NLS_SUPPORT
#endif
/*
* Default locale (C)
*/
LOC_CPP_LIST = $(UDB_CPP_UNDEF_LIST) -D_ENGLISH_
LOC_CPP_LIST = $(UDB_CPP_UNDEF_LIST) -D_ENGLISH_ UTF8_NLS_SUPPORT_OPT
CppSourceFile(CDE-LOC-C.tmp,CDE-LOC.src,$(LOC_CPP_LIST),)
CppSourceFile(CDE-HELP-LOC-C.tmp,CDE-HELP-LOC.src,$(LOC_CPP_LIST),)
CppSourceFile(CDE-MSG-LOC-C.tmp,CDE-MSG-LOC.src,$(LOC_CPP_LIST),)