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

    r2 r561  
    22# Updated by Chad Schrock for Solaris 9
    33# Contributed by William L. Sebok, based on makefile.linux
    4 # Copyright (C) 2002, 2006 Glenn Randers-Pehrson
     4# Copyright (C) 2002, 2006, 2008 Glenn Randers-Pehrson
    55# Copyright (C) 1998-2001 Greg Roelofs
    66# Copyright (C) 1996-1997 Andreas Dilger
    7 # For conditions of distribution and use, see copyright notice in png.h
     7
     8# This code is released under the libpng license.
     9# For conditions of distribution and use, see the disclaimer
     10# and license in png.h
    811
    912# Library name:
    1013PNGMAJ = 0
    11 PNGMIN = 1.2.29
     14PNGMIN = 1.2.40
    1215PNGVER = $(PNGMAJ).$(PNGMIN)
    1316LIBNAME = libpng12
     
    4851        -Wmissing-declarations -Wtraditional -Wcast-align \
    4952        -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
    50 #CFLAGS=-I$(ZLIBINC) -Wall -O3 $(WARNMORE) -g -DPNG_DEBUG=5 -DPNG_NO_MMX_CODE
     53#CFLAGS=-I$(ZLIBINC) -W -Wall -O3 $(WARNMORE) -g -DPNG_DEBUG=5 -DPNG_NO_MMX_CODE
    5154CFLAGS=-I$(ZLIBINC) -O3 -DPNG_NO_MMX_CODE
    5255LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng12 -lz -lm
Note: See TracChangeset for help on using the changeset viewer.