summaryrefslogtreecommitdiff
path: root/monkey/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* move common include path setup to core MakefileVincent Sanders2012-12-201-1/+1
|
* allow flags to be selected based on compiler versionVincent Sanders2012-12-131-1/+0
|
* make macro name more correctVincent Sanders2012-12-131-16/+17
|
* try without option altogetherVincent Sanders2012-12-131-1/+2
|
* let monkey generate unused-but-set-variable without causing an errorVincent Sanders2012-12-131-4/+6
|
* Remove libxmlJohn-Mark Bell2012-11-101-1/+1
|
* Disable unused-but-set-variable warnings until such time as the JS bindings ↵Daniel Silverstone2012-11-021-1/+1
| | | | are complete (or bodged)
* add javascript compilation to monkeyVincent Sanders2012-10-221-20/+24
|
* Split install and package targets.Vincent Sanders2012-08-231-0/+17
| | | | Install target is for installing on the local machine and package generates a package
* link math libraryVincent Sanders2012-08-131-1/+1
|
* Fix build: we need libdom now.John-Mark Bell2012-08-011-2/+2
|
* Monkey does not need _GNU_SOURCEDaniel Silverstone2012-03-241-1/+0
| | | | svn path=/trunk/netsurf/; revision=13596
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-1/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Give Monkey a hearing aid, add 'WINDOW NEW' 'WINDOW GO' and 'WINDOW DESTROY' ↵Daniel Silverstone2011-03-121-1/+1
| | | | | | commands, along with 'QUIT' svn path=/trunk/netsurf/; revision=11974
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+65
svn path=/trunk/netsurf/; revision=11968