summaryrefslogtreecommitdiff
path: root/sd/util/makefile.pmk
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-22 09:37:20 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-22 09:37:20 +0000
commit871404f76f5eb30b43556c0effd418ff74ded868 (patch)
treee50a91f8de39a7f9a10c0b1e3b8bd6c8d2e18c04 /sd/util/makefile.pmk
parent256c17cfef9148c47e6d968cc86de56b56d8ad22 (diff)
INTEGRATION: CWS tune06 (1.2.32); FILE MERGED
2004/10/13 12:11:17 sb 1.2.32.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.
Diffstat (limited to 'sd/util/makefile.pmk')
-rw-r--r--sd/util/makefile.pmk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/util/makefile.pmk b/sd/util/makefile.pmk
index 3dd285b80384..08eb88e6a79e 100644
--- a/sd/util/makefile.pmk
+++ b/sd/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 08:24:00 $
+# last change: $Author: pjunck $ $Date: 2004-10-22 10:37:20 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,7 +67,7 @@ CDEFS += -DSD_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