Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.intel
- 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.intel
r2 r561 2 2 # Microsoft Visual C++ with Intel C/C++ Compiler 4.0 and later 3 3 4 # Copyright (C) 2006 Glenn Randers-Pehrson 4 5 # Copyright (C) 2000, Pawel Mrochen, based on makefile.msc which is 5 6 # copyright 1995 Guy Eric Schalnat, Group 42, Inc. 6 # 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 7 11 8 12 # To use, do "nmake /f scripts\makefile.intel" 9 13 14 # ------------------- Intel C/C++ Compiler 4.0 and later ------------------- 10 15 11 16 # Where the zlib library and include files are located … … 26 31 27 32 # -------------------------------------------------------------------------- 28 29 33 30 34 CC=icl -c … … 74 78 $(CC) $(CFLAGS) $*.c $(ERRFILE) 75 79 76 pngtest$(O): png.h pngconf.h77 $(CC) $(CFLAGS) $*.c $(ERRFILE)78 79 80 pngtrans$(O): png.h pngconf.h 80 81 $(CC) $(CFLAGS) $*.c $(ERRFILE) … … 96 97 $(LD) $(LDFLAGS) /OUT:pngtest.exe pngtest.obj libpng.lib $(ZLIBLIB)\zlib.lib 97 98 99 pngtest$(O): png.h pngconf.h 100 $(CC) $(CFLAGS) $*.c $(ERRFILE) 101 98 102 test: pngtest.exe 99 103 pngtest.exe
Note:
See TracChangeset
for help on using the changeset viewer.