summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update the component version for releaserelease/0.1.3Vincent Sanders2015-03-081-1/+1
|
* Fix up for new buildsystemJohn-Mark Bell2014-11-161-2/+2
|
* Update component version for releaserelease/0.1.2Vincent Sanders2014-08-261-1/+1
|
* Update component version for releaserelease/0.1.1Vincent Sanders2014-04-181-1/+1
|
* Add support for multilibJohn-Mark Bell2014-01-131-2/+2
|
* update component version for releaserelease/0.1.0Vincent Sanders2013-04-191-1/+1
|
* correct target nameChris Young2012-11-271-1/+1
|
* Convert the last bits for libdomdsilvers/tolibdomDaniel Silverstone2012-11-031-4/+4
|
* Begin conversion to libdomDaniel Silverstone2012-11-031-8/+5
|
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-2/+4
| | | | svn path=/trunk/libsvgtiny/; revision=14010
* Bump version numberVincent Sanders2012-02-271-1/+1
| | | | svn path=/trunk/libsvgtiny/; revision=13487
* Don't treat warnings as errors on AmigaOSChris Young2011-09-281-1/+2
| | | | svn path=/trunk/libsvgtiny/; revision=12908
* For BeOS libxml2 is not part of the default devkit, try to find headers ↵François Revel2010-01-031-0/+3
| | | | | | elsewhere. svn path=/trunk/libsvgtiny/; revision=9785
* AmigaOS4 standard library headers also create warningsChris Young2009-11-221-2/+4
| | | | svn path=/trunk/libsvgtiny/; revision=9700
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-4/+5
| | | | | | | | | | | | | | | | 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) Additionally, conditionalise our -Werror usage on whether we're building for BeOS/Haiku. On these platforms, the standard library headers result in warnings. GCC 2 is quite happy to build this code on other platforms, so shouldn't be the trigger for dropping -Werror (even if BeOS is the only target where GCC2 is likely to be used). svn path=/trunk/libsvgtiny/; revision=9670
* Something approximating a makefile for the test binary.John Mark Bell2009-08-241-0/+2
| | | | | | pkg-config control file. svn path=/trunk/libsvgtiny/; revision=9426
* Add libxml2 depJohn Mark Bell2009-08-241-0/+11
| | | | svn path=/trunk/libsvgtiny/; revision=9421
* Beginnings of port to core buildsystemJohn Mark Bell2009-08-241-70/+28
| | | | svn path=/trunk/libsvgtiny/; revision=9419
* Prefix build dirs with build- and svn ignore them. Simplify clean rule.John Tytgat2009-02-011-0/+74
svn path=/trunk/libsvgtiny/; revision=6336