summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update Component version for releaserelease/0.1.3Vincent Sanders2015-12-181-2/+2
|
* add decode test suiteVincent Sanders2015-09-011-0/+6
|
* Caused a syntax error in previous commit while altering CFLAGSVincent Sanders2015-03-221-1/+1
|
* Update CFLAGS to avoid deprication warning for glibc 2.21 and later.Vincent Sanders2015-03-221-2/+10
|
* Fix paths for Haiku.Adrien Destugues2015-03-221-1/+1
|
* Update the component version for releaserelease/0.1.2Vincent Sanders2015-03-081-1/+1
|
* Fix up for new buildsystemJohn-Mark Bell2014-11-161-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
|
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-2/+4
| | | | svn path=/trunk/libnsbmp/; revision=14008
* Bump versionJohn Mark Bell2011-04-071-1/+1
| | | | svn path=/trunk/libnsbmp/; revision=12170
* Bump versionJohn Mark Bell2010-04-191-1/+1
| | | | svn path=/trunk/libnsbmp/; revision=10441
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-3/+4
| | | | | | | | | | | | | | | | 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/libnsbmp/; revision=9666
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
| | | | svn path=/trunk/libnsbmp/; revision=8962
* Don't even think about -Werror with gcc2...François Revel2009-04-241-2/+2
| | | | svn path=/trunk/libnsbmp/; revision=7309
* Update libnsbmp to new shared object standardsDaniel Silverstone2009-04-211-1/+1
| | | | svn path=/trunk/libnsbmp/; revision=7207
* GCC 2.95 compatibilityJohn Mark Bell2009-04-151-2/+11
| | | | svn path=/trunk/libnsbmp/; revision=7096
* Shared library versioningJohn Mark Bell2009-04-031-2/+4
| | | | svn path=/trunk/libnsbmp/; revision=7033
* First cut at a port to the new buildsystemJohn Mark Bell2009-03-291-95/+21
| | | | svn path=/trunk/libnsbmp/; revision=6981
* Prefix build dirs with build- and svn ignore them. Simplify clean rule.John Tytgat2009-02-011-5/+4
| | | | svn path=/trunk/libnsbmp/; revision=6334
* Use DESTDIR.John Mark Bell2008-10-131-9/+11
| | | | | | OS X friendly install invocation svn path=/trunk/libnsbmp/; revision=5557
* GCCSDK 4 build compatibility (not finished yet)John Tytgat2008-09-281-20/+20
| | | | svn path=/trunk/libnsbmp/; revision=5458
* Add support for cross-compiling using TARGET=riscos.James Bursa2008-08-121-41/+74
| | | | svn path=/trunk/libnsbmp/; revision=5070
* Added ico decoding exampleSean Fox2008-06-271-1/+4
| | | | svn path=/branches/dynis/libnsbmp/; revision=4466
* Added bmp decoding exampleSean Fox2008-06-271-1/+4
| | | | svn path=/branches/dynis/libnsbmp/; revision=4462
* Added Makefile for installationSean Fox2008-06-181-0/+55
svn path=/branches/dynis/libnsbmp/; revision=4397