INTEGRATION: CWS gccvisibilityfix (1.29.38); FILE MERGED
2004/10/27 10:34:52 hjs 1.29.38.1: #i36160# exiplicit define to enable gcc visibility feature
This commit is contained in:
parent
90890f3d7d
commit
7865ea9e98
1 changed files with 7 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: unxlngi4.mk,v $
|
||||
#
|
||||
# $Revision: 1.29 $
|
||||
# $Revision: 1.30 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2004-09-20 08:37:24 $
|
||||
# last change: $Author: rt $ $Date: 2004-10-27 15:17:00 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -74,6 +74,11 @@ JAVAFLAGSDEBUG=-g
|
|||
# _PTHREADS is needed for the stl
|
||||
CDEFS+=-DGLIBC=2 -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400
|
||||
|
||||
# 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