INTEGRATION: CWS shellfix02 (1.8.32); FILE MERGED
2004/10/11 10:27:35 obr 1.8.32.1: #i34821# pass ENABLE_GNOMEVFS to pre-processor
This commit is contained in:
parent
968921e1f2
commit
ab9132f501
1 changed files with 6 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.8 $
|
||||
# $Revision: 1.9 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2004-09-09 08:10:36 $
|
||||
# last change: $Author: obo $ $Date: 2004-10-18 14:43:19 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -90,6 +90,10 @@ SCPDEFS+=-DENABLE_GTK
|
|||
SCPDEFS+=-DENABLE_DIRECTX
|
||||
.ENDIF
|
||||
|
||||
.IF "$(ENABLE_GNOMEVFS)" != ""
|
||||
SCPDEFS+=-DENABLE_GNOMEVFS
|
||||
.ENDIF
|
||||
|
||||
.IF "$(SYSTEM_FREETYPE)" == "YES"
|
||||
SCPDEFS+=-DSYSTEM_FREETYPE
|
||||
.ENDIF
|
||||
|
|
Loading…
Reference in a new issue