diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-25 08:48:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-25 08:48:44 (GMT) |
commit | 415503775a3b650db8252a333b5f3c21b02d3c24 (patch) | |
tree | 19039f3845d31d64e20673ddda6a73f832f71d66 | |
parent | 728edc0cbf1c219cffef72729a28a197551d754c (diff) | |
parent | cb8b6e12a2cdd53e563f6b6ceec2a935cbe1a393 (diff) | |
download | tcl-415503775a3b650db8252a333b5f3c21b02d3c24.zip tcl-415503775a3b650db8252a333b5f3c21b02d3c24.tar.gz tcl-415503775a3b650db8252a333b5f3c21b02d3c24.tar.bz2 |
Merge 8.7
-rw-r--r-- | library/platform/platform.tcl | 2 | ||||
-rw-r--r-- | win/rules.vc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/platform/platform.tcl b/library/platform/platform.tcl index 00eef1c..acaebf2 100644 --- a/library/platform/platform.tcl +++ b/library/platform/platform.tcl @@ -373,7 +373,7 @@ proc ::platform::patterns {id} { } } set major 12 - set minor 6 + set minor 5 } if {$major eq 12} { # Add 12.0 to 12.minor to patterns. diff --git a/win/rules.vc b/win/rules.vc index 89a72ce..0dd6ef2 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -707,7 +707,7 @@ LINKERFLAGS = $(LINKERFLAGS) -ltcg !if defined(_TK_H)
!if [echo TK_MAJOR_VERSION = \>> versions.vc] \
- && [nmakehlp -V $(_TK_H) TK_MAJOR_VERSION >> versions.vc]
+ && [nmakehlp -V $(_TK_H) "define TK_MAJOR_VERSION" >> versions.vc]
!endif
!if [echo TK_MINOR_VERSION = \>> versions.vc] \
&& [nmakehlp -V $(_TK_H) TK_MINOR_VERSION >> versions.vc]
|