diff options
author | Duncan Foster <dfoster@openoffice.org> | 2003-11-04 16:45:29 +0000 |
---|---|---|
committer | Duncan Foster <dfoster@openoffice.org> | 2003-11-04 16:45:29 +0000 |
commit | f8803bd722491ce2a85ff5ba4010f2fe1187e3a7 (patch) | |
tree | 89c45c6f8191f3e3e5e5ed5a529581563dc78cf4 /scripting/util | |
parent | c37f4bb94a119e4031796c097a35c1217e221e6c (diff) |
#i22116# - Complete XPropertySet implementation
Diffstat (limited to 'scripting/util')
-rw-r--r-- | scripting/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripting/util/makefile.mk b/scripting/util/makefile.mk index 097dc9ced608..2690972e52ef 100644 --- a/scripting/util/makefile.mk +++ b/scripting/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: npower $ $Date: 2003-08-19 09:51:21 $ +# last change: $Author: dfoster $ $Date: 2003-11-04 17:45:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,6 +87,7 @@ SHL1IMPLIB= $(TARGET) SHL1STDLIBS+=\ $(CPPULIB) \ $(CPPUHELPERLIB) \ + $(COMPHELPERLIB) \ $(SALLIB) |