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

    r2 r561  
    11# makefile for libpng.a and libpng12.so on Linux ELF with gcc
    2 # Copyright (C) 1998, 1999, 2002, 2006 Greg Roelofs and Glenn Randers-Pehrson
     2# Copyright (C) 1998, 1999, 2002, 2006, 2008 Greg Roelofs
     3# and Glenn Randers-Pehrson
    34# Copyright (C) 1996, 1997 Andreas Dilger
    4 # For conditions of distribution and use, see copyright notice in png.h
     5
     6# This code is released under the libpng license.
     7# For conditions of distribution and use, see the disclaimer
     8# and license in png.h
    59
    610# Modified for Debian by Junichi Uekawa and Josselin Mouette
     
    1317LIBNAME = libpng12
    1418PNGMAJ = 0
    15 PNGMIN = 1.2.29
     19PNGMIN = 1.2.40
    1620PNGVER = $(PNGMAJ).$(PNGMIN)
    1721
     
    5458# for pgcc version 2.95.1, -O3 is buggy; don't use it.
    5559
    56 CFLAGS=-Wall -D_REENTRANT -O2 \
     60CFLAGS=-W -Wall -D_REENTRANT -O2 \
    5761        $(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5
    5862
Note: See TracChangeset for help on using the changeset viewer.