INTEGRATION: CWS nwf (1.1.30); FILE MERGED
2004/04/02 13:22:46 ssa 1.1.30.2: RESYNC: (1.1-1.2); FILE MERGED 2004/03/16 17:14:54 pl 1.1.30.1: #i26570# honor ENABLE_GTK flag
This commit is contained in:
parent
350a52049f
commit
9cd54dfde3
1 changed files with 6 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.2 $
|
||||
# $Revision: 1.3 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2004-03-04 14:10:07 $
|
||||
# last change: $Author: hr $ $Date: 2004-05-10 16:12:28 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -82,6 +82,10 @@ SCPDEFS+=-DENABLE_CRASHDUMP
|
|||
SCPDEFS+=-DINCLUDE_JAVA_ACCESSBRIDGE
|
||||
.ENDIF
|
||||
|
||||
.IF "$(ENABLE_GTK)" != ""
|
||||
SCPDEFS+=-DENABLE_GTK
|
||||
.ENDIF
|
||||
|
||||
SCP_PRODUCT_TYPE=osl
|
||||
|
||||
PARFILES= \
|
||||
|
|
Loading…
Reference in a new issue