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

    r2 r561  
    11# makefile for libpng on Solaris 2.x with gcc
    2 # Copyright (C) 2004, 2006, 2007 Glenn Randers-Pehrson
     2# Copyright (C) 2004, 2006-2008 Glenn Randers-Pehrson
    33# Contributed by William L. Sebok, based on makefile.linux
    44# Copyright (C) 1998 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
     
    4447        -Wmissing-declarations -Wtraditional -Wcast-align \
    4548        -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
    46 CFLAGS=-I$(ZLIBINC) -Wall -O \
    47         -DPNG_NO_MMX_CODE; \
     49CFLAGS=-I$(ZLIBINC) -W -Wall -O -DPNG_NO_MMX_CODE; \
    4850        # $(WARNMORE) -g -DPNG_DEBUG=5
    4951LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng12 -lz -lm
Note: See TracChangeset for help on using the changeset viewer.