summaryrefslogtreecommitdiff
path: root/nmake.opt
diff options
context:
space:
mode:
authordron <dron>2004-09-08 18:01:29 +0000
committerdron <dron>2004-09-08 18:01:29 +0000
commit981f3abbd01bcb5d7a2d636d1c741825e4c24e5b (patch)
tree840c2b3cfc7d7a8bf991fb649d3ab383d2b5babd /nmake.opt
parentb9d090c3ec049db8aea278d4092eea16d0c2f338 (diff)
downloadlibtiff-981f3abbd01bcb5d7a2d636d1c741825e4c24e5b.tar.gz
*** empty log message ***
Diffstat (limited to 'nmake.opt')
-rw-r--r--nmake.opt13
1 files changed, 9 insertions, 4 deletions
diff --git a/nmake.opt b/nmake.opt
index 4c4dcf21..892edc6c 100644
--- a/nmake.opt
+++ b/nmake.opt
@@ -1,4 +1,4 @@
-# $Id: nmake.opt,v 1.5 2004-07-03 16:01:29 dron Exp $
+# $Id: nmake.opt,v 1.6 2004-09-08 18:04:40 dron Exp $
#
# Copyright (C) 2004, Andrey Kiselev <dron@remotesensing.org>
#
@@ -98,18 +98,23 @@ EXTRASAMPLE_AS_ALPHA_SUPPORT = 1
CHECK_JPEG_YCBCR_SUBSAMPLING = 1
#
-########### There is nothing to edit below this line normally. ###########
+# Compiler specific options. You may probably want to adjust compilation
+# parameters in CFLAGS variable. Refer to your compiler documentation
+# for the option reference.
#
-
MAKE = nmake /nologo
CC = cl /nologo
AR = lib /nologo
LD = link /nologo
-CFLAGS = /W3 $(INCL) $(WINMODE) $(EXTRAFLAGS)
+CFLAGS = /W3 /MD $(INCL) $(WINMODE) $(EXTRAFLAGS)
EXTRAFLAGS =
LIBS =
+#
+########### There is nothing to edit below this line normally. ###########
+#
+
# Set the native cpu bit order
EXTRAFLAGS = -DFILLODER_LSB2MSB $(EXTRAFLAGS)