diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 13:29:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 13:29:24 +0000 |
commit | f27cf37ddebc862d3480c34b8ff2e19437a4e41d (patch) | |
tree | fe5f908a5c0149558d1de86015589df615b92628 | |
parent | c190550edb18770c81e9cba41ef0c6a1fb7bdf94 (diff) |
INTEGRATION: CWS gt08hangulhanja (1.13.4); FILE MERGED
2004/06/21 13:37:32 tl 1.13.4.1: #i28900# calling uscript_getScript now in checkScriptType
-rw-r--r-- | linguistic/source/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/linguistic/source/makefile.mk b/linguistic/source/makefile.mk index 104386c381c9..69fe7ab6eb63 100644 --- a/linguistic/source/makefile.mk +++ b/linguistic/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: obo $ $Date: 2004-04-27 16:08:27 $ +# last change: $Author: rt $ $Date: 2004-11-26 14:29:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -155,8 +155,9 @@ SHL1STDLIBS= \ $(SFXLIB) \ $(SALLIB) \ $(UCBHELPERLIB) \ - $(UNOTOOLSLIB) \ - $(XMLOFFLIB) + $(UNOTOOLSLIB) \ + $(XMLOFFLIB) \ + $(ICUUCLIB) # build DLL SHL1LIBS= $(SLB)$/$(TARGET).lib |