diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:26:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:26:58 +0000 |
commit | b3e6e1fe1b24acd759768f29732d18fb512e9823 (patch) | |
tree | 278b8dcf0232002714dca37fe3ef66d7bdad16d6 /sot/util | |
parent | f80e1c1610c7ad89530e02cb48ddb400e460a361 (diff) |
INTEGRATION: CWS winordinals (1.20.38); FILE MERGED
2008/03/07 15:20:21 vg 1.20.38.1: #i86800# switch to symbol-exporting scheme
Diffstat (limited to 'sot/util')
-rw-r--r-- | sot/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/util/makefile.mk b/sot/util/makefile.mk index 3c9e4169a139..8087ed9a8ce0 100644 --- a/sot/util/makefile.mk +++ b/sot/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: obo $ $Date: 2008-02-25 17:26:21 $ +# last change: $Author: obo $ $Date: 2008-03-25 14:26:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -56,7 +56,7 @@ LIB1FILES= $(SLB)$/base.lib \ SHL1TARGET= $(TARGET)$(DLLPOSTFIX) SHL1IMPLIB= $(TARGET) -SHL1USE_EXPORTS=ordinal +SHL1USE_EXPORTS=name SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1STDLIBS=$(TOOLSLIB) $(SALLIB) $(UNOTOOLSLIB) $(CPPUHELPERLIB) $(COMPHELPERLIB) $(UCBHELPERLIB) $(CPPULIB) |