summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2006-07-25 20:55:10 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2006-07-25 20:55:10 +0000
commit546efe6d6c2e9a8481c545988389962ac3e14459 (patch)
treeaa3143220324efa08d7ad973632d1d32af8762fa /makefile
parent000f7502ba5ff036883c6484ca36594fc9ffb469 (diff)
downloadnetsurf-546efe6d6c2e9a8481c545988389962ac3e14459.tar.gz
netsurf-546efe6d6c2e9a8481c545988389962ac3e14459.tar.bz2
Initial work on URL completion in nsgtk. Some problems still exist.
1. It works without the code that should be required to make it do so. Boggle. 2. It appears to include the URLs to images and other resources as well as pages 3. Although you can highlight a completion with the cursor keys, pressing enter on one doesn't work - you need to click on it with the mouse. svn path=/trunk/netsurf/; revision=2795
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/makefile b/makefile
index f70040c09..4e7203e9f 100644
--- a/makefile
+++ b/makefile
@@ -68,7 +68,8 @@ OBJECTS_GTK += browser.o history_core.o netsurf.o selection.o textinput.o \
version.o gesture_core.o # desktop/
OBJECTS_GTK += font_pango.o gtk_bitmap.o gtk_gui.o \
gtk_schedule.o gtk_thumbnail.o gtk_options.o \
- gtk_plotters.o gtk_treeview.o gtk_window.o # gtk/
+ gtk_plotters.o gtk_treeview.o gtk_window.o \
+ gtk_completion.o # gtk/
OBJDIR_RISCOS = arm-riscos-aof
@@ -121,7 +122,7 @@ CFLAGS_NCOS = $(CFLAGS_RISCOS) -Dncos
CFLAGS_DEBUG = -std=c9x -D_BSD_SOURCE -DDEBUG_BUILD $(WARNFLAGS) -I.. \
$(PLATFORM_CFLAGS_DEBUG) -g
CFLAGS_GTK = -Dnsgtk -std=c9x -D_BSD_SOURCE -D_POSIX_C_SOURCE -Dgtk \
- $(WARNFLAGS) -I.. -g -O0 -Wformat=2 \
+ $(WARNFLAGS) -I.. -g -O2 -Wformat=2 \
`pkg-config --cflags libglade-2.0 gtk+-2.0` `xml2-config --cflags`
# Stop GCC under Cygwin throwing a fit