[libpng12] Added "-D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS" to

CFLAGS in scripts/makefile.vcwin32
This commit is contained in:
Cosmin Truta 2014-11-16 19:48:07 -06:00 committed by Glenn Randers-Pehrson
parent 3b1ed23cbe
commit 9db73bd924
4 changed files with 30 additions and 20 deletions

View File

@ -1,5 +1,5 @@
Libpng 1.2.52rc01 - November 13, 2014 Libpng 1.2.52rc02 - November 17, 2014
This is not intended to be a public release. It will be replaced This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version. within a few weeks by a public version or by another test version.
@ -9,37 +9,37 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a Source files with LF line endings (for Unix/Linux) and with a
"configure" script "configure" script
libpng-1.2.52rc01.tar.xz (LZMA-compressed, recommended) libpng-1.2.52rc02.tar.xz (LZMA-compressed, recommended)
libpng-1.2.52rc01.tar.gz libpng-1.2.52rc02.tar.gz
libpng-1.2.52rc01.tar.bz2 libpng-1.2.52rc02.tar.bz2
Source files with LF line endings (for Unix/Linux) without the Source files with LF line endings (for Unix/Linux) without the
"configure" script "configure" script
libpng-1.2.52rc01-no-config.tar.xz (LZMA-compressed, recommended) libpng-1.2.52rc02-no-config.tar.xz (LZMA-compressed, recommended)
libpng-1.2.52rc01-no-config.tar.gz libpng-1.2.52rc02-no-config.tar.gz
libpng-1.2.52rc01-no-config.tar.bz2 libpng-1.2.52rc02-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the Source files with CRLF line endings (for Windows), without the
"configure" script "configure" script
lp1252r01.zip lp1252r02.zip
lp1252r01.7z lp1252r02.7z
lp1252r01.tar.bz2 lp1252r02.tar.bz2
Project files Project files
libpng-1.2.52rc01-project-netware.zip libpng-1.2.52rc02-project-netware.zip
libpng-1.2.52rc01-project-wince.zip libpng-1.2.52rc02-project-wince.zip
Other information: Other information:
libpng-1.2.52rc01-README.txt libpng-1.2.52rc02-README.txt
libpng-1.2.52rc01-KNOWNBUGS.txt libpng-1.2.52rc02-KNOWNBUGS.txt
libpng-1.2.52rc01-LICENSE.txt libpng-1.2.52rc02-LICENSE.txt
libpng-1.2.52rc01-Y2K-compliance.txt libpng-1.2.52rc02-Y2K-compliance.txt
libpng-1.2.52rc01-[previous version]-diff.txt libpng-1.2.52rc02-[previous version]-diff.txt
libpng-1.2.52rc01-*.asc (armored detached GPG signatures) libpng-1.2.52rc02-*.asc (armored detached GPG signatures)
Changes since the last public release (1.2.51): Changes since the last public release (1.2.51):
@ -48,6 +48,11 @@ version 1.2.52beta01 [November 6, 2014]
pngread.c and pngwrite.c pngread.c and pngwrite.c
version 1.2.52rc01 [November 13, 2014] version 1.2.52rc01 [November 13, 2014]
No changes.
version 1.2.52rc02 [November 17, 2014]
Added "-D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS" to
CFLAGS in scripts/makefile.vcwin32
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@ -2819,6 +2819,11 @@ version 1.2.52beta01 [November 6, 2014]
pngread.c and pngwrite.c pngread.c and pngwrite.c
version 1.2.52rc01 [November 13, 2014] version 1.2.52rc01 [November 13, 2014]
No changes.
version 1.2.52rc02 [November 17, 2014]
Added "-D_CRT_SECURE_NO_DEPRECATE" to CFLAGS in scripts/makefile.vcwin32
and scripts/makefile.vcawin32.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@ -16,7 +16,7 @@
CC = cl CC = cl
LD = link LD = link
AR = lib AR = lib
CFLAGS = -nologo -DPNG_USE_PNGVCRD -MD -O2 -W3 -I..\zlib CFLAGS = -nologo -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -DPNG_USE_PNGVCRD -MD -O2 -W3 -I..\zlib
LDFLAGS = -nologo LDFLAGS = -nologo
ARFLAGS = -nologo ARFLAGS = -nologo
RM = del RM = del

View File

@ -16,7 +16,7 @@
CC = cl CC = cl
LD = link LD = link
AR = lib AR = lib
CFLAGS = -nologo -DPNG_NO_MMX_CODE -MD -O2 -W3 -I..\zlib CFLAGS = -nologo -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -DPNG_NO_MMX_CODE -MD -O2 -W3 -I..\zlib
LDFLAGS = -nologo LDFLAGS = -nologo
ARFLAGS = -nologo ARFLAGS = -nologo
RM = del RM = del