Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/libtiff/nmake.opt

    r2 r846  
    1 # $Id: nmake.opt,v 1.16 2006/03/23 14:54:01 dron Exp $
     1# $Id: nmake.opt,v 1.18 2006/06/07 16:33:45 dron Exp $
    22#
    33# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
     
    6161
    6262#
    63 # Uncomment following lines to enable Old JPEG support
    64 # (modified IJG JPEG library required, read the contrib\ojpeg\README first).
    65 #
    66 #OJPEG_SUPPORT = 1
    67 
    68 #
    6963# Uncomment and edit following lines to enable ZIP support
    7064# (required for Deflate compression and Pixar log-format)
     
    7670
    7771#
     72# Uncomment and edit following lines to enable ISO JBIG support
     73#
     74#JBIG_SUPPORT   = 1
     75#JBIGDIR        = d:/projects/jbigkit
     76#JBIG_INCLUDE   = -I$(JBIGDIR)/libjbig
     77#JBIG_LIB       = $(JBIGDIR)/libjbig/jbig.lib
     78
     79#
    7880# Uncomment following line to enable Pixar log-format algorithm
    7981# (Zlib required).
     
    111113# Pick debug or optimized build flags.  We default to an optimized build
    112114# with no debugging information.
    113 # NOTE: /GX option required if you want to build the C++ stream API
    114 #
    115 OPTFLAGS =      /Ox /MD /GX /W3
     115# NOTE: /EHsc option required if you want to build the C++ stream API
     116#
     117OPTFLAGS =      /Ox /MD /EHsc /W3 /D_CRT_SECURE_NO_DEPRECATE
    116118#OPTFLAGS =     /Zi
    117119
     
    182184!IFDEF JPEG_SUPPORT
    183185LIBS            = $(LIBS) $(JPEG_LIB)
    184 EXTRAFLAGS      = -DJPEG_SUPPORT $(EXTRAFLAGS)
    185 !IFDEF OJPEG_SUPPORT
    186 EXTRAFLAGS      = -DOJPEG_SUPPORT $(EXTRAFLAGS)
    187 !ENDIF
     186EXTRAFLAGS      = -DJPEG_SUPPORT -DOJPEG_SUPPORT $(EXTRAFLAGS)
    188187!ENDIF
    189188
     
    196195!ENDIF
    197196
     197!IFDEF JBIG_SUPPORT
     198LIBS            = $(LIBS) $(JBIG_LIB)
     199EXTRAFLAGS      = -DJBIG_SUPPORT $(EXTRAFLAGS)
     200!ENDIF
     201
    198202!IFDEF STRIPCHOP_SUPPORT
    199203EXTRAFLAGS      = -DSTRIPCHOP_DEFAULT=TIFF_STRIPCHOP -DSTRIP_SIZE_DEFAULT=$(STRIP_SIZE_DEFAULT) $(EXTRAFLAGS)
Note: See TracChangeset for help on using the changeset viewer.