diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:28:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:28:03 +0000 |
commit | 1c1ec9847f24ad40e5a0d60ff2ff15f4c27d853c (patch) | |
tree | 7d54d4c4108fc73e5681d98c912756914a8924c9 /sc/util | |
parent | c015031de4817dab15916463c5e460be7c728c5a (diff) |
INTEGRATION: CWS internatiodel (1.32.84); FILE MERGED
2006/02/10 22:20:45 er 1.32.84.2: RESYNC: (1.32-1.33); FILE MERGED
2006/02/10 19:32:44 er 1.32.84.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk index 83a71b61ec0c..b6812a5cafbe 100644 --- a/sc/util/makefile.mk +++ b/sc/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.33 $ +# $Revision: 1.34 $ # -# last change: $Author: hr $ $Date: 2006-01-27 15:52:35 $ +# last change: $Author: vg $ $Date: 2006-04-07 16:28:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -105,6 +105,7 @@ SHL1STDLIBS+= \ $(VOSLIB) \ $(SALLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(UNOTOOLSLIB) \ $(SOTLIB) \ $(XMLOFFLIB) \ @@ -238,6 +239,7 @@ SHL8STDLIBS= \ $(SOTLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(COMPHELPERLIB) \ $(CPPULIB) \ $(SALLIB) |