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
This commit is contained in:
parent
5459de11c9
commit
4ae47d8cc1
1 changed files with 6 additions and 5 deletions
|
@ -2,9 +2,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: makefile.mk,v $
|
# $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
|
# The Contents of this file are made available subject to the terms of
|
||||||
# either of the following licenses
|
# either of the following licenses
|
||||||
|
@ -63,14 +63,15 @@
|
||||||
PRJ=..$/..
|
PRJ=..$/..
|
||||||
|
|
||||||
PRJNAME=remotebridges
|
PRJNAME=remotebridges
|
||||||
TARGET=brdgfctr
|
TARGET = bridgefac.uno
|
||||||
ENABLE_EXCEPTIONS=TRUE
|
ENABLE_EXCEPTIONS=TRUE
|
||||||
NO_BSYMBOLIC=TRUE
|
NO_BSYMBOLIC=TRUE
|
||||||
COMP1TYPELIST=$(TARGET)
|
COMP1TYPELIST = brdgfctr
|
||||||
COMPRDB=$(SOLARBINDIR)$/udkapi.rdb
|
COMPRDB=$(SOLARBINDIR)$/udkapi.rdb
|
||||||
|
|
||||||
# --- Settings -----------------------------------------------------
|
# --- Settings -----------------------------------------------------
|
||||||
.INCLUDE : settings.mk
|
.INCLUDE : settings.mk
|
||||||
|
DLLPRE =
|
||||||
# ------------------------------------------------------------------
|
# ------------------------------------------------------------------
|
||||||
UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb
|
UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb
|
||||||
UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb
|
UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb
|
||||||
|
@ -82,7 +83,7 @@ SLOFILES= \
|
||||||
$(SLO)$/bridgeimpl.obj
|
$(SLO)$/bridgeimpl.obj
|
||||||
|
|
||||||
SHL1TARGET= $(TARGET)
|
SHL1TARGET= $(TARGET)
|
||||||
SHL1VERSIONMAP= $(TARGET).map
|
SHL1VERSIONMAP = brdgfctr.map
|
||||||
|
|
||||||
SHL1STDLIBS= \
|
SHL1STDLIBS= \
|
||||||
$(SALLIB) \
|
$(SALLIB) \
|
||||||
|
|
Loading…
Reference in a new issue