diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-10-22 09:57:57 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-10-22 09:57:57 +0000 |
commit | 7e11e7a2e7aceb866fc1a2c04db59aa0fe96386d (patch) | |
tree | dcd593fd346deed4acca6a4d2abdb7ae5d575397 /sw/inc/sw.mk | |
parent | 651e60f73a677844de3f87055c07093a1d59ea5a (diff) |
INTEGRATION: CWS tune06 (1.10.56); FILE MERGED
2004/10/13 13:40:36 sb 1.10.56.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.
Diffstat (limited to 'sw/inc/sw.mk')
-rw-r--r-- | sw/inc/sw.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/sw.mk b/sw/inc/sw.mk index 73c685bc83aa..90576e582af0 100644 --- a/sw/inc/sw.mk +++ b/sw/inc/sw.mk @@ -2,9 +2,9 @@ # # $RCSfile: sw.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: rt $ $Date: 2004-08-23 08:38:34 $ +# last change: $Author: pjunck $ $Date: 2004-10-22 10:57:57 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,7 +76,7 @@ CDEFS += -DSW_DLLIMPLEMENTATION # set default symbol visibility / scope to hidden .IF "$(COMNAME)" == "gcc3" .IF "$(CCNUMVER)" >= "000300040000" -#CFLAGS += -fvisibility=hidden +CFLAGS += -fvisibility=hidden .ENDIF # 3.4.0 .ENDIF # gcc3 |