netsurf/Makefile.config.example
Michael Drake 20a95b4f8f Update build config example comment.
svn path=/trunk/netsurf/; revision=6942
2009-03-27 14:26:43 +00:00

14 lines
380 B
Makefile

#
# NetSurf build configuration example
#
# To configure NetSurf's build options create a Makefile.config file. This is
# an example Makefile.config.
#
# To see the available config options, look at Makefile.defaults
# 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