summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-20 19:38:56 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-20 19:38:56 +0000
commit6dd385591dcda09a4b2a4fe34d812a2c33e9db02 (patch)
tree216afb40c156d73dfd025af3572fbb1d9dc9d333 /Makefile.defaults
parent397e2cc0a91dfc7eb993db236dd1bef43f0e3e07 (diff)
downloadnetsurf-6dd385591dcda09a4b2a4fe34d812a2c33e9db02.tar.gz
netsurf-6dd385591dcda09a4b2a4fe34d812a2c33e9db02.tar.bz2
NETSURF_USE_DRAW should apply to the Draw content handler only.
Introduce NETSURF_USE_DRAW_EXPORT to toggle draw export support. Fix up a bunch of stuff related to this. Fix warnings caused by disabling the Sprite renderer. svn path=/trunk/netsurf/; revision=7899
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index ae922c26e..9862916c5 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -85,7 +85,7 @@ ifeq ($(TARGET),riscos)
# Valid options: YES, NO
NETSURF_USE_NSSVG := YES
- # Enable NetSurf's use of pencil for Drawfile export
+ # Enable NetSurf's support for displaying RISC OS Draw files
# Valid options: YES, NO
NETSURF_USE_DRAW := YES
@@ -101,6 +101,10 @@ ifeq ($(TARGET),riscos)
# Valid options: YES, NO
NETSURF_USE_PLUGINS := NO
+ # Enable NetSurf's use of pencil for Drawfile export
+ # Valid options: YES, NO
+ NETSURF_USE_DRAW_EXPORT := YES
+
# Optimisation levels
CFLAGS += -O2 -Wuninitialized