diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:32:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:32:30 +0000 |
commit | 4868cba7b357ca733bd60cb0b1ff2c01d6405180 (patch) | |
tree | 58f33ecbdd6aa782b367fa0431c5095d0ee521df | |
parent | fd3db27fb5f4abad6b8ee22aa1a7e8e1679c9be4 (diff) |
INTEGRATION: CWS winordinals (1.62.184); FILE MERGED
2008/03/07 15:16:58 vg 1.62.184.1: #i86800# switch to symbol-exporting scheme
-rw-r--r-- | sw/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index 122dafe72058..9202986e0548 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.66 $ +# $Revision: 1.67 $ # -# last change: $Author: rt $ $Date: 2008-03-12 13:00:47 $ +# last change: $Author: obo $ $Date: 2008-03-25 14:32:30 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -94,7 +94,7 @@ SWLIBFILES = \ $(SLB)$/ui2.lib SHL1TARGET= $(TARGET)$(DLLPOSTFIX) -SHL1USE_EXPORTS=ordinal +SHL1USE_EXPORTS=name SHL1IMPLIB= _$(TARGET) SHL1LIBS= $(SLB)$/swall.lib $(SWLIBFILES) |