From b28c779cb79f17fb4b4cfc7ca3090514fd39062f Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Sun, 4 Mar 2001 20:47:46 +0000 Subject: added propertyset helper --- unotools/util/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'unotools/util') diff --git a/unotools/util/makefile.mk b/unotools/util/makefile.mk index f5eabe7236ab..7cf8c3f2d093 100644 --- a/unotools/util/makefile.mk +++ b/unotools/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: hr $ $Date: 2000-11-07 10:12:30 $ +# last change: $Author: cl $ $Date: 2001-03-04 21:44:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -83,7 +83,8 @@ LIB1FILES=\ $(SLB)$/streaming.lib \ $(SLB)$/config.lib \ $(SLB)$/ucbhelp.lib \ - $(SLB)$/procfact.lib + $(SLB)$/procfact.lib \ + $(SLB)$/property.lib SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) -- cgit