summaryrefslogtreecommitdiff
path: root/remotebridges
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-04-23 15:42:50 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-04-23 15:42:50 +0000
commite9951d2a17e97c99a9fea14b229ebf33f8cf196d (patch)
tree515cf8ee0d004e0e871c1c68ca35c46a735ae6db /remotebridges
parent40315791ce5a161790b8423c4b5ba9dc525c6e60 (diff)
INTEGRATION: CWS uno2 (1.5.52); FILE MERGED
2003/04/08 13:40:35 dbo 1.5.52.1: #107991# UNO shared library component renaming
Diffstat (limited to 'remotebridges')
-rwxr-xr-xremotebridges/source/dynamicloader/makefile.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/remotebridges/source/dynamicloader/makefile.mk b/remotebridges/source/dynamicloader/makefile.mk
index 7fdb5fa7bc01..553a174a6874 100755
--- a/remotebridges/source/dynamicloader/makefile.mk
+++ b/remotebridges/source/dynamicloader/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: vg $ $Date: 2003-04-15 13:36:03 $
+# last change: $Author: rt $ $Date: 2003-04-23 16:42:50 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -63,14 +63,15 @@
PRJ=..$/..
PRJNAME=remotebridges
-TARGET=dynamicloader
+TARGET = dynamicloader.uno
ENABLE_EXCEPTIONS=TRUE
NO_BSYMBOLIC=TRUE
-COMP1TYPELIST=$(TARGET)
+COMP1TYPELIST = dynamicloader
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
+DLLPRE =
# ------------------------------------------------------------------
@@ -84,11 +85,11 @@ UNOUCROUT=$(OUT)$/inc
# adding to inludepath
INCPRE+=$(UNOUCROUT)
-
SLOFILES= \
$(SLO)$/dynamicloader.obj
SHL1TARGET= $(TARGET)
+SHL1VERSIONMAP = $(SOLARENV)$/src$/component.map
SHL1STDLIBS=\
$(CPPUHELPERLIB) \