diff options
author | Stephan Bergmann <sb@openoffice.org> | 2001-06-20 06:57:05 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2001-06-20 06:57:05 +0000 |
commit | 984b4fcff13efd89f6f77942d989001c35f72927 (patch) | |
tree | f0f47b37362fc6dcf9e5e2889db486a6d47f9ac8 /ucbhelper | |
parent | 459717152d64cb9041d20d465f2734cc988f1736 (diff) |
#88442# Derive class from salhelper::SimpleReferenceObject, which is safer than vos::OReference.
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/util/makefile.mk | 14 | ||||
-rw-r--r-- | ucbhelper/util/ucbhelper.xml | 2 |
2 files changed, 10 insertions, 6 deletions
diff --git a/ucbhelper/util/makefile.mk b/ucbhelper/util/makefile.mk index 99cbd547028e..858b7992459c 100644 --- a/ucbhelper/util/makefile.mk +++ b/ucbhelper/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 17:03:37 $ +# last change: $Author: sb $ $Date: 2001-06-20 07:55:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,10 +82,12 @@ LIB1FILES= $(SLB)$/client.lib \ $(SLB)$/provider.lib SHL1TARGET= $(TARGET)$(UCBHELPER_MAJOR)$(COM) -SHL1STDLIBS= $(SALLIB) \ - $(VOSLIB) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) +SHL1STDLIBS = \ + $(CPPUHELPERLIB) \ + $(CPPULIB) \ + $(SALHELPERLIB) \ + $(SALLIB) \ + $(VOSLIB) SHL1DEPN= SHL1IMPLIB= i$(TARGET) SHL1LIBS= $(LIB1TARGET) diff --git a/ucbhelper/util/ucbhelper.xml b/ucbhelper/util/ucbhelper.xml index a15154e453d4..c7eb0503bf25 100644 --- a/ucbhelper/util/ucbhelper.xml +++ b/ucbhelper/util/ucbhelper.xml @@ -5,11 +5,13 @@ <module-name> ucbhelper </module-name> <project-build-dependency> sal </project-build-dependency> + <project-build-dependency> salhelper </project-build-dependency> <project-build-dependency> cppu </project-build-dependency> <project-build-dependency> cppuhelper </project-build-dependency> <project-build-dependency> vos </project-build-dependency> <runtime-module-dependency> sal2 </runtime-module-dependency> + <runtime-module-dependency> salhelper3$(COM) </runtime-module-dependency> <runtime-module-dependency> cppu2 </runtime-module-dependency> <runtime-module-dependency> cppuhelper2$(COM) </runtime-module-dependency> <runtime-module-dependency> vos2$(COM) </runtime-module-dependency> |