summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2002-10-08 09:38:29 +0000
committerJames Bursa <james@netsurf-browser.org>2002-10-08 09:38:29 +0000
commit53c0e810e5c34cb89c73c6b79b31dfa53b14f90f (patch)
treee642d66e1a496282056bfab06779a436ba21742b /makefile
parent6f095fcdf85d1e2e429979b29d5e5cf49644958c (diff)
downloadnetsurf-53c0e810e5c34cb89c73c6b79b31dfa53b14f90f.tar.gz
netsurf-53c0e810e5c34cb89c73c6b79b31dfa53b14f90f.tar.bz2
[project @ 2002-10-08 09:38:29 by bursa]
LOG(()) macro for easier debugging. svn path=/import/netsurf/; revision=41
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index ae97dd22d..55fc8dbcb 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-# $Id: makefile,v 1.3 2002/09/11 21:19:24 bursa Exp $
+# $Id: makefile,v 1.4 2002/10/08 09:38:29 bursa Exp $
all: netsurf,ff8
clean:
@@ -9,7 +9,7 @@ FLAGS = -g -Wall -W -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-qual \
-Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -std=c9x \
-I.. -I../../Tools/libxml2/include -I../../Tools/oslib \
-I../../Tools/curl/include -I../../Tools/libutf-8 \
- -Dfd_set=long -mpoke-function-name
+ -Dfd_set=long -mpoke-function-name -DNETSURF_DUMP
CC = riscos-gcc
OBJECTS = render/objs-riscos/utils.o render/objs-riscos/css.o \
render/objs-riscos/css_enum.o render/objs-riscos/box.o \