summaryrefslogtreecommitdiff
path: root/riscos/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* move common include path setup to core MakefileVincent Sanders2012-12-201-5/+3
|
* make macro name more correctVincent Sanders2012-12-131-5/+5
|
* add spidermonkey to riscos makefilesVincent Sanders2012-12-101-0/+4
|
* Remove libxmlJohn-Mark Bell2012-11-101-3/+2
|
* Try to have RISC OS front end use FatMessages. This is an ugly hack.Rob Kendrick (monotony)2012-11-031-1/+5
|
* Squeeze harderRob Kendrick (humdrum)2012-10-081-1/+1
|
* Use squeezeJohn-Mark Bell2012-10-071-1/+5
|
* put RISC OS distribution files in teh generated netsurf zipVincent Sanders2012-10-021-3/+6
|
* Import RISC OS distribution stuff. (3rd party modules, etc.)Michael Drake2012-10-021-1/+1
|
* Split install and package targets.Vincent Sanders2012-08-231-1/+12
| | | | Install target is for installing on the local machine and package generates a package
* force removal of temporary directoryVincent Sanders2012-08-191-1/+1
|
* really fix riscos zip targetVincent Sanders2012-08-191-1/+1
| | | | zip option with a comma in it confused make
* fix riscos makefile tempfile creationVincent Sanders2012-08-191-7/+5
|
* add riscos zip build targetVincent Sanders2012-08-191-0/+14
|
* Add libdom to native RISC OS LDFLAGSJohn Mark Bell2012-03-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=13683
* Add libdom to cross-compilation LDFLAGSJohn Mark Bell2012-03-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=13647
* Remove dead debugwin code.Michael Drake2011-10-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=13028
* Remove old plugin.c.Michael Drake2011-10-061-2/+1
| | | | svn path=/trunk/netsurf/; revision=12967
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Put RISC OS filetype content handlers in their own directory.Michael Drake2011-05-091-10/+11
| | | | svn path=/trunk/netsurf/; revision=12336
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-8/+10
| | | | svn path=/trunk/netsurf/; revision=11741
* add default system colour handlers to each frontendVincent Sanders2011-01-301-2/+2
| | | | svn path=/trunk/netsurf/; revision=11530
* Remove excess indentation.Michael Drake2010-11-081-44/+44
| | | | svn path=/trunk/netsurf/; revision=10942
* Futher simplification of the makefileVincent Sanders2010-10-291-0/+37
| | | | | | Use target makefiles to set build sources svn path=/trunk/netsurf/; revision=10916
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+61
Provide makefile fragment for each target, isolates the target makefile changes into one place simplifying the top level makefile svn path=/trunk/netsurf/; revision=10910