From 6dd385591dcda09a4b2a4fe34d812a2c33e9db02 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 20 Jun 2009 19:38:56 +0000 Subject: 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 --- Makefile.defaults | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.defaults') 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 -- cgit v1.2.3