Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.msc
- 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.msc
r2 r561 1 1 # makefile for libpng 2 2 # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. 3 # For conditions of distribution and use, see copyright notice in png.h 3 # Copyright (C) 2006, 2009 Glenn Randers-Pehrson 4 5 # This code is released under the libpng license. 6 # For conditions of distribution and use, see the disclaimer 7 # and license in png.h 8 4 9 # Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib 5 10 … … 56 61 $(CC) -c $(CFLAGS) $*.c $(ERRFILE) 57 62 58 pngtest$(O): png.h pngconf.h59 $(CC) -c $(CFLAGS) $*.c $(ERRFILE)60 61 63 pngtrans$(O): png.h pngconf.h 62 64 $(CC) -c $(CFLAGS) $*.c $(ERRFILE) … … 77 79 lib libpng $(OBJS3); 78 80 81 pngtest$(O): png.h pngconf.h 82 $(CC) -c $(CFLAGS) $*.c $(ERRFILE) 83 79 84 pngtest.exe: pngtest.obj libpng.lib 80 85 $(LD) $(LDFLAGS) pngtest.obj,,,libpng.lib ..\zlib\zlib.lib ;
Note:
See TracChangeset
for help on using the changeset viewer.