summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-28 14:14:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-28 14:14:29 (GMT)
commite4704dda2fbc1403ed1da07851e5085e39b339d4 (patch)
tree8fe9e5d49affb877f959e085fcd9fccb4e4277aa /win/rules.vc
parent4ab699dc03e99cad5c3b1c8d09eca9f6f4039327 (diff)
parenta5162e47d57e9549fb2ee179f87823dcc11a7be7 (diff)
downloadtcl-e4704dda2fbc1403ed1da07851e5085e39b339d4.zip
tcl-e4704dda2fbc1403ed1da07851e5085e39b339d4.tar.gz
tcl-e4704dda2fbc1403ed1da07851e5085e39b339d4.tar.bz2
Merge 8.7
Diffstat (limited to 'win/rules.vc')
-rw-r--r--win/rules.vc4
1 files changed, 3 insertions, 1 deletions
diff --git a/win/rules.vc b/win/rules.vc
index 75bc185..cdd8068 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -24,7 +24,7 @@ _RULES_VC = 1
# For modifications that are not backward-compatible, you *must* change
# the major version.
RULES_VERSION_MAJOR = 1
-RULES_VERSION_MINOR = 5
+RULES_VERSION_MINOR = 6
# The PROJECT macro must be defined by parent makefile.
!if "$(PROJECT)" == ""
@@ -1299,6 +1299,8 @@ INCLUDE_INSTALL_DIR = $(_INSTALLDIR)\..\include
OPTDEFINES = /DTCL_CFGVAL_ENCODING=$(CFG_ENCODING) /DSTDC_HEADERS
!if $(VCVERSION) >= 1600
OPTDEFINES = $(OPTDEFINES) /DHAVE_STDINT_H=1
+!else
+OPTDEFINES = $(OPTDEFINES) /DMP_NO_STDINT=1
!endif
!if $(VCVERSION) >= 1700
OPTDEFINES = $(OPTDEFINES) /DHAVE_INTTYPES_H=1