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

    r2 r561  
    11# makefile for libpng, HPUX (10.20 and 11.00) using the ANSI/C product.
    2 # Copyright (C) 1999-2002 Glenn Randers-Pehrson
     2# Copyright (C) 1999-2002, 2006, 2009 Glenn Randers-Pehrson
    33# Copyright (C) 1995 Guy Eric Schalnat, Group 42
    44# contributed by Jim Rice and updated by Chris Schleicher, Hewlett Packard
    5 # 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
    69
    710# Where the zlib library and include files are located
     
    1922LIBNAME = libpng12
    2023PNGMAJ = 0
    21 PNGMIN = 1.2.29
     24PNGMIN = 1.2.40
    2225PNGVER = $(PNGMAJ).$(PNGMIN)
    2326
     
    228231pngrtran.o: png.h pngconf.h
    229232pngrutil.o: png.h pngconf.h
    230 pngtest.o: png.h pngconf.h
    231233pngtrans.o: png.h pngconf.h
    232234pngwrite.o: png.h pngconf.h
     
    234236pngwutil.o: png.h pngconf.h
    235237pngpread.o: png.h pngconf.h
     238
     239pngtest.o: png.h pngconf.h
Note: See TracChangeset for help on using the changeset viewer.