Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.so9
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/3rdparty/libpng/scripts/makefile.so9
r2 r561 2 2 # Updated by Chad Schrock for Solaris 9 3 3 # Contributed by William L. Sebok, based on makefile.linux 4 # Copyright (C) 2002, 2006 Glenn Randers-Pehrson4 # Copyright (C) 2002, 2006, 2008 Glenn Randers-Pehrson 5 5 # Copyright (C) 1998-2001 Greg Roelofs 6 6 # 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 8 11 9 12 # Library name: 10 13 PNGMAJ = 0 11 PNGMIN = 1.2. 2914 PNGMIN = 1.2.40 12 15 PNGVER = $(PNGMAJ).$(PNGMIN) 13 16 LIBNAME = libpng12 … … 48 51 -Wmissing-declarations -Wtraditional -Wcast-align \ 49 52 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion 50 #CFLAGS=-I$(ZLIBINC) -W all -O3 $(WARNMORE) -g -DPNG_DEBUG=5 -DPNG_NO_MMX_CODE53 #CFLAGS=-I$(ZLIBINC) -W -Wall -O3 $(WARNMORE) -g -DPNG_DEBUG=5 -DPNG_NO_MMX_CODE 51 54 CFLAGS=-I$(ZLIBINC) -O3 -DPNG_NO_MMX_CODE 52 55 LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng12 -lz -lm
Note:
See TracChangeset
for help on using the changeset viewer.