From 9f415801c2ea251c9a83ab7364ad6fdad8b0348c Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 7 Nov 2000 13:21:09 +0000 Subject: UNOTOOLSLIB is still needed --- basic/util/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'basic/util') diff --git a/basic/util/makefile.mk b/basic/util/makefile.mk index 619e983cccae..2dabdc60f7be 100644 --- a/basic/util/makefile.mk +++ b/basic/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: fs $ $Date: 2000-11-02 12:03:49 $ +# last change: $Author: kz $ $Date: 2000-11-07 14:21:09 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -111,7 +111,8 @@ SHL1STDLIBS= \ $(VOSLIB) \ $(SALLIB) \ $(SVMEMLIB) \ - $(COMPHELPERLIB) + $(COMPHELPERLIB) \ + $(UNOTOOLSLIB) .IF "$(GUI)"=="WNT" SHL1STDLIBS+=$(LIBCIMT) -- cgit