summaryrefslogtreecommitdiff
path: root/Makefile.config.example
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2009-03-27 13:48:00 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2009-03-27 13:48:00 +0000
commit0b66f6f4c28c2b33a761326852cc5311c687eaab (patch)
tree55482883a37876e054ca5f68c6c796a6d42e4889 /Makefile.config.example
parentaa086476e8f5d622e6778c97dad5f52ad061ccef (diff)
downloadnetsurf-0b66f6f4c28c2b33a761326852cc5311c687eaab.tar.gz
netsurf-0b66f6f4c28c2b33a761326852cc5311c687eaab.tar.bz2
Ensure the example Makefile.config is just that -- an example
svn path=/trunk/netsurf/; revision=6940
Diffstat (limited to 'Makefile.config.example')
-rw-r--r--Makefile.config.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.config.example b/Makefile.config.example
new file mode 100644
index 000000000..041bc8de3
--- /dev/null
+++ b/Makefile.config.example
@@ -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