summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2009-03-27 11:25:27 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2009-03-27 11:25:27 +0000
commit5f55c788b602d68a0216be47a472ba5f40f8cbd3 (patch)
tree6a011e8b4e8761683aae6ab35c3ffc45c0c11eaa /Makefile.config
parent308d2d3345950bf1768e7cf5945b3027a83995eb (diff)
downloadnetsurf-5f55c788b602d68a0216be47a472ba5f40f8cbd3.tar.gz
netsurf-5f55c788b602d68a0216be47a472ba5f40f8cbd3.tar.bz2
Add a default Makefile.config with an example (commented out)
svn path=/trunk/netsurf/; revision=6938
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
new file mode 100644
index 000000000..041bc8de3
--- /dev/null
+++ b/Makefile.config
@@ -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