diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:16:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 13:16:07 +0000 |
commit | a9c4bfd81dac138b01b6cf2102a17031396e7e6d (patch) | |
tree | a9b3cb7b48339466b1a5e063784cf08f638e1d3c /vcl | |
parent | b8005f75ef083d8472ca553e16aef389a7b7c8d6 (diff) |
INTEGRATION: CWS winordinals (1.104.36); FILE MERGED
2008/03/07 15:18:22 vg 1.104.36.1: #i86800# switch to symbol-exporting scheme
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk index 235900922097..1ed7a9b40f09 100644 --- a/vcl/util/makefile.mk +++ b/vcl/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.106 $ +# $Revision: 1.107 $ # -# last change: $Author: kz $ $Date: 2008-03-07 16:47:02 $ +# last change: $Author: obo $ $Date: 2008-03-25 14:16:07 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -181,7 +181,7 @@ SHL1STDLIBS+=\ $(ICUUCLIB) \ $(ICULELIB) \ $(JVMACCESSLIB) -SHL1USE_EXPORTS=ordinal +SHL1USE_EXPORTS=name .IF "$(GUIBASE)"=="aqua" SHL1STDLIBS+=$(BASEBMPLIB) |