diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2003-04-23 15:42:12 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2003-04-23 15:42:12 +0000 |
commit | b333413337294f68c5866f609aafa39d349a2c17 (patch) | |
tree | 6db340722b42d1d57fe9ebebc2fa151cd710b148 /remotebridges | |
parent | 7bb7c6eb63516d23494c9a2316568a8801b74236 (diff) |
INTEGRATION: CWS uno2 (1.5.44); FILE MERGED
2003/04/08 13:40:27 dbo 1.5.44.1: #107991# UNO shared library component renaming
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/source/bridge/makefile.mk | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/remotebridges/source/bridge/makefile.mk b/remotebridges/source/bridge/makefile.mk index 5ad1600fe531..86231aa12bc9 100644 --- a/remotebridges/source/bridge/makefile.mk +++ b/remotebridges/source/bridge/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: jbu $ $Date: 2001-06-22 16:39:16 $ +# last change: $Author: rt $ $Date: 2003-04-23 16:42:12 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -63,15 +63,17 @@ PRJ=..$/.. PRJNAME=remotebridges -TARGET=remotebridge +TARGET = remotebridge.uno +NO_BSYMBOLIC = TRUE ENABLE_EXCEPTIONS=TRUE -COMP1TYPELIST=$(TARGET) +COMP1TYPELIST = remotebridge COMPRDB=$(SOLARBINDIR)$/udkapi.rdb # --- Settings ----------------------------------------------------- .INCLUDE : svpre.mk .INCLUDE : settings.mk .INCLUDE : sv.mk +DLLPRE = # ------------------------------------------------------------------ UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb @@ -84,7 +86,7 @@ SLOFILES= \ $(SLO)$/bridge_connection.obj\ $(SLO)$/bridge_provider.obj SHL1TARGET= $(TARGET) -SHL1VERSIONMAP= $(TARGET).map +SHL1VERSIONMAP = remotebridge.map SHL1STDLIBS= \ $(SALLIB) \ |