mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[master] Added -D_CRT_SECURE_NO_DEPRECATE to CFLAGS in makefile.vcwin32
This commit is contained in:
parent
f0c2cc32b1
commit
54c633b810
1
ANNOUNCE
1
ANNOUNCE
@ -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
|
||||||
|
|||||||
1
CHANGES
1
CHANGES
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user