diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2003-04-23 15:43:26 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2003-04-23 15:43:26 +0000 |
commit | ba85f8b3017c901c76afee1a9bc9922d151f7326 (patch) | |
tree | e8f3286330f31a0787afc172369d756dbfb4c3a1 /remotebridges | |
parent | 65e067db947d4aff991e5c6c7ccf42dba2e1f209 (diff) |
INTEGRATION: CWS uno2 (1.8.44); FILE MERGED
2003/04/08 13:40:37 dbo 1.8.44.1: #107991# UNO shared library component renaming
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/source/factory/makefile.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/remotebridges/source/factory/makefile.mk b/remotebridges/source/factory/makefile.mk index 66831c721..e8ed607e0 100644 --- a/remotebridges/source/factory/makefile.mk +++ b/remotebridges/source/factory/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: jbu $ $Date: 2001-06-22 16:39:16 $ +# last change: $Author: rt $ $Date: 2003-04-23 16:43:26 $ # # 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=brdgfctr +TARGET = bridgefac.uno ENABLE_EXCEPTIONS=TRUE NO_BSYMBOLIC=TRUE -COMP1TYPELIST=$(TARGET) +COMP1TYPELIST = brdgfctr COMPRDB=$(SOLARBINDIR)$/udkapi.rdb # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +DLLPRE = # ------------------------------------------------------------------ UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb @@ -82,7 +83,7 @@ SLOFILES= \ $(SLO)$/bridgeimpl.obj SHL1TARGET= $(TARGET) -SHL1VERSIONMAP= $(TARGET).map +SHL1VERSIONMAP = brdgfctr.map SHL1STDLIBS= \ $(SALLIB) \ |