INTEGRATION: CWS tune01 (1.4.58); FILE MERGED

2003/04/02 16:41:10 mhu 1.4.58.2: #108383# Removed excess shared library dependencies.
2003/04/01 11:49:14 sj 1.4.58.1: #12689# added missing mapfiles for dynamically loaded libraries
This commit is contained in:
Vladimir Glazounov 2003-04-15 13:12:53 +00:00
parent 8b752aa833
commit ea25ffbff6

View file

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.6 $
# $Revision: 1.7 $
#
# last change: $Author: hr $ $Date: 2003-03-25 18:28:17 $
# last change: $Author: vg $ $Date: 2003-04-15 14:12:53 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -66,11 +66,6 @@ PRJNAME=goodies
TARGET=ipcx
DEPTARGET=vipcx
PROJECTPCH4DLL=TRUE
PROJECTPCH=eeng_pch
PROJECTPCHSOURCE=eeng_pch
# --- Settings -----------------------------------------------------------
.INCLUDE : settings.mk
@ -87,7 +82,7 @@ SLOFILES = $(SLO)$/ipcx.obj
SHL1TARGET= ipx$(UPD)$(DLLPOSTFIX)
SHL1IMPLIB= ipcx
SHL1STDLIBS= $(TOOLSLIB) $(SVLIB) $(CPPULIB)
SHL1STDLIBS= $(VCLLIB) $(TOOLSLIB)
SHL1DEPN= $(LB)$/ipcx.lib
SHL1LIBS= $(SLB)$/ipcx.lib
@ -95,20 +90,11 @@ SHL1LIBS= $(SLB)$/ipcx.lib
SHL1OBJS= $(SLO)$/ipcx.obj
.ENDIF
SHL1VERSIONMAP=exports.map
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
SHL1BASE=0x1c000000
DEF1NAME=$(SHL1TARGET)
# ==========================================================================
.INCLUDE : target.mk
.IF "$(GUI)"=="WNT"
$(MISC)$/$(SHL1TARGET).def: makefile.mk
@echo -------------------------------------------
@echo DEF-File erstellen
@echo LIBRARY $(DLLNAME) >$@
@echo DESCRIPTION 'Svx RTF DLL' >>$@
@echo DATA READ WRITE NONSHARED >>$@
@echo EXPORTS >>$@
@echo GraphicImport >>$@
.ENDIF