summaryrefslogtreecommitdiff
path: root/scripts/makefile.vcwin32
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.vcwin32')
-rw-r--r--scripts/makefile.vcwin322
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.vcwin32 b/scripts/makefile.vcwin32
index 3cdfb3904..69f3a35a8 100644
--- a/scripts/makefile.vcwin32
+++ b/scripts/makefile.vcwin32
@@ -16,7 +16,7 @@
CC = cl
LD = link
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
ARFLAGS = -nologo
RM = del