INTEGRATION: CWS hro02 (1.38.32); FILE MERGED
2006/02/07 14:16:16 hro 1.38.32.1: #128675# Don't create an error report server entry for non SUN builds as debug information is not available
This commit is contained in:
parent
df64a9f2a2
commit
fb7c781d41
1 changed files with 6 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.38 $
|
||||
# $Revision: 1.39 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2006-01-10 14:34:23 $
|
||||
# last change: $Author: rt $ $Date: 2006-02-09 17:06:57 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -51,6 +51,10 @@ USE_JAVAVER=TRUE
|
|||
SCPDEFS+=-DENABLE_CRASHDUMP
|
||||
.ENDIF
|
||||
|
||||
.IF "$(BUILD_SPECIAL)"!=""
|
||||
SCPDEFS+=-DBUILD_SPECIAL
|
||||
.ENDIF
|
||||
|
||||
.IF "$(JAVANUMVER)" >= "000100040000"
|
||||
SCPDEFS+=-DINCLUDE_JAVA_ACCESSBRIDGE
|
||||
.ENDIF
|
||||
|
|
Loading…
Reference in a new issue