summaryrefslogtreecommitdiff
path: root/scripts/makefile.vcawin32
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.vcawin32')
-rw-r--r--scripts/makefile.vcawin326
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/makefile.vcawin32 b/scripts/makefile.vcawin32
index 0b89d84e2..533cb298d 100644
--- a/scripts/makefile.vcawin32
+++ b/scripts/makefile.vcawin32
@@ -1,11 +1,11 @@
# makefile for libpng
# Copyright (C) 2006,2009 Glenn Randers-Pehrson
# Copyright (C) 1998 Tim Wegner
-
+#
# This code is released under the libpng license.
# For conditions of distribution and use, see the disclaimer
# and license in png.h
-
+#
# Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib
# To use, do "nmake /f scripts\makefile.vcawin32"
@@ -16,7 +16,7 @@
CC = cl
LD = link
AR = lib
-CFLAGS = -nologo -DPNG_USE_PNGVCRD -MD -O2 -W3 -I..\zlib
+CFLAGS = -DPNG_CONFIGURE_LIBPNG -nologo -DPNG_USE_PNGVCRD -MD -O2 -W3 -I..\zlib
LDFLAGS = -nologo
ARFLAGS = -nologo
RM = del