Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libpng15] The macros passed in the command line to Borland make were ignored if | Cosmin Truta | 2014-11-14 | 1 | -0/+2 |
| | | | | | | similarly-named macros are already defined in makefiles. This behavior is different from POSIX make and other make programs. Surround the macro definitions with ifndef guards (Cosmin). | ||||
* | [libpng15] Eliminated use of "$<" when copying $PNGLIBCONF_H_PREBUILT | Glenn Randers-Pehrson | 2014-08-07 | 1 | -3/+3 |
| | | | | | in makefiles. This does not work on some versions of make; bug introduced in libpng version 1.5.19beta03. | ||||
* | [libpng15] Allow an easy replacement of the default pre-built configuration | Cosmin Truta | 2014-03-22 | 1 | -3/+5 |
| | | | | header with a custom header, via the make PNGLIBCONF_H_PREBUILT macro. | ||||
* | [libpng15] Port recent changes from libpng-1.6.11beta | Cosmin Truta | 2014-03-22 | 1 | -2/+3 |
| | | | | | | | Silence 'unused parameter' build warnings (Cosmin). $(CP) is now used alongside $(RM_F). Also, use 'copy' instead of 'cp' where applicable, and applied other minor makefile changes. Don't warn about invalid dimensions exceeding user limits. | ||||
* | [libpng15] Updated scripts/makefile.* to use CPPFLAGS (Cosmin) | Glenn Randers-Pehrson | 2014-01-12 | 1 | -3/+5 |
| | |||||
* | [devel] Renamed scripts/pnglibconf.h to scripts/pnglibconf.h.prebuilt | Glenn Randers-Pehrson | 2010-08-24 | 1 | -2/+2 |
| | |||||
* | [devel] Revise scripts to work with pnglibconf.h | Glenn Randers-Pehrson | 2010-04-17 | 1 | -16/+22 |
| | |||||
* | [devel] Moved "#include png.h" inside pngpriv.h and removed "#include png.h" | Glenn Randers-Pehrson | 2010-03-08 | 1 | -15/+15 |
| | | | | | | from the source files, along with "#define PNG_EXPOSE_INTERNAL_STRUCTURES" and "#define PNG_NO_PEDANTIC_WARNINGS" (John Bowler). Also created new pngdebug.h and moved debug definitions there. | ||||
* | [devel] Imported from libpng-1.5.0beta01.tarv1.5.0beta01 | Glenn Randers-Pehrson | 2010-02-07 | 1 | -15/+15 |
| | |||||
* | [devel] Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects. | Glenn Randers-Pehrson | 2009-12-04 | 1 | -1/+1 |
| | | | | and added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files. | ||||
* | [devel] Removed dependency of pngtest.o on pngpriv.h in the makefiles. | Glenn Randers-Pehrson | 2009-11-08 | 1 | -1/+1 |
| | |||||
* | Added -DPNG_CONFIGURE_LIBPNG to the makefile CFLAGS | Glenn Randers-Pehrson | 2009-11-07 | 1 | -1/+1 |
| | | | | | | to prevent warnings about direct access to png structs by libpng functions while building libpng. They need to be tested, especially those using compilers other than gcc. | ||||
* | Removed support of pngprefs.h from makefiles. | Glenn Randers-Pehrson glennrp@comcast.net | 2009-05-02 | 1 | -26/+17 |
| | | | | It is no longer used since the MMX support was removed. | ||||
* | Imported from libpng-1.4.0beta11.tarv1.4.0beta11 | Glenn Randers-Pehrson | 2009-04-06 | 1 | -18/+20 |
| | |||||
* | Imported from libpng-1.2.9beta1.tarv1.2.9beta1 | Glenn Randers-Pehrson | 2009-04-06 | 1 | -12/+13 |
| | |||||
* | Imported from libpng-1.0.7.tarv1.0.7 | Glenn Randers-Pehrson | 2009-04-06 | 1 | -1/+1 |
| | |||||
* | Imported from libpng-1.0.6.tarv1.0.6 | Glenn Randers-Pehrson | 2009-04-06 | 1 | -0/+151 |