2009-03-27 14:25:27 +03:00
|
|
|
#
|
2009-03-27 17:26:43 +03:00
|
|
|
# NetSurf build configuration example
|
2009-03-27 14:25:27 +03:00
|
|
|
#
|
2010-04-06 23:50:52 +04:00
|
|
|
#
|
2009-03-27 17:26:43 +03:00
|
|
|
# To configure NetSurf's build options create a Makefile.config file. This is
|
|
|
|
# an example Makefile.config.
|
2009-03-27 14:25:27 +03:00
|
|
|
#
|
2009-03-27 17:26:43 +03:00
|
|
|
# To see the available config options, look at Makefile.defaults
|
|
|
|
|
|
|
|
|
2009-03-27 14:25:27 +03:00
|
|
|
# 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
|