diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:57:24 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:57:24 +0000 |
commit | e1d45dae3c8fef36f5624a18c50c775a767cf8d8 (patch) | |
tree | 5aafe02d1bcf89d76703b6c2800280232d778610 /extensions/source | |
parent | a76487ba30589bee3403ff779835683e4dcb3399 (diff) |
INTEGRATION: CWS tune01 (1.2.46); FILE MERGED
2003/04/04 09:37:36 mhu 1.2.46.2: #108383# Removed excess shared library dependencies.
2003/04/03 19:21:54 mhu 1.2.46.1: #i12688# Added symbol scoping linker mapfile.
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/svg/makefile.mk | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/extensions/source/svg/makefile.mk b/extensions/source/svg/makefile.mk index 33146a94c4c6..ae1a173624dd 100644 --- a/extensions/source/svg/makefile.mk +++ b/extensions/source/svg/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:37:42 $ +# last change: $Author: vg $ $Date: 2003-04-15 13:57:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,7 +65,6 @@ PRJNAME=extensions TARGET=svg ENABLE_EXCEPTIONS=TRUE -USE_DEFFILE=TRUE # --- Settings ---------------------------------- @@ -109,24 +108,22 @@ SLOFILES= $(SLO)$/svgprinter.obj \ # --- Library ----------------------------------- SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1IMPLIB=i$(SHL1TARGET) + +SHL1VERSIONMAP=exports.map +SHL1DEF=$(MISC)$/$(SHL1TARGET).def +DEF1NAME=$(SHL1TARGET) + SHL1STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(VOSLIB) \ - $(SALLIB) \ + $(XMLOFFLIB) \ $(VCLLIB) \ - $(SVLLIB) \ - $(ONELIB) \ $(TOOLSLIB) \ - $(XMLOFFLIB) + $(CPPUHELPERLIB) \ + $(CPPULIB) \ + $(SALLIB) SHL1DEPN= -SHL1IMPLIB= i$(SHL1TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME=$(SHL1TARGET) -DEF1EXPORTFILE=exports.dxp # --- Targets ---------------------------------- |