diff --git a/nmake.opt b/nmake.opt index 961badda..37e8671d 100644 --- a/nmake.opt +++ b/nmake.opt @@ -1,4 +1,4 @@ -# $Id: nmake.opt,v 1.9 2004-11-24 11:24:30 dron Exp $ +# $Id: nmake.opt,v 1.10 2004-11-28 14:40:49 dron Exp $ # # Copyright (C) 2004, Andrey Kiselev # @@ -61,7 +61,7 @@ LOGLUV_SUPPORT = 1 # # Uncomment following lines to enable Old JPEG support -# (patched IJG JPEG library required, read the contrib\ojpeg\README first). +# (modified IJG JPEG library required, read the contrib\ojpeg\README first). # #OJPEG_SUPPORT = 1 @@ -119,12 +119,14 @@ CXX = cl /nologo AR = lib /nologo LD = link /nologo - CFLAGS = $(OPTFLAGS) $(INCL) $(WINMODE) $(EXTRAFLAGS) CXXFLAGS = $(OPTFLAGS) $(INCL) $(WINMODE) $(EXTRAFLAGS) EXTRAFLAGS = LIBS = +# Name of the output shared library +DLLNAME = libtiff.dll + # ########### There is nothing to edit below this line normally. ########### #