Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.hp64
- 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.hp64
r2 r561 1 1 # makefile for libpng, HPUX (10.20 and 11.00) using the ANSI/C product. 2 # Copyright (C) 1999-2002 Glenn Randers-Pehrson2 # Copyright (C) 1999-2002, 2006, 2009 Glenn Randers-Pehrson 3 3 # Copyright (C) 1995 Guy Eric Schalnat, Group 42 4 4 # contributed by Jim Rice and updated by Chris Schleicher, Hewlett Packard 5 # For conditions of distribution and use, see copyright notice in png.h 5 6 # This code is released under the libpng license. 7 # For conditions of distribution and use, see the disclaimer 8 # and license in png.h 6 9 7 10 # Where the zlib library and include files are located … … 19 22 LIBNAME = libpng12 20 23 PNGMAJ = 0 21 PNGMIN = 1.2. 2924 PNGMIN = 1.2.40 22 25 PNGVER = $(PNGMAJ).$(PNGMIN) 23 26 … … 228 231 pngrtran.o: png.h pngconf.h 229 232 pngrutil.o: png.h pngconf.h 230 pngtest.o: png.h pngconf.h231 233 pngtrans.o: png.h pngconf.h 232 234 pngwrite.o: png.h pngconf.h … … 234 236 pngwutil.o: png.h pngconf.h 235 237 pngpread.o: png.h pngconf.h 238 239 pngtest.o: png.h pngconf.h
Note:
See TracChangeset
for help on using the changeset viewer.