Commit Graph

17 Commits

Author SHA1 Message Date
Daniel Silverstone 6807b4208a Remove the netsurf/ from the include paths and rationalise use of <> vs "" in includes
NetSurf includes are now done with ""s and other system includes with <>s as C intended.
The scandeps tool has been updated to only look for ""ed includes, and to verify that the
files exist in the tree before adding them to the dependency lines. The depend rule has
therefore been augmented to make sure the autogenerated files are built before it is run.

This is untested under self-hosted RISC OS builds. All else tested and works.


svn path=/trunk/netsurf/; revision=3307
2007-05-30 22:39:54 +00:00
Rob Kendrick 86770e00b5 Make makefile delete nsgtk binary on clean
svn path=/trunk/netsurf/; revision=3168
2007-02-06 21:25:20 +00:00
James Bursa a0b6661eb6 Make GTK build compile on FreeBSD.
svn path=/trunk/netsurf/; revision=3154
2007-01-29 22:27:15 +00:00
John Mark Bell ba93d92788 Make compilation on RISC OS simpler - see http://netsurf.sf.net/robuild
Lose spurious echos of $OS when building on RISC OS.
Depend file is now autogenerated on all platforms, so need not be in SVN.

svn path=/trunk/netsurf/; revision=2949
2006-09-10 23:43:06 +00:00
John Mark Bell c09eb457df Unify information databases
svn path=/trunk/netsurf/; revision=2519
2006-04-09 23:21:13 +00:00
John Mark Bell 4c7a6f4f5c [project @ 2006-03-23 20:19:03 by jmb]
Makefile changes to allow compilation under Cygwin.

svn path=/import/netsurf/; revision=2156
2006-03-23 20:19:03 +00:00
John Tytgat ca339fcc4d [project @ 2006-01-05 22:01:38 by joty]
Using GCCSDK_INSTALL_ENV/GCCSDK_INSTALL_CROSSBIN, support for GCCSDK Autobuilder and liboslib -> libOSLib32

svn path=/import/netsurf/; revision=1986
2006-01-05 22:01:38 +00:00
Adrian Lees 6f9e2048a3 [project @ 2005-12-10 15:10:25 by adrianl]
Invoke cross-compiler for asm

svn path=/import/netsurf/; revision=1893
2005-12-10 15:10:25 +00:00
Adrian Lees d58ed0f716 [project @ 2005-12-10 14:57:02 by adrianl]
Assembler support

svn path=/import/netsurf/; revision=1892
2005-12-10 14:57:02 +00:00
James Bursa c39e6e7b49 [project @ 2005-11-20 20:23:09 by bursa]
Add libpencil.

svn path=/import/netsurf/; revision=1881
2005-11-20 20:23:09 +00:00
James Bursa 6af1e81e52 [project @ 2005-04-17 16:42:05 by bursa]
Fix the debug and gtk builds.

svn path=/import/netsurf/; revision=1661
2005-04-17 16:42:05 +00:00
James Bursa 51c5143a80 [project @ 2005-02-20 13:17:29 by bursa]
Font rewrite, part 1.

svn path=/import/netsurf/; revision=1517
2005-02-20 13:17:29 +00:00
James Bursa 3f60aed17c [project @ 2004-07-25 21:13:45 by bursa]
Replace -lpng with -lmng.

svn path=/import/netsurf/; revision=1146
2004-07-25 21:13:45 +00:00
James Bursa e010f372fb [project @ 2004-07-20 11:29:06 by bursa]
New target for NCOS build.

svn path=/import/netsurf/; revision=1125
2004-07-20 11:29:06 +00:00
James Bursa e6909120d6 [project @ 2004-06-02 21:40:55 by bursa]
Add some comments and targets and clean up.

svn path=/import/netsurf/; revision=924
2004-06-02 21:40:55 +00:00
Matthew Hambley cf70d529bf [project @ 2004-05-20 20:51:42 by matthewh]
First round of bug fixes for new build structure

svn path=/import/netsurf/; revision=873
2004-05-20 20:51:42 +00:00
Matthew Hambley 6838b11f6c [project @ 2004-05-20 20:06:31 by matthewh]
Introduced a new a amalgamated build system which should support both Posix and RiscOS developers

svn path=/import/netsurf/; revision=870
2004-05-20 20:06:31 +00:00