Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.solaris
- 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.solaris
r2 r561 1 1 # makefile for libpng on Solaris 2.x with gcc 2 # Copyright (C) 2004, 2006 , 2007Glenn Randers-Pehrson2 # Copyright (C) 2004, 2006-2008 Glenn Randers-Pehrson 3 3 # Contributed by William L. Sebok, based on makefile.linux 4 4 # Copyright (C) 1998 Greg Roelofs 5 5 # 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 7 10 8 11 # Library name: 9 12 LIBNAME = libpng12 10 13 PNGMAJ = 0 11 PNGMIN = 1.2. 2914 PNGMIN = 1.2.40 12 15 PNGVER = $(PNGMAJ).$(PNGMIN) 13 16 … … 44 47 -Wmissing-declarations -Wtraditional -Wcast-align \ 45 48 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion 46 CFLAGS=-I$(ZLIBINC) -Wall -O \ 47 -DPNG_NO_MMX_CODE; \ 49 CFLAGS=-I$(ZLIBINC) -W -Wall -O -DPNG_NO_MMX_CODE; \ 48 50 # $(WARNMORE) -g -DPNG_DEBUG=5 49 51 LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng12 -lz -lm
Note:
See TracChangeset
for help on using the changeset viewer.