summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-14 14:38:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-14 14:38:30 (GMT)
commit5c4f8d88b5491e7656dedeab904b42b437b83e01 (patch)
treec4711a70d7bff5f690420cdf193a0c876f71a681
parent9c5c1a721f5b27c1d86ef4824de5c6ecd00d4fce (diff)
downloadtcl-5c4f8d88b5491e7656dedeab904b42b437b83e01.zip
tcl-5c4f8d88b5491e7656dedeab904b42b437b83e01.tar.gz
tcl-5c4f8d88b5491e7656dedeab904b42b437b83e01.tar.bz2
fix comment
-rw-r--r--win/rules.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/rules.vc b/win/rules.vc
index f22a2dc..2ee8f0e 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -957,7 +957,7 @@ VERSION = $(DOTVERSION:.=)
# different compilers, build configurations etc.,
#
# Naming convention (suffixes):
-# t = full thread support. (Not used for Tcl >= 8.6)
+# t = full thread support. (Not used for Tcl >= 8.7)
# s = static library (as opposed to an import library)
# g = linked to the debug enabled C run-time.
# x = special static build when it links to the dynamic C run-time.
@@ -1048,7 +1048,7 @@ STUBPREFIX = $(PROJECT)stub
# Set up paths to various Tcl executables and libraries needed by extensions
!if $(DOING_TCL)
-TCLSHNAME = $(PROJECT)sh$(TCL_VERSION)$(SUFX).exe
+TCLSHNAME = $(PROJECT)sh$(VERSION)$(SUFX).exe
TCLSH = $(OUT_DIR)\$(TCLSHNAME)
TCLIMPLIB = $(OUT_DIR)\$(PROJECT)$(VERSION)$(SUFX).lib
TCLLIBNAME = $(PROJECT)$(VERSION)$(SUFX).$(EXT)