diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:28:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:28:58 +0000 |
commit | c91e5ef4f0188eff0ad90b2355f3df76792c730b (patch) | |
tree | 8703ca4dd0a8b5f82596862de9af48a74bc0451e /comphelper/util | |
parent | b3e6e1fe1b24acd759768f29732d18fb512e9823 (diff) |
INTEGRATION: CWS winordinals (1.13.62); FILE MERGED
2008/03/07 15:20:50 vg 1.13.62.1: #i86800# switch to symbol-exporting scheme
Diffstat (limited to 'comphelper/util')
-rw-r--r-- | comphelper/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/util/makefile.mk b/comphelper/util/makefile.mk index fdbcf02595b3..63ac3a358cd6 100644 --- a/comphelper/util/makefile.mk +++ b/comphelper/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: vg $ $Date: 2007-09-20 16:40:40 $ +# last change: $Author: obo $ $Date: 2008-03-25 14:28:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -67,7 +67,7 @@ SHL1STDLIBS= \ SHL1DEPN= SHL1IMPLIB= i$(COMPHLP_TARGET) -SHL1USE_EXPORTS=ordinal +SHL1USE_EXPORTS=name SHL1LIBS= $(LIB1TARGET) SHL1DEF= $(MISC)$/$(SHL1TARGET).def |