summaryrefslogtreecommitdiff
path: root/sc/util/makefile.pmk
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-22 09:45:30 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-22 09:45:30 +0000
commit52f9845804461727de2a16d14f760d7e04f36fd7 (patch)
treed5823c7277c0cc3f04d99e3446694fa4a6b1d9dc /sc/util/makefile.pmk
parentba8d1ff911e154ee4dee4d85bdcdf5318d773405 (diff)
INTEGRATION: CWS tune06 (1.2.58); FILE MERGED
2004/10/13 13:40:13 sb 1.2.58.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.
Diffstat (limited to 'sc/util/makefile.pmk')
-rw-r--r--sc/util/makefile.pmk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/util/makefile.pmk b/sc/util/makefile.pmk
index 2b198ac13dab..884f8c97a46f 100644
--- a/sc/util/makefile.pmk
+++ b/sc/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rt $ $Date: 2004-08-23 09:42:11 $
+# last change: $Author: pjunck $ $Date: 2004-10-22 10:45:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,7 +67,7 @@ CDEFS += -DSC_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