From 243a97038bdab8f2ec448df19c88ac2638035531 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 26 Mar 2003 14:44:58 +0000 Subject: MWS_SRX644: migrate branch mws_srx644 -> HEAD --- remotebridges/source/dynamicloader/dynamicloader.xml | 2 +- remotebridges/source/unourl_resolver/makefile.mk | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'remotebridges/source') diff --git a/remotebridges/source/dynamicloader/dynamicloader.xml b/remotebridges/source/dynamicloader/dynamicloader.xml index 0892702147f3..2c23003a3e76 100644 --- a/remotebridges/source/dynamicloader/dynamicloader.xml +++ b/remotebridges/source/dynamicloader/dynamicloader.xml @@ -12,7 +12,7 @@ com.sun.star.loader.SharedLibrary c++ - + com.sun.star.loader.Dynamic com.sun.star.bridge.UnoUrlResolver com.sun.star.bridge.XUnoUrlResolver diff --git a/remotebridges/source/unourl_resolver/makefile.mk b/remotebridges/source/unourl_resolver/makefile.mk index 81041aee9e95..75f6368a2535 100644 --- a/remotebridges/source/unourl_resolver/makefile.mk +++ b/remotebridges/source/unourl_resolver/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: jbu $ $Date: 2001-06-22 16:39:16 $ +# last change: $Author: hr $ $Date: 2003-03-26 15:41:33 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -102,9 +102,9 @@ SHL1TARGET= $(TARGET) SHL1VERSIONMAP= $(TARGET).map SHL1STDLIBS= \ + $(SALLIB) \ $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SALLIB) + $(CPPUHELPERLIB) SHL1DEPN= SHL1IMPLIB= i$(TARGET) -- cgit