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

    r2 r561  
    11# makefile for libpng on BeOS x86 ELF with gcc
    22# modified from makefile.linux by Sander Stoks
    3 # Copyright (C) 2002, 2006 Glenn Randers-Pehrson
     3# Copyright (C) 2002, 2006, 2008 Glenn Randers-Pehrson
    44# Copyright (C) 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
     
    4245# On BeOS, -O1 is actually better than -O3.  This is a known bug but it's
    4346# still here in R4.5
    44 CFLAGS=-I$(ZLIBINC) -Wall -O1 -funroll-loops \
     47CFLAGS=-I$(ZLIBINC) -W -Wall -O1 -funroll-loops \
    4548        $(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5
    4649# LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng -lz
     
    224227pngwutil.o pngwutil.pic.o: png.h pngconf.h
    225228pngpread.o pngpread.pic.o: png.h pngconf.h
     229
    226230pngtest.o: png.h pngconf.h
Note: See TracChangeset for help on using the changeset viewer.