[master] Added -D_CRT_SECURE_NO_DEPRECATE to CFLAGS in makefile.vcwin32

This commit is contained in:
Glenn Randers-Pehrson 2011-03-19 08:58:33 -05:00
parent f0c2cc32b1
commit 54c633b810
3 changed files with 3 additions and 1 deletions

View File

@ -56,6 +56,7 @@ version 1.4.6beta06 [March 19, 2011]
version 1.4.6beta07 [March 19, 2011] version 1.4.6beta07 [March 19, 2011]
ifdef out mask arrays in pngread.c when interlacing is not supported. ifdef out mask arrays in pngread.c when interlacing is not supported.
Added attribute definition (warnings) for MSC_VER >= 1300 in pngconf.h Added attribute definition (warnings) for MSC_VER >= 1300 in pngconf.h
Added -D_CRT_SECURE_NO_DEPRECATE to CFLAGS in makefile.vcwin32
Send comments/corrections/commendations to glennrp at users.sourceforge.net Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit or to png-mng-implement at lists.sf.net (subscription required; visit

View File

@ -2768,6 +2768,7 @@ version 1.4.6beta06 [March 19, 2011]
version 1.4.6beta07 [March 19, 2011] version 1.4.6beta07 [March 19, 2011]
ifdef out mask arrays in pngread.c when interlacing is not supported. ifdef out mask arrays in pngread.c when interlacing is not supported.
Added attribute definition (warnings) for MSC_VER >= 1300 in pngconf.h Added attribute definition (warnings) for MSC_VER >= 1300 in pngconf.h
Added -D_CRT_SECURE_NO_DEPRECATE to CFLAGS in makefile.vcwin32
Send comments/corrections/commendations to glennrp at users.sourceforge.net Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit or to png-mng-implement at lists.sf.net (subscription required; visit

View File

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