diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-11-02 11:03:49 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-11-02 11:03:49 +0000 |
commit | 8893fea71a66dde5ce30eebd65cf138ca484a22f (patch) | |
tree | 55e8fec8e0d79908d20c546a40923f06314c7ff4 /basic/util | |
parent | f138119c086d26d2ad26a7f1ddf3649ea5b950ea (diff) |
unotools -> comphelper
Diffstat (limited to 'basic/util')
-rw-r--r-- | basic/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/util/makefile.mk b/basic/util/makefile.mk index 33d23435464a..619e983cccae 100644 --- a/basic/util/makefile.mk +++ b/basic/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:12:12 $ +# last change: $Author: fs $ $Date: 2000-11-02 12:03:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -111,7 +111,7 @@ SHL1STDLIBS= \ $(VOSLIB) \ $(SALLIB) \ $(SVMEMLIB) \ - $(UNOTOOLSLIB) + $(COMPHELPERLIB) .IF "$(GUI)"=="WNT" SHL1STDLIBS+=$(LIBCIMT) @@ -151,7 +151,7 @@ APP1STDLIBS= \ $(SVLLIB) \ $(SVLIB) \ $(SO2LIB) \ - $(UNOTOOLSLIB) \ + $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ |