INTEGRATION: CWS uno2 (1.7.60); FILE MERGED
2003/04/08 13:56:15 dbo 1.7.60.1: #107991# UNO shared library component renaming
This commit is contained in:
parent
27c9a40719
commit
2e5db69e16
1 changed files with 7 additions and 7 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.7 $
|
||||
# $Revision: 1.8 $
|
||||
#
|
||||
# last change: $Author: jbu $ $Date: 2001-06-22 16:20:59 $
|
||||
# last change: $Author: rt $ $Date: 2003-04-23 16:11:03 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -62,16 +62,16 @@
|
|||
PRJ=..$/..
|
||||
|
||||
PRJNAME= stoc
|
||||
TARGET= cpld
|
||||
USE_DEFFILE= TRUE
|
||||
NO_BSYMBOLIC= TRUE
|
||||
TARGET = shlibloader.uno
|
||||
ENABLE_EXCEPTIONS=TRUE
|
||||
NO_BSYMBOLIC = TRUE
|
||||
BOOTSTRAP_SERVICE=TRUE
|
||||
COMP1TYPELIST=$(TARGET)
|
||||
COMP1TYPELIST = cpld
|
||||
|
||||
# --- Settings -----------------------------------------------------
|
||||
|
||||
.INCLUDE : settings.mk
|
||||
DLLPRE =
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
|
@ -87,7 +87,7 @@ SHL1STDLIBS= \
|
|||
$(CPPUHELPERLIB) \
|
||||
$(SALLIB)
|
||||
|
||||
SHL1VERSIONMAP=$(TARGET).map
|
||||
SHL1VERSIONMAP = cpld.map
|
||||
SHL1DEPN=
|
||||
SHL1IMPLIB= i$(TARGET)
|
||||
SHL1LIBS= $(SLB)$/$(TARGET).lib
|
||||
|
|
Loading…
Reference in a new issue