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

    r2 r561  
    22# Copyright (C) 2001-2002, 2006, 2007 Glenn Randers-Pehrson
    33# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
    4 # For conditions of distribution and use, see copyright notice in png.h
     4
     5# This code is released under the libpng license.
     6# For conditions of distribution and use, see the disclaimer
     7# and license in png.h
    58
    69# Library name:
    710LIBNAME=libpng12
    811PNGMAJ = 0
    9 PNGMIN = 1.2.29
     12PNGMIN = 1.2.40
    1013PNGVER = $(PNGMAJ).$(PNGMIN)
    1114
     
    237240pngrtran.o: png.h pngconf.h
    238241pngrutil.o: png.h pngconf.h
    239 pngtest.o: png.h pngconf.h
    240242pngtrans.o: png.h pngconf.h
    241243pngwrite.o: png.h pngconf.h
     
    244246pngpread.o: png.h pngconf.h
    245247
     248pngtest.o: png.h pngconf.h
Note: See TracChangeset for help on using the changeset viewer.