From ad23d1cbdaf8e9ed4438d7eda28ffe593f35e0a2 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 25 Mar 2008 13:19:34 +0000 Subject: [PATCH] INTEGRATION: CWS winordinals (1.63.190); FILE MERGED 2008/03/07 15:19:01 vg 1.63.190.1: #i86800# switch to symbol-exporting scheme --- svtools/util/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/svtools/util/makefile.mk b/svtools/util/makefile.mk index f0f155bf0e19..83c8d03c3847 100644 --- a/svtools/util/makefile.mk +++ b/svtools/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.64 $ +# $Revision: 1.65 $ # -# last change: $Author: obo $ $Date: 2008-02-25 17:04:33 $ +# last change: $Author: obo $ $Date: 2008-03-25 14:19:34 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -130,7 +130,7 @@ RESLIB3SRSFILES= \ SHL1TARGET= svt$(DLLPOSTFIX) SHL1IMPLIB= _svt -SHL1USE_EXPORTS=ordinal +SHL1USE_EXPORTS=name .IF "$(OS)"!="MACOSX" # static libraries @@ -190,7 +190,7 @@ DEF1DES =SvTools SHL2TARGET= svl$(DLLPOSTFIX) SHL2IMPLIB= _isvl -SHL2USE_EXPORTS=ordinal +SHL2USE_EXPORTS=name #Do not link with VCL or any other library that links with VCL SHL2STDLIBS= \ $(UNOTOOLSLIB) \