summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix LibDOM install.Michael Drake2010-12-061-6/+1
| | | | svn path=/trunk/libdom/; revision=11020
* Install missing header files.Michael Drake2010-12-021-1/+5
| | | | svn path=/trunk/dom/; revision=10952
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-1/+1
| | | | | | A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-1/+1
| | | | | | | | | It is a more descriptive synonym for -W. Use -W instead which is understood by all common versions of GCC (i.e. GCC 2.95 supports it, which is the oldest GCC version we have to support) svn path=/trunk/dom/; revision=9663
* Add wapcaplet to the tool flagsJohn Mark Bell2009-08-131-2/+4
| | | | svn path=/trunk/dom/; revision=9240
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-131-0/+12
| | | | svn path=/trunk/dom/; revision=9236
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-1/+2
| | | | svn path=/trunk/dom/; revision=9191
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
| | | | svn path=/trunk/dom/; revision=8959
* Add lpu to the requirementsJohn Mark Bell2009-06-261-0/+11
| | | | svn path=/trunk/dom/; revision=8021
* Sync with core buildsystem changesJohn Mark Bell2009-04-211-4/+4
| | | | svn path=/trunk/dom/; revision=7225
* Shared library versioningJohn Mark Bell2009-04-031-17/+21
| | | | svn path=/trunk/dom/; revision=7037
* Pkg-config control file.John Mark Bell2009-03-311-0/+9
| | | | | | Add requirements based upon build configuration. svn path=/trunk/dom/; revision=7015
* First cut at a port to the new buildsystem.John Mark Bell2009-03-251-28/+30
| | | | | | DOMTS stuff currently disabled. svn path=/trunk/dom/; revision=6883
* Fix RISC OS buildJohn Mark Bell2007-07-201-1/+2
| | | | svn path=/trunk/dom/; revision=3446
* Add XML to C transformation to 'make test' targetJames Shaw2007-07-191-0/+1
| | | | svn path=/trunk/dom/; revision=3443
* Import DOM library.John Mark Bell2007-07-061-0/+34
This is mainly stub functions atm (and is missing a number of key interfaces). svn path=/trunk/dom/; revision=3384