From 5895d8d42e746f4370629186d9fd1be116740175 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 12:57:56 +0000 Subject: INTEGRATION: CWS tune01 (1.2.46); FILE MERGED 2003/04/02 20:14:35 mhu 1.2.46.2: #108383# Removed excess shared library dependencies. 2003/04/02 19:49:30 mhu 1.2.46.1: #i12688# #108383# Added symbol scoping linker mapfile, removed excess shared library dependencies. --- extensions/source/xmlextract/makefile.mk | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) (limited to 'extensions/source') diff --git a/extensions/source/xmlextract/makefile.mk b/extensions/source/xmlextract/makefile.mk index cfb1a6d9c857..13621a256f86 100644 --- a/extensions/source/xmlextract/makefile.mk +++ b/extensions/source/xmlextract/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: jbu $ $Date: 2002-10-01 08:26:26 $ +# last change: $Author: vg $ $Date: 2003-04-15 13:57:56 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -98,26 +98,21 @@ SLOFILES= $(SLO)$/xmxuno.obj \ # --- Library ----------------------------------- SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1IMPLIB= i$(SHL1TARGET) + +SHL1VERSIONMAP=exports.map +SHL1DEF=$(MISC)$/$(SHL1TARGET).def +DEF1NAME=$(SHL1TARGET) + SHL1STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(UNOTOOLSLIB) \ - $(VOSLIB) \ - $(SALLIB) \ - $(VCLLIB) \ - $(SVLLIB) \ - $(ONELIB) \ $(SO2LIB) \ - $(SOTLIB) \ - $(TOOLSLIB) + $(UNOTOOLSLIB) \ + $(TOOLSLIB) \ + $(CPPUHELPERLIB) \ + $(CPPULIB) \ + $(SALLIB) -SHL1DEPN= -SHL1IMPLIB= i$(SHL1TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME=$(SHL1TARGET) -DEF1EXPORTFILE=exports.dxp # --- Targets ---------------------------------- -- cgit v1.2.3