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.mingw

    r2 r561  
    44#   statically linked and one dynamically linked.
    55#
    6 # Built from makefile.cygwin
    7 # Copyright (C) 2002, 2006 Soren Anderson, Charles Wilson,
     6# Copyright (C) 2002, 2006, 2008 Soren Anderson, Charles Wilson,
    87#    and Glenn Randers-Pehrson, based on makefile for linux-elf w/mmx by:
    98# Copyright (C) 1998-2000, 2007 Greg Roelofs
    109# Copyright (C) 1996, 1997 Andreas Dilger
    11 # For conditions of distribution and use, see copyright notice in png.h
    12 
     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
     14
     15# Built from makefile.cygwin
    1316
    1417# 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
    7679MINGDLL = 12
    77 PNGMIN = 1.2.29
     80PNGMIN = 1.2.40
    7881PNGVER = $(PNGMAJ).$(PNGMIN)
    7982
     
    285288
    286289pngtest.o pngtest.pic.o:        png.h pngconf.h pngtest.c
    287 
    288 
    289 
Note: See TracChangeset for help on using the changeset viewer.