summaryrefslogtreecommitdiff
path: root/scripts/makefile.intel
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.intel')
-rw-r--r--scripts/makefile.intel2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.intel b/scripts/makefile.intel
index 79f34ed0f..3b1cdde40 100644
--- a/scripts/makefile.intel
+++ b/scripts/makefile.intel
@@ -32,7 +32,7 @@ CALLING=r # __fastcall
# --------------------------------------------------------------------------
CC=icl -c
-CFLAGS=-DPNG_CONFIGURE_LIBPNG -O2 -G$(CPU)$(CALLING) -Qip -Qunroll4 -I$(ZLIBINC) -nologo
+CFLAGS=-O2 -G$(CPU)$(CALLING) -Qip -Qunroll4 -I$(ZLIBINC) -nologo
LD=link
LDFLAGS=/SUBSYSTEM:CONSOLE /NOLOGO