summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-07-08 12:28:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-07-08 12:28:56 (GMT)
commit6bdb76c4614eb49e558b8350e683ce9028844269 (patch)
tree18702a40b619c550a3d5383904ae616386f93bb5
parent4df980c07b44acd34bc2bc433368bd327ef09927 (diff)
parent3d82d5537cefbd3ebde9c2b10a06bcd25b968412 (diff)
downloadtcl-6bdb76c4614eb49e558b8350e683ce9028844269.zip
tcl-6bdb76c4614eb49e558b8350e683ce9028844269.tar.gz
tcl-6bdb76c4614eb49e558b8350e683ce9028844269.tar.bz2
merge 8.6
-rw-r--r--win/rules.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rules.vc b/win/rules.vc
index c24fce3..8a91b58 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -1344,7 +1344,7 @@ INCLUDE_INSTALL_DIR = $(_INSTALLDIR)\..\include
# baselibs - minimum Windows libraries required. Parent makefile can
# define PRJ_LIBS before including rules.rc if additional libs are needed
-OPTDEFINES = /DSTDC_HEADERS
+OPTDEFINES = /DSTDC_HEADERS /DUSE_NMAKE=1
!if $(VCVERSION) > 1600
OPTDEFINES = $(OPTDEFINES) /DHAVE_STDINT_H=1
!else