More blatant warning about editing Makefile.defaults.

svn path=/trunk/netsurf/; revision=10257
This commit is contained in:
Michael Drake 2010-04-06 19:50:52 +00:00
parent 1c6d8c7e47
commit 72520da221
2 changed files with 16 additions and 7 deletions

View File

@ -1,6 +1,7 @@
#
# NetSurf build configuration example
#
#
# To configure NetSurf's build options create a Makefile.config file. This is
# an example Makefile.config.
#

View File

@ -1,13 +1,13 @@
#
# NetSurf default build configuration
# NetSurf default build setup
#
# Some of these options support an 'AUTO' option, as well as YES and NO.
# When an option is set to AUTO, the Makefile will attempt to detect if that
# feature is available, enabling it if possible.
#
# Options marked "highly recommended" have a severe impact on NetSurf's
# use as a web browser and should be set to YES unless there is a particularly
# good reason not to.
# | WARNING: You should NOT be editing this file.
# |
# | If you want to configure your build, create a 'Makefile.config'
# | file with 'override' statements to override the settings here.
# | Follow the example in 'Makefile.config.example'.
#
#
# This file should be treated as INVIOLATE and only altered to alter
# the defaults by a core developer. If you wish to configure the build
@ -18,6 +18,14 @@
# Makefile.config can use the TARGET variable to control what to set
# the configuration options to.
#
# Some of these options support an 'AUTO' option, as well as YES and NO.
# When an option is set to AUTO, the Makefile will attempt to detect if that
# feature is available, enabling it if possible.
#
# Options marked "highly recommended" have a severe impact on NetSurf's
# use as a web browser and should be set to YES unless there is a particularly
# good reason not to.
#
# ----------------------------------------------------------------------------
# Options relating to all versions of NetSurf