Add a default Makefile.config with an example (commented out)

svn path=/trunk/netsurf/; revision=6938
This commit is contained in:
Daniel Silverstone 2009-03-27 11:25:27 +00:00
parent 308d2d3345
commit 5f55c788b6
1 changed files with 10 additions and 0 deletions

10
Makefile.config Normal file
View File

@ -0,0 +1,10 @@
#
# NetSurf default build configuration
#
# This file is included after Makefile.defaults and can be used to
# provide local build configuration overrides.
#
# For example, by default, NetSurf builds with BMP support. If you
# wish to disable this, then uncomment the following line.
# override NETSURF_USE_BMP := NO