summaryrefslogtreecommitdiff
path: root/solenv/inc/unxlngppc.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 16:56:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 16:56:07 +0000
commitffdf11e0e85be787b7fea524b4f96e08366177d2 (patch)
treece279ca583db261d010b61ddd261a94289c00646 /solenv/inc/unxlngppc.mk
parent2f42f4fb0b459fdaf5a276750c4106ec97628239 (diff)
INTEGRATION: CWS ause020 (1.14.172); FILE MERGED
2005/02/11 10:55:54 hjs 1.14.172.1: #i42269# support visibility feature
Diffstat (limited to 'solenv/inc/unxlngppc.mk')
-rw-r--r--solenv/inc/unxlngppc.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/solenv/inc/unxlngppc.mk b/solenv/inc/unxlngppc.mk
index ca8f65f7857c..1962e2768f51 100644
--- a/solenv/inc/unxlngppc.mk
+++ b/solenv/inc/unxlngppc.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: unxlngppc.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: hr $ $Date: 2005-02-11 15:29:38 $
+# last change: $Author: hr $ $Date: 2005-02-11 17:56:07 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,6 +75,11 @@ JAVAFLAGSDEBUG=-g
# _PTHREADS is needed for the stl
CDEFS+=-DGLIBC=2 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -DPOWERPC -DPPC
+# enable visibility define in "sal/types.h"
+.IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE"
+CDEFS += -DHAVE_GCC_VISIBILITY_FEATURE
+.ENDIF # "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE"
+
# this is a platform with JAVA support
.IF "$(SOLAR_JAVA)"!=""
JAVADEF=-DSOLAR_JAVA