summaryrefslogtreecommitdiff
path: root/posix.mk
Commit message (Collapse)AuthorAgeFilesLines
* Purge old buildsystem.John Mark Bell2008-03-191-53/+0
| | | | | | Rename Makefile.unix to Makefile. svn path=/trunk/netsurf/; revision=3970
* Thinly paper over gaping holes in the build system.John Mark Bell2008-01-281-0/+6
| | | | svn path=/trunk/netsurf/; revision=3788
* GCCSDK 4 build support.John Tytgat2007-12-281-2/+3
| | | | svn path=/trunk/netsurf/; revision=3674
* Purge NCOS build options; these have been redundant for ages.John Mark Bell2007-07-211-2/+1
| | | | svn path=/trunk/netsurf/; revision=3454
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-1/+1
| | | | | | | | | | | | | | 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
* Make makefile delete nsgtk binary on cleanRob Kendrick2007-02-061-1/+2
| | | | svn path=/trunk/netsurf/; revision=3168
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-2/+2
| | | | svn path=/trunk/netsurf/; revision=3154
* Make compilation on RISC OS simpler - see http://netsurf.sf.net/robuildJohn Mark Bell2006-09-101-0/+17
| | | | | | | 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
* Unify information databasesJohn Mark Bell2006-04-091-2/+3
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-03-23 20:19:03 by jmb]John Mark Bell2006-03-231-0/+5
| | | | | | Makefile changes to allow compilation under Cygwin. svn path=/import/netsurf/; revision=2156
* [project @ 2006-01-05 22:01:38 by joty]John Tytgat2006-01-051-11/+14
| | | | | | Using GCCSDK_INSTALL_ENV/GCCSDK_INSTALL_CROSSBIN, support for GCCSDK Autobuilder and liboslib -> libOSLib32 svn path=/import/netsurf/; revision=1986
* [project @ 2005-12-10 15:10:25 by adrianl]Adrian Lees2005-12-101-1/+1
| | | | | | Invoke cross-compiler for asm svn path=/import/netsurf/; revision=1893
* [project @ 2005-12-10 14:57:02 by adrianl]Adrian Lees2005-12-101-0/+2
| | | | | | Assembler support svn path=/import/netsurf/; revision=1892
* [project @ 2005-11-20 20:23:09 by bursa]James Bursa2005-11-201-2/+2
| | | | | | Add libpencil. svn path=/import/netsurf/; revision=1881
* [project @ 2005-04-17 16:42:05 by bursa]James Bursa2005-04-171-2/+2
| | | | | | Fix the debug and gtk builds. svn path=/import/netsurf/; revision=1661
* [project @ 2005-02-20 13:17:29 by bursa]James Bursa2005-02-201-5/+8
| | | | | | Font rewrite, part 1. svn path=/import/netsurf/; revision=1517
* [project @ 2004-07-25 21:13:45 by bursa]James Bursa2004-07-251-4/+4
| | | | | | Replace -lpng with -lmng. svn path=/import/netsurf/; revision=1146
* [project @ 2004-07-20 11:29:06 by bursa]James Bursa2004-07-201-0/+1
| | | | | | New target for NCOS build. svn path=/import/netsurf/; revision=1125
* [project @ 2004-06-02 21:40:55 by bursa]James Bursa2004-06-021-10/+9
| | | | | | Add some comments and targets and clean up. svn path=/import/netsurf/; revision=924
* [project @ 2004-05-20 20:51:42 by matthewh]Matthew Hambley2004-05-201-0/+3
| | | | | | First round of bug fixes for new build structure svn path=/import/netsurf/; revision=873
* [project @ 2004-05-20 20:06:31 by matthewh]Matthew Hambley2004-05-201-0/+12
Introduced a new a amalgamated build system which should support both Posix and RiscOS developers svn path=/import/netsurf/; revision=870