summaryrefslogtreecommitdiff
path: root/scripts/makefile.bc32
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Clean up the makefilesCosmin Truta2020-03-291-10/+10
| | | | | | | | | | Delete variables (ALIGN, ARCH, DOCS) and targets (writelock) that are no longer necessary. Reorder the object file lists alphabetically, consistently across all makefiles and build scripts. Apply other minor fixes.
* [libpng16] The macros passed in the command line to Borland make were ignored ifCosmin Truta2014-11-141-0/+2
| | | | | | similarly-named macros were already defined in makefiles. This behavior is different from POSIX make and other make programs. Surround the macro definitions with ifndef guards (Cosmin).
* [libpng16] Eliminated use of "$<" when copying $PNGLIBCONF_H_PREBUILT inGlenn Randers-Pehrson2014-08-071-1/+1
| | | | | makefiles. This does not work on some versions of make; bug introduced in libpng version 1.6.11.
* [libpng16] Fixed an incorrect separator ("/" should be "\") inGlenn Randers-Pehrson2014-07-211-2/+2
| | | | | | scripts/makefile.vcwin32 (bug report from Wolfgang S. Kechel). Bug was introduced in libpng-1.6.11. Also fixed makefile.bc32, makefile.bor, makefile.msc, makefile.intel, and makefile.tc3 similarly.
* [libpng16] Allow an easy replacement of the default pre-built configurationCosmin Truta2014-03-221-3/+5
| | | | | header with a custom header, via the make PNGLIBCONF_H_PREBUILT macro.
* [libpng16] $(CP) is now used alongside $(RM_F). Also, use 'copy' insteadCosmin Truta2014-03-221-2/+3
| | | | of 'cp' where applicable, and applied other minor makefile changes.
* [libpng16] Updated scripts/makefile.* to use CPPFLAGS (Cosmin)Glenn Randers-Pehrson2014-01-121-18/+20
|
* [libpng16] Bump version to 1.6.1beta05Glenn Randers-Pehrson2013-03-021-15/+15
|
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.1beta05Glenn Randers-Pehrson2013-03-011-15/+15
|
* [libpng16] Remove whitespace at end of linesJohn Bowler2012-03-021-15/+15
|
* [libpng16] Imported from libpng-1.6.0beta02.tarv1.6.0beta02Glenn Randers-Pehrson2011-12-211-15/+15
|
* [libpng16] Reverted install of pngconfig.hGlenn Randers-Pehrson2011-12-171-1/+1
|
* [libpng16] Added pngconfig.h file. This indirect reference to config.h avoidsGlenn Randers-Pehrson2011-12-171-16/+16
| | | | | problems with build scripts that search for config.h and find an inappropriate one in the standard paths.
* [devel] Renamed scripts/pnglibconf.h to scripts/pnglibconf.h.prebuiltGlenn Randers-Pehrson2010-08-241-2/+2
|
* [devel] Revise scripts to work with pnglibconf.hGlenn Randers-Pehrson2010-04-171-16/+22
|
* [devel] Moved "#include png.h" inside pngpriv.h and removed "#include png.h"Glenn Randers-Pehrson2010-03-081-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.0beta01Glenn Randers-Pehrson2010-02-071-15/+15
|
* [devel] Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects.Glenn Randers-Pehrson2009-12-041-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-Pehrson2009-11-081-1/+1
|
* Added -DPNG_CONFIGURE_LIBPNG to the makefile CFLAGSGlenn Randers-Pehrson2009-11-071-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.net2009-05-021-26/+17
| | | | It is no longer used since the MMX support was removed.
* Imported from libpng-1.4.0beta11.tarv1.4.0beta11Glenn Randers-Pehrson2009-04-061-18/+20
|
* Imported from libpng-1.2.9beta1.tarv1.2.9beta1Glenn Randers-Pehrson2009-04-061-12/+13
|
* Imported from libpng-1.0.7.tarv1.0.7Glenn Randers-Pehrson2009-04-061-1/+1
|
* Imported from libpng-1.0.6.tarv1.0.6Glenn Randers-Pehrson2009-04-061-0/+151