mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
72520da221
svn path=/trunk/netsurf/; revision=10257
15 lines
382 B
Makefile
15 lines
382 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
|