From ac7c95a64147987fb809d9b6fc1c8357a65dd537 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 14 Apr 2004 12:54:20 +0000 Subject: [project @ 2004-04-14 12:54:20 by bursa] Add loginlist to the debug build and schedule to the debugro build. svn path=/import/netsurf/; revision=783 --- debug/netsurfd.c | 11 ++++------- makefile | 6 +++--- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/debug/netsurfd.c b/debug/netsurfd.c index 42e09dd1d..60fc9a1a6 100644 --- a/debug/netsurfd.c +++ b/debug/netsurfd.c @@ -135,13 +135,6 @@ void html_remove_instance(struct content *c, struct browser_window *bw, { } -#ifdef WITH_AUTH -void *login_list_get(char *url) -{ - return 0; -} -#endif - #ifdef WITH_PLUGIN bool plugin_handleable(const char *mime_type) { @@ -221,8 +214,10 @@ void _swix(void) assert(0); } +#ifndef riscos bool option_filter_sprites = false; bool option_dither_sprites = false; +#endif void die(const char *error) { @@ -230,6 +225,7 @@ void die(const char *error) exit(1); } +#ifndef riscos int ro_content_filetype(int x) { return 0; @@ -248,6 +244,7 @@ extern os_error *xosfile_set_type (char const *file_name, { return 0; } +#endif void warn_user(const char *warn) { diff --git a/makefile b/makefile index 2dd7ab689..1832b9457 100644 --- a/makefile +++ b/makefile @@ -10,9 +10,9 @@ OBJECTS_COMMON = cache.o content.o fetch.o fetchcache.o \ css.o css_enum.o parser.o ruleset.o scanner.o \ box.o form.o html.o layout.o textplain.o \ messages.o utils.o translit.o pool.o url.o imagemap.o \ - jpeg.o save_complete.o + jpeg.o save_complete.o loginlist.o OBJECTS = $(OBJECTS_COMMON) \ - browser.o loginlist.o netsurf.o options.o \ + browser.o netsurf.o options.o \ htmlinstance.o htmlredraw.o \ 401login.o constdata.o dialog.o download.o frames.o gui.o \ menus.o mouseactions.o \ @@ -31,7 +31,7 @@ OBJECTS_DEBUGRO = $(OBJECTS_COMMON) \ draw.o gif.o png.o sprite.o \ about.o filetype.o \ version.o \ - options.o font.o + options.o font.o schedule.o VPATH = content:css:desktop:render:riscos:utils:debug WARNFLAGS = -W -Wall -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-qual \ -Wcast-align -Wwrite-strings -Wstrict-prototypes \ -- cgit v1.2.3