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:
Oliver Bolte 2004-10-18 13:43:19 +00:00
parent 968921e1f2
commit ab9132f501

View file

@ -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