From 5f55c788b602d68a0216be47a472ba5f40f8cbd3 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 27 Mar 2009 11:25:27 +0000 Subject: Add a default Makefile.config with an example (commented out) svn path=/trunk/netsurf/; revision=6938 --- Makefile.config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile.config (limited to 'Makefile.config') 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 -- cgit v1.2.3