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

    r2 r561  
    11# makefile for libpng on Darwin / Mac OS X
    2 # Copyright (C) 2002, 2004, 2006 Glenn Randers-Pehrson
     2# Copyright (C) 2002, 2004, 2006, 2008 Glenn Randers-Pehrson
    33# Copyright (C) 2001 Christoph Pfisterer
    44# derived from makefile.linux:
    55#  Copyright (C) 1998, 1999 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# where "make install" puts libpng.a, libpng12.dylib, png.h and pngconf.h
     
    1922# Library name:
    2023LIBNAME = libpng12
    21 PNGMAJ = 0
    22 PNGMIN = 1.2.29
     24PNGMAJ = 12
     25PNGMIN = 1.2.40
    2326PNGVER = $(PNGMAJ).$(PNGMIN)
    2427
     
    3942RM_F=/bin/rm -f
    4043
    41 # CFLAGS=-I$(ZLIBINC) -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE
    42 CFLAGS=-I$(ZLIBINC) -Wall -O -funroll-loops
     44# CFLAGS=-I$(ZLIBINC) -W -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE
     45CFLAGS=-I$(ZLIBINC) -W -Wall -O -funroll-loops
    4346LDFLAGS=-L. -L$(ZLIBLIB) -lpng12 -lz
    4447
     
    105108        $(CC) -dynamiclib \
    106109         -install_name $(LIBPATH)/$(LIBSOMAJ) \
    107          -current_version $(PNGVER) -compatibility_version $(PNGVER) \
     110         -current_version 0 -compatibility_version 0 \
    108111         -o $(LIBSOVER) \
    109112         $(OBJSDLL) -L$(ZLIBLIB) -lz
Note: See TracChangeset for help on using the changeset viewer.