summaryrefslogtreecommitdiff
path: root/scripts/makefile.mingw
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-25 08:41:00 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-25 16:00:51 -0600
commitea88d94dcf474623fb858986adccf90513bbea9c (patch)
tree17b7430f9f0a0c7b869520b927eb3607658a534d /scripts/makefile.mingw
parenteaa1b0a5f2284936e164818be63604426573a313 (diff)
downloadlibpng-ea88d94dcf474623fb858986adccf90513bbea9c.tar.gz
[master] Imported from libpng-1.2.41rc03.tarv1.2.41rc03
Diffstat (limited to 'scripts/makefile.mingw')
-rw-r--r--scripts/makefile.mingw6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/makefile.mingw b/scripts/makefile.mingw
index 212379aee..e6d45f230 100644
--- a/scripts/makefile.mingw
+++ b/scripts/makefile.mingw
@@ -62,15 +62,15 @@ WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
-Wstrict-prototypes -Wmissing-prototypes #-Wconversion
### if you don't need thread safety, but want the asm accel
-#CFLAGS= $(strip $(MINGW_CCFLAGS) -DPNG_THREAD_UNSAFE_OK \
+#CFLAGS= -DPNG_CONFIGURE_LIBPNG $(strip $(MINGW_CCFLAGS) -DPNG_THREAD_UNSAFE_OK \
# $(addprefix -I,$(ZLIBINC)) -W -Wall -O $(ALIGN) -funroll-loops \
# -fomit-frame-pointer) # $(WARNMORE) -g -DPNG_DEBUG=5
### if you need thread safety and want (minimal) asm accel
-#CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \
+#CFLAGS= -DPNG_CONFIGURE_LIBPNG $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \
# -W -Wall -O $(ALIGN) -funroll-loops \
# -fomit-frame-pointer) # $(WARNMORE) -g -DPNG_DEBUG=5
### Normal (non-asm) compilation
-CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \
+CFLAGS= -DPNG_CONFIGURE_LIBPNG $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \
-W -Wall -O3 $(ALIGN) -funroll-loops -DPNG_NO_MMX_CODE \
-fomit-frame-pointer) # $(WARNMORE) -g -DPNG_DEBUG=5