INTEGRATION: CWS tune01 (1.1.1.1.60); FILE MERGED

2003/04/03 11:50:51 mhu 1.1.1.1.60.1: #i12151# Added symbol scoping linker mapfile.
This commit is contained in:
Vladimir Glazounov 2003-04-15 12:38:12 +00:00
parent d1dd4d2cf2
commit 719d05461f

View file

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1.1.1 $
# $Revision: 1.2 $
#
# last change: $Author: hr $ $Date: 2000-09-18 16:11:18 $
# last change: $Author: vg $ $Date: 2003-04-15 13:38:12 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -65,35 +65,33 @@ PRJ=..
PRJNAME=UnoControls
TARGET=ctl
LIBTARGET=NO
USE_LDUMP2=TRUE
USE_DEFFILE=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/util$/makefile.pmk
# --- Files --------------------------------------------------------
LIB1TARGET= $(SLB)$/$(TARGET).lib
#LIB1OBJFILES= $(SLOFILES)
LIB1FILES= $(SLB)$/base.lib \
$(SLB)$/controls.lib
SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX)
SHL1IMPLIB= i$(TARGET)
SHL1VERSIONMAP=exports.map
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
DEF1NAME=$(SHL1TARGET)
SHL1STDLIBS= \
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(VOSLIB) \
$(SALLIB) \
$(TOOLSLIB)
$(TOOLSLIB) \
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(VOSLIB) \
$(SALLIB)
SHL1DEPN= makefile.mk
SHL1LIBS= $(LIB1TARGET)
#SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
DEF1EXPORTFILE= exports.dxp
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk