diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:48:10 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:48:10 +0000 |
commit | ecbdf10756629bbca350010795521d457b9ed2f1 (patch) | |
tree | 3d6fdb979823be0cb1abe806a6d1ce5ae90dd307 /desktop/util | |
parent | a549d9f1b34d0802b90854c9e3dfdb1e8e955aa4 (diff) |
INTEGRATION: CWS internatiodel (1.61.18); FILE MERGED
2006/02/13 11:40:44 er 1.61.18.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'desktop/util')
-rw-r--r-- | desktop/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk index 194446f8abfd..338491adb30a 100644 --- a/desktop/util/makefile.mk +++ b/desktop/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.61 $ +# $Revision: 1.62 $ # -# last change: $Author: hr $ $Date: 2006-01-24 15:20:38 $ +# last change: $Author: vg $ $Date: 2006-04-07 14:48:10 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -121,6 +121,7 @@ APP1STDLIBS= \ $(SVTOOLLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ $(VOSLIB) \ @@ -175,6 +176,7 @@ APP5STDLIBS= \ $(SVTOOLLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ $(VOSLIB) \ |