summaryrefslogtreecommitdiff
path: root/svtools/util
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-03-25 13:19:34 +0000
committerOliver Bolte <obo@openoffice.org>2008-03-25 13:19:34 +0000
commitad23d1cbdaf8e9ed4438d7eda28ffe593f35e0a2 (patch)
tree06d9322df77cf2a0b03d6846a8fc14717a46c949 /svtools/util
parent792339e0fe0260fe9b7e87db226845b804dc38e0 (diff)
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
Diffstat (limited to 'svtools/util')
-rw-r--r--svtools/util/makefile.mk8
1 files 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) \