Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.cygwin
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/3rdparty/libpng/scripts/makefile.cygwin
r2 r561 4 4 # statically linked and one dynamically linked. 5 5 # 6 # Copyright (C) 2002, 2006 , 2007Soren Anderson, Charles Wilson,6 # Copyright (C) 2002, 2006-2008 Soren Anderson, Charles Wilson, 7 7 # and Glenn Randers-Pehrson, based on makefile for linux-elf w/mmx by: 8 8 # Copyright (C) 1998-2000 Greg Roelofs 9 9 # Copyright (C) 1996, 1997 Andreas Dilger 10 # For conditions of distribution and use, see copyright notice in png.h 10 11 # This code is released under the libpng license. 12 # For conditions of distribution and use, see the disclaimer 13 # and license in png.h 11 14 12 15 # This makefile intends to support building outside the src directory … … 61 64 ### if you don't need thread safety, but want the asm accel 62 65 #CFLAGS= $(strip $(MINGW_CCFLAGS) -DPNG_THREAD_UNSAFE_OK \ 63 # $(addprefix -I,$(ZLIBINC)) -W all -O $(ALIGN) -funroll-loops \66 # $(addprefix -I,$(ZLIBINC)) -W -Wall -O $(ALIGN) -funroll-loops \ 64 67 # -fomit-frame-pointer) # $(WARNMORE) -g -DPNG_DEBUG=5 65 68 ### if you need thread safety and want (minimal) asm accel 66 69 #CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \ 67 # -W all -O $(ALIGN) -funroll-loops \70 # -W -Wall -O $(ALIGN) -funroll-loops \ 68 71 # -fomit-frame-pointer) # $(WARNMORE) -g -DPNG_DEBUG=5 69 72 ### Normal (non-asm) compilation 70 73 CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \ 71 -W all -O3 $(ALIGN) -funroll-loops -DPNG_NO_MMX_CODE \74 -W -Wall -O3 $(ALIGN) -funroll-loops -DPNG_NO_MMX_CODE \ 72 75 -fomit-frame-pointer) # $(WARNMORE) -g -DPNG_DEBUG=5 73 76 … … 75 78 PNGMAJ = 0 76 79 CYGDLL = 12 77 PNGMIN = 1.2. 2980 PNGMIN = 1.2.40 78 81 PNGVER = $(PNGMAJ).$(PNGMIN) 79 82 … … 177 180 $(CC) $(CFLAGS) -c $< -o $@ 178 181 179 pngtest.o: pngtest.c 182 pngtest.o: pngtest.c png.h pngconf.h 180 183 $(CC) $(CFLAGS) -c $< -o $@ 181 184
Note:
See TracChangeset
for help on using the changeset viewer.