summaryrefslogtreecommitdiff
path: root/nmake.opt
diff options
context:
space:
mode:
Diffstat (limited to 'nmake.opt')
-rw-r--r--nmake.opt11
1 files changed, 4 insertions, 7 deletions
diff --git a/nmake.opt b/nmake.opt
index 79b2fbbb..d9bf15f1 100644
--- a/nmake.opt
+++ b/nmake.opt
@@ -110,12 +110,9 @@ CHECK_JPEG_YCBCR_SUBSAMPLING = 1
#
-# Indicate if the compiler provides strtol/strtoul/strtoll/strtoull.
-# Users of MSVC++ 14.0 ("Visual Studio 2015") and later should set all of these to 1
-HAVE_STRTOL = 1
-HAVE_STRTOUL = 1
-HAVE_STRTOLL = 0
-HAVE_STRTOULL = 0
+# Indicate if the compiler provides strtoll/strtoull (default 1)
+# Users of MSVC++ 14.0 ("Visual Studio 2015") and later should set this to 1
+HAVE_STRTOLL = 1
#
# Pick debug or optimized build flags. We default to an optimized build
@@ -148,7 +145,7 @@ LD = link /nologo
CFLAGS = $(OPTFLAGS) $(INCL) $(EXTRAFLAGS)
CXXFLAGS = $(OPTFLAGS) $(INCL) $(EXTRAFLAGS)
-EXTRAFLAGS =
+EXTRAFLAGS = -DHAVE_CONFIG_H
LIBS =
# Name of the output shared library