Changeset 846 for trunk/src/3rdparty/libtiff/nmake.opt
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/3rdparty/libtiff/nmake.opt
r2 r846 1 # $Id: nmake.opt,v 1.1 6 2006/03/23 14:54:01dron Exp $1 # $Id: nmake.opt,v 1.18 2006/06/07 16:33:45 dron Exp $ 2 2 # 3 3 # Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu> … … 61 61 62 62 # 63 # Uncomment following lines to enable Old JPEG support64 # (modified IJG JPEG library required, read the contrib\ojpeg\README first).65 #66 #OJPEG_SUPPORT = 167 68 #69 63 # Uncomment and edit following lines to enable ZIP support 70 64 # (required for Deflate compression and Pixar log-format) … … 76 70 77 71 # 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 # 78 80 # Uncomment following line to enable Pixar log-format algorithm 79 81 # (Zlib required). … … 111 113 # Pick debug or optimized build flags. We default to an optimized build 112 114 # with no debugging information. 113 # NOTE: / GXoption required if you want to build the C++ stream API114 # 115 OPTFLAGS = /Ox /MD / GX /W3115 # NOTE: /EHsc option required if you want to build the C++ stream API 116 # 117 OPTFLAGS = /Ox /MD /EHsc /W3 /D_CRT_SECURE_NO_DEPRECATE 116 118 #OPTFLAGS = /Zi 117 119 … … 182 184 !IFDEF JPEG_SUPPORT 183 185 LIBS = $(LIBS) $(JPEG_LIB) 184 EXTRAFLAGS = -DJPEG_SUPPORT $(EXTRAFLAGS) 185 !IFDEF OJPEG_SUPPORT 186 EXTRAFLAGS = -DOJPEG_SUPPORT $(EXTRAFLAGS) 187 !ENDIF 186 EXTRAFLAGS = -DJPEG_SUPPORT -DOJPEG_SUPPORT $(EXTRAFLAGS) 188 187 !ENDIF 189 188 … … 196 195 !ENDIF 197 196 197 !IFDEF JBIG_SUPPORT 198 LIBS = $(LIBS) $(JBIG_LIB) 199 EXTRAFLAGS = -DJBIG_SUPPORT $(EXTRAFLAGS) 200 !ENDIF 201 198 202 !IFDEF STRIPCHOP_SUPPORT 199 203 EXTRAFLAGS = -DSTRIPCHOP_DEFAULT=TIFF_STRIPCHOP -DSTRIP_SIZE_DEFAULT=$(STRIP_SIZE_DEFAULT) $(EXTRAFLAGS)
Note:
See TracChangeset
for help on using the changeset viewer.