INTEGRATION: CWS ause020 (1.14.172); FILE MERGED
2005/02/11 10:55:54 hjs 1.14.172.1: #i42269# support visibility feature
This commit is contained in:
parent
2f42f4fb0b
commit
ffdf11e0e8
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue