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

    r2 r561  
    11# makefile for libpng
     2# Copyright (C) 2006,2009 Glenn Randers-Pehrson
    23# Copyright (C) 1998 Tim Wegner
    3 # For conditions of distribution and use, see copyright notice in png.h
     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.vcawin32"
    611
    7 # -------- Microsoft Visual C++ 5.0 and later, uses assembler code --------
     12# -------- Microsoft Visual C++ 2.0 and later, no assembler code --------
    813# If you don't want to use assembler (MMX) code, use makefile.vcwin32 instead.
    914
     
    1217LD = link
    1318AR = lib
    14 CFLAGS  = -DPNG_USE_PNGVCRD -nologo -MD -O2 -W3 -I..\zlib
     19CFLAGS  = -nologo -DPNG_USE_PNGVCRD -MD -O2 -W3 -I..\zlib
    1520LDFLAGS = -nologo
    1621ARFLAGS = -nologo
     
    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.