summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Nicer workaround for native RISC OS builders.John Tytgat2008-03-201-6/+12
| | | | svn path=/trunk/netsurf/; revision=3997
* Linker options --start-group/--end-group don't do anything around object ↵John Tytgat2008-03-201-5/+1
| | | | | | files, so we remove them. svn path=/trunk/netsurf/; revision=3995
* Drop -Wcast-qual from WARNFLAGS, as it's simply generating warnings about ↵John Mark Bell2008-03-191-1/+1
| | | | | | safe operations svn path=/trunk/netsurf/; revision=3987
* Use pkg-config, where possibleJohn Mark Bell2008-03-191-11/+15
| | | | svn path=/trunk/netsurf/; revision=3979
* Shift -mthrowback so it's only used when building on a RO hostJohn Mark Bell2008-03-191-2/+2
| | | | svn path=/trunk/netsurf/; revision=3974
* Purge old buildsystem.John Mark Bell2008-03-191-0/+239
Rename Makefile.unix to Makefile. svn path=/trunk/netsurf/; revision=3970