Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.vcwin32
- 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.vcwin32
r2 r561 1 1 # makefile for libpng 2 2 # Copyright (C) 1998 Tim Wegner 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 # To use, do "nmake /f scripts\makefile.vcwin32" … … 65 70 $(CC) -c $(CFLAGS) $*.c $(ERRFILE) 66 71 67 pngtest$(O): png.h pngconf.h68 $(CC) -c $(CFLAGS) $*.c $(ERRFILE)69 70 72 pngtrans$(O): png.h pngconf.h 71 73 $(CC) -c $(CFLAGS) $*.c $(ERRFILE) … … 84 86 $(AR) $(ARFLAGS) -out:$@ $(OBJS) $(ERRFILE) 85 87 88 pngtest$(O): png.h pngconf.h 89 $(CC) -c $(CFLAGS) $*.c $(ERRFILE) 90 86 91 pngtest.exe: pngtest$(O) libpng.lib 87 92 $(LD) $(LDFLAGS) -out:$@ pngtest$(O) libpng.lib ..\zlib\zlib.lib $(ERRFILE)
Note:
See TracChangeset
for help on using the changeset viewer.