Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/libpng/scripts/makefile.cygwin

    r2 r561  
    44#   statically linked and one dynamically linked.
    55#
    6 # Copyright (C) 2002, 2006, 2007 Soren Anderson, Charles Wilson,
     6# Copyright (C) 2002, 2006-2008 Soren Anderson, Charles Wilson,
    77#    and Glenn Randers-Pehrson, based on makefile for linux-elf w/mmx by:
    88# Copyright (C) 1998-2000 Greg Roelofs
    99# 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
    1114
    1215# This makefile intends to support building outside the src directory
     
    6164### if you don't need thread safety, but want the asm accel
    6265#CFLAGS= $(strip $(MINGW_CCFLAGS) -DPNG_THREAD_UNSAFE_OK \
    63 #       $(addprefix -I,$(ZLIBINC)) -Wall -O $(ALIGN) -funroll-loops \
     66#       $(addprefix -I,$(ZLIBINC)) -W -Wall -O $(ALIGN) -funroll-loops \
    6467#       -fomit-frame-pointer)  # $(WARNMORE) -g -DPNG_DEBUG=5
    6568### if you need thread safety and want (minimal) asm accel
    6669#CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \
    67 #       -Wall -O $(ALIGN) -funroll-loops \
     70#       -W -Wall -O $(ALIGN) -funroll-loops \
    6871#       -fomit-frame-pointer)  # $(WARNMORE) -g -DPNG_DEBUG=5
    6972### Normal (non-asm) compilation
    7073CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \
    71         -Wall -O3 $(ALIGN) -funroll-loops -DPNG_NO_MMX_CODE \
     74        -W -Wall -O3 $(ALIGN) -funroll-loops -DPNG_NO_MMX_CODE \
    7275        -fomit-frame-pointer) # $(WARNMORE) -g -DPNG_DEBUG=5
    7376
     
    7578PNGMAJ = 0
    7679CYGDLL = 12
    77 PNGMIN = 1.2.29
     80PNGMIN = 1.2.40
    7881PNGVER = $(PNGMAJ).$(PNGMIN)
    7982
     
    177180        $(CC) $(CFLAGS) -c $< -o $@
    178181
    179 pngtest.o: pngtest.c
     182pngtest.o: pngtest.c png.h pngconf.h
    180183        $(CC) $(CFLAGS) -c $< -o $@
    181184
Note: See TracChangeset for help on using the changeset viewer.