diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-04 13:15:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-04 13:15:58 +0000 |
commit | 485b36238ba84f32b657f2bcbe328e385ca34f27 (patch) | |
tree | 4057d28adb82a070ad1f2ae7d17147d1739f09be /xmlhelp | |
parent | f94b70ad6fb23bf8aec585f77baa6652f6669034 (diff) |
INTEGRATION: CWS ause088 (1.2.2); FILE MERGED
2007/12/13 11:54:37 hjs 1.2.2.1: #i84529# export switches for shared objects only
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/com/sun/star/help/helplinker.pmk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlhelp/source/com/sun/star/help/helplinker.pmk b/xmlhelp/source/com/sun/star/help/helplinker.pmk index f3555217c856..13d198079e46 100644 --- a/xmlhelp/source/com/sun/star/help/helplinker.pmk +++ b/xmlhelp/source/com/sun/star/help/helplinker.pmk @@ -4,9 +4,9 @@ # # $RCSfile: helplinker.pmk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: ihi $ $Date: 2007-11-19 13:00:09 $ +# last change: $Author: obo $ $Date: 2008-01-04 14:15:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,12 +39,12 @@ CDEFS += -DHELPLINKER_DLLIMPLEMENTATION # set default symbol visibility / scope to hidden .IF "$(COMNAME)" == "gcc3" .IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" - CFLAGS += -fvisibility=hidden + CFLAGSCXXSLO += -fvisibility=hidden .ENDIF # HAVE_GCC_VISIBILITY_FEATURE .ENDIF # gcc3 .IF "$(COMNAME)" == "sunpro5" .IF "$(CCNUMVER)" >= "00050005" - CFLAGS += -xldscope=hidden + CFLAGSCXXSLO += -xldscope=hidden .ENDIF # 5.5 .ENDIF # sunpro5 |