summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-03-20 08:13:32 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-03-20 08:13:32 (GMT)
commit414b9b3637acc11b5f1f5c832d5223a8d474a4c4 (patch)
tree28deb833bfd63500a869fe689516eca3784b040c /win/makefile.vc
parent42f14fb52f5a0cdf6113741ca6187d7d56fafa32 (diff)
parentd30f4bda39ecf441026e68b7f58eb642c659230f (diff)
downloadtk-414b9b3637acc11b5f1f5c832d5223a8d474a4c4.zip
tk-414b9b3637acc11b5f1f5c832d5223a8d474a4c4.tar.gz
tk-414b9b3637acc11b5f1f5c832d5223a8d474a4c4.tar.bz2
Rebased to core-8-6-branchtip_443
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index ae43eb6..6f61327 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -961,7 +961,7 @@ install-binaries:
!if !$(STATIC_BUILD)
@echo creating package index
@type << > $(OUT_DIR)\pkgIndex.tcl
-if {[catch {package present Tcl $(TCL_PATCH_LEVEL)}]} { return }
+if {[catch {package present Tcl 8.6.0}]} { return }
if {($$::tcl_platform(platform) eq "unix") && ([info exists ::env(DISPLAY)]
|| ([info exists ::argv] && ("-display" in $$::argv)))} {
package ifneeded Tk $(TK_PATCH_LEVEL) [list load [file join $$dir .. .. bin libtk$(TK_DOTVERSION).dll] Tk]