diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:23:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:23:17 +0000 |
commit | 6a4729b731b1ca0bd5d957f0c3e287df24f5d76f (patch) | |
tree | 516129328b0d37ac38d13fa4cac7b7446a6e85a7 /ucbhelper/util | |
parent | 331780c496eca3a37ff4f69b564af52d24661822 (diff) |
INTEGRATION: CWS winordinals (1.15.22); FILE MERGED
2008/03/07 15:19:45 vg 1.15.22.1: #i86800# switch to symbol-exporting scheme
Diffstat (limited to 'ucbhelper/util')
-rw-r--r-- | ucbhelper/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucbhelper/util/makefile.mk b/ucbhelper/util/makefile.mk index 35fa0ce4a4fc..9e855d43556e 100644 --- a/ucbhelper/util/makefile.mk +++ b/ucbhelper/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: hr $ $Date: 2007-11-02 12:25:51 $ +# last change: $Author: obo $ $Date: 2008-03-25 14:23:17 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -61,7 +61,7 @@ SHL1STDLIBS = \ SHL1DEPN= SHL1IMPLIB= i$(TARGET) -SHL1USE_EXPORTS=ordinal +SHL1USE_EXPORTS=name SHL1LIBS= $(LIB1TARGET) SHL1DEF= $(MISC)$/$(SHL1TARGET).def |