summaryrefslogtreecommitdiff
path: root/scripts/makefile.msc
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the scripts/ directoryCosmin Truta2018-07-291-100/+0
| | | | | | Delete the files that are unused, redundant, or fundamentally broken: def.c, makefile.bor, makefile.knr, makefile.msc, makefile.solaris-x86, makefile.tc3
* [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] Updated a comment in revised makefiles.Glenn Randers-Pehrson2014-07-211-1/+1
|
* [libpng16] Fixed an incorrect separator ("/" should be "\") inGlenn Randers-Pehrson2014-07-211-1/+1
| | | | | | 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-2/+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] Imported from libpng-1.6.9beta04.tarGlenn Randers-Pehrson2014-01-201-1/+1
|
* [libpng16] Updated scripts/makefile.* to use CPPFLAGS (Cosmin)Glenn Randers-Pehrson2014-01-121-32/+33
|
* [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/+20
|
* [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.
* [devel] Imported from libpng-1.4.0beta66.tarv1.4.0beta66Glenn Randers-Pehrson2009-06-261-1/+1
|
* [devel] Revise references to zlib/libpng licensev1.4.0beta65Glenn Randers-Pehrson2009-06-251-1/+1
|
* [devel] Imported from libpng-1.4.0beta65.tarGlenn Randers-Pehrson2009-06-251-1/+1
|
* [devel] Revise references to zlib-libpng licenseGlenn Randers-Pehrson2009-06-241-1/+2
|
* [devel] Mention zlib-libpng license in each source fileGlenn Randers-Pehrson2009-06-241-0/+3
|
* Removed support of pngprefs.h from makefiles.Glenn Randers-Pehrson glennrp@comcast.net2009-05-021-27/+21
| | | | It is no longer used since the MMX support was removed.
* Imported from libpng-1.4.0beta13.tarv1.4.0beta13Glenn Randers-Pehrson2009-04-061-1/+1
|
* Imported from libpng-1.4.0beta11.tarv1.4.0beta11Glenn Randers-Pehrson2009-04-061-18/+21
|
* Imported from libpng-1.4.0beta4.tarv1.4.0beta4Glenn Randers-Pehrson2009-04-061-0/+4
|
* Imported from libpng-1.4.0beta1.tarv1.4.0beta1Glenn Randers-Pehrson2009-04-061-16/+16
|
* Imported from libpng-1.0.9beta3.tarv1.0.9beta3Glenn Randers-Pehrson2009-04-061-2/+2
|
* Imported from libpng-1.0.9beta2.tarv1.0.9beta2Glenn Randers-Pehrson2009-04-061-2/+2
|
* Imported from libpng-1.0.9beta10.tarv1.0.9beta10Glenn Randers-Pehrson2009-04-061-2/+2
|
* 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-2/+2
|
* Imported from libpng-1.0.4c.tarv1.0.4cGlenn Randers-Pehrson2009-04-061-1/+1
|
* Imported from libpng-1.0.4-pre1.tarv1.0.4-pre1Glenn Randers-Pehrson2009-04-061-15/+15
|
* Imported from libpng-0.99i.tarv0.99iGlenn Randers-Pehrson2009-04-061-0/+86