Add missed DLLNAME variable.

This commit is contained in:
Andrey Kiselev 2004-11-28 14:40:49 +00:00
parent 2d4a8f0f63
commit 0c502363b0

View File

@ -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 <dron@remotesensing.org>
#
@ -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. ###########
#