mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-27 12:49:32 +03:00
[project @ 2003-05-23 11:08:17 by bursa]
Link with 32-bit OSLib. svn path=/import/netsurf/; revision=131
This commit is contained in:
parent
80fe931f80
commit
7a01be33ee
4
makefile
4
makefile
@ -1,4 +1,4 @@
|
||||
# $Id: makefile,v 1.19 2003/05/10 11:13:34 bursa Exp $
|
||||
# $Id: makefile,v 1.20 2003/05/23 11:08:17 bursa Exp $
|
||||
|
||||
all: !NetSurf/!RunImage,ff8
|
||||
clean:
|
||||
@ -39,7 +39,7 @@ HEADERS = \
|
||||
riscos/png.h
|
||||
LIBS = \
|
||||
/usr/local/riscoslibs/libxml2/libxml2.ro \
|
||||
/usr/local/riscoslibs/OSLib/OSLib.ro \
|
||||
/usr/local/riscoslibs/OSLib/OSLib32.ro \
|
||||
/usr/local/riscoslibs/curl/libcurl.ro \
|
||||
/usr/local/riscoslibs/libpng/libpng.ro \
|
||||
/usr/local/riscoslibs/zlib/libz.ro
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* $Id: box.c,v 1.44 2003/05/22 13:21:45 bursa Exp $
|
||||
* $Id: box.c,v 1.45 2003/05/23 11:08:17 bursa Exp $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
@ -8,7 +8,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "libxml/HTMLparser.h"
|
||||
#include "libutf-8/utf-8.h"
|
||||
#include "netsurf/content/fetchcache.h"
|
||||
#include "netsurf/css/css.h"
|
||||
#include "netsurf/riscos/font.h"
|
||||
|
Loading…
Reference in New Issue
Block a user