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

    r2 r561  
    11# makefile for libpng on HP-UX using GCC with the HP ANSI/C linker.
    2 # Copyright (C) 2002, 2006, 2007 Glenn Randers-Pehrson
     2# Copyright (C) 2002, 2006-2008 Glenn Randers-Pehrson
    33# Copyright (C) 2001, Laurent faillie
    44# Copyright (C) 1998, 1999 Greg Roelofs
    55# Copyright (C) 1996, 1997 Andreas Dilger
    6 # For conditions of distribution and use, see copyright notice in png.h
     6
     7# This code is released under the libpng license.
     8# For conditions of distribution and use, see the disclaimer
     9# and license in png.h
    710
    811# Library name:
    912LIBNAME = libpng12
    1013PNGMAJ = 0
    11 PNGMIN = 1.2.29
     14PNGMIN = 1.2.40
    1215PNGVER = $(PNGMAJ).$(PNGMIN)
    1316
     
    5457# for pgcc version 2.95.1, -O3 is buggy; don't use it.
    5558
    56 CFLAGS=-I$(ZLIBINC) -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE \
     59CFLAGS=-I$(ZLIBINC) -W -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE \
    5760        $(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5
    5861#LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng12 -lz -lm
Note: See TracChangeset for help on using the changeset viewer.