diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 12:56:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 12:56:38 +0000 |
commit | b8005f75ef083d8472ca553e16aef389a7b7c8d6 (patch) | |
tree | 4804e1449e1e0db9488a03c6c9d61d5ecb1103f0 /toolkit/util/makefile.mk | |
parent | 3bdde59e5667d8122bcc273f00f10cb0587e9d69 (diff) |
INTEGRATION: CWS winordinals (1.21.94); FILE MERGED
2008/03/07 15:16:23 vg 1.21.94.1: #i86800# switch to symbol-exporting scheme
Diffstat (limited to 'toolkit/util/makefile.mk')
-rw-r--r-- | toolkit/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/util/makefile.mk b/toolkit/util/makefile.mk index 7abd27f28456..4d937d5022d9 100644 --- a/toolkit/util/makefile.mk +++ b/toolkit/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.23 $ +# $Revision: 1.24 $ # -# last change: $Author: kz $ $Date: 2008-03-06 11:55:35 $ +# last change: $Author: obo $ $Date: 2008-03-25 13:56:38 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -60,7 +60,7 @@ LIB1FILES= $(SLB)$/awt.lib \ $(SLB)$/helper.lib SHL1TARGET= tk$(DLLPOSTFIX) SHL1IMPLIB= itk -SHL1USE_EXPORTS=ordinal +SHL1USE_EXPORTS=name SHL1STDLIBS=\ $(VOSLIB) \ |