diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:16:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:16:31 +0000 |
commit | 792339e0fe0260fe9b7e87db226845b804dc38e0 (patch) | |
tree | 0e81dafeead908bcb265c63c2cd6a247024eed7f /sax/util | |
parent | a9c4bfd81dac138b01b6cf2102a17031396e7e6d (diff) |
INTEGRATION: CWS winordinals (1.6.10); FILE MERGED
2008/03/07 15:18:29 vg 1.6.10.1: #i86800# switch to symbol-exporting scheme
Diffstat (limited to 'sax/util')
-rw-r--r-- | sax/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sax/util/makefile.mk b/sax/util/makefile.mk index 2172753b638d..11920a7c2204 100644 --- a/sax/util/makefile.mk +++ b/sax/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: obo $ $Date: 2008-02-25 15:30:25 $ +# last change: $Author: obo $ $Date: 2008-03-25 14:16:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,7 @@ LIB1FILES=\ SHL1TARGET= $(TARGET)$(DLLPOSTFIX) SHL1IMPLIB= i$(TARGET) -SHL1USE_EXPORTS=ordinal +SHL1USE_EXPORTS=name SHL1LIBS= $(LIB1TARGET) SHL1STDLIBS= \ |