diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:22:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:22:46 +0000 |
commit | 331780c496eca3a37ff4f69b564af52d24661822 (patch) | |
tree | 421a09417f5f1298b2b3f0b874364aa62685bb7c /tools | |
parent | ad23d1cbdaf8e9ed4438d7eda28ffe593f35e0a2 (diff) |
INTEGRATION: CWS winordinals (1.23.32); FILE MERGED
2008/03/07 15:19:18 vg 1.23.32.1: #i86800# switch to symbol-exporting scheme
Diffstat (limited to 'tools')
-rw-r--r-- | tools/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/util/makefile.mk b/tools/util/makefile.mk index cc4d2328f72b..f83d0defd5b3 100644 --- a/tools/util/makefile.mk +++ b/tools/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.24 $ +# $Revision: 1.25 $ # -# last change: $Author: obo $ $Date: 2008-02-25 15:58:56 $ +# last change: $Author: obo $ $Date: 2008-03-25 14:22:46 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -116,7 +116,7 @@ SHL1TARGET= tl$(DLLPOSTFIX) SHL1LIBS= $(LIB1TARGET) SHL1DEF= $(MISC)$/$(SHL1TARGET).def SHL1IMPLIB= itools -SHL1USE_EXPORTS=ordinal +SHL1USE_EXPORTS=name SHL1STDLIBS+= $(SALLIB) $(VOSLIB) $(BASEGFXLIB) $(I18NISOLANGLIB) .IF "$(WITH_LIBART)"=="YES" |