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.vcwin32

    r2 r561  
    11# makefile for libpng
    22# 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
    49# Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib
    510# To use, do "nmake /f scripts\makefile.vcwin32"
     
    6570        $(CC) -c $(CFLAGS) $*.c $(ERRFILE)
    6671
    67 pngtest$(O): png.h pngconf.h
    68         $(CC) -c $(CFLAGS) $*.c $(ERRFILE)
    69 
    7072pngtrans$(O): png.h pngconf.h
    7173        $(CC) -c $(CFLAGS) $*.c $(ERRFILE)
     
    8486        $(AR) $(ARFLAGS) -out:$@ $(OBJS) $(ERRFILE)
    8587
     88pngtest$(O): png.h pngconf.h
     89        $(CC) -c $(CFLAGS) $*.c $(ERRFILE)
     90
    8691pngtest.exe: pngtest$(O) libpng.lib
    8792        $(LD) $(LDFLAGS) -out:$@ pngtest$(O) libpng.lib ..\zlib\zlib.lib $(ERRFILE)
Note: See TracChangeset for help on using the changeset viewer.