Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/libpng/scripts/makefile.intel

    r2 r561  
    22# Microsoft Visual C++ with Intel C/C++ Compiler 4.0 and later
    33
     4# Copyright (C) 2006 Glenn Randers-Pehrson
    45# Copyright (C) 2000, Pawel Mrochen, based on makefile.msc which is
    56# 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
    711
    812# To use, do "nmake /f scripts\makefile.intel"
    913
     14# ------------------- Intel C/C++ Compiler 4.0 and later -------------------
    1015
    1116# Where the zlib library and include files are located
     
    2631
    2732# --------------------------------------------------------------------------
    28 
    2933
    3034CC=icl -c
     
    7478        $(CC) $(CFLAGS) $*.c $(ERRFILE)
    7579
    76 pngtest$(O): png.h pngconf.h
    77         $(CC) $(CFLAGS) $*.c $(ERRFILE)
    78 
    7980pngtrans$(O): png.h pngconf.h
    8081        $(CC) $(CFLAGS) $*.c $(ERRFILE)
     
    9697        $(LD) $(LDFLAGS) /OUT:pngtest.exe pngtest.obj libpng.lib $(ZLIBLIB)\zlib.lib
    9798
     99pngtest$(O): png.h pngconf.h
     100        $(CC) $(CFLAGS) $*.c $(ERRFILE)
     101
    98102test: pngtest.exe
    99103        pngtest.exe
Note: See TracChangeset for help on using the changeset viewer.