diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:08:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:08:32 +0000 |
commit | cf743b33d0e7748d69ec5eca6352fb1f4417c237 (patch) | |
tree | 93ed972689431991a90b8831b2ebc2dc09264a62 /oox/util | |
parent | bb09ed87556dfa82e81564a9aa66075959a3af94 (diff) |
INTEGRATION: CWS winordinals (1.2.14); FILE MERGED
2008/03/07 15:17:20 vg 1.2.14.1: #i86800# switch to symbol-exporting scheme
Diffstat (limited to 'oox/util')
-rw-r--r-- | oox/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/util/makefile.mk b/oox/util/makefile.mk index d793c2972f1a..a635e033ac9e 100644 --- a/oox/util/makefile.mk +++ b/oox/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: kz $ $Date: 2008-03-05 19:10:23 $ +# last change: $Author: obo $ $Date: 2008-03-25 14:08:32 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,7 @@ LIB1FILES= \ SHL1TARGET= $(TARGET)$(DLLPOSTFIX) SHL1IMPLIB= i$(SHL1TARGET) -SHL1USE_EXPORTS=ordinal +SHL1USE_EXPORTS=name SHL1STDLIBS= \ $(VOSLIB) \ |