diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-04 11:41:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-04 11:41:41 (GMT) |
commit | 64a63fa7c5594097d782968787ad37e46f9e4f5e (patch) | |
tree | e0e97bd67659a27c11df2bc8157f8859629ec509 /win/rules.vc | |
parent | c053495b3e85c92d11d50b3cbafb83cd0fac99e5 (diff) | |
parent | 62f9be3bc246d8af459066978a4ee75d0ff10d88 (diff) | |
download | tcl-64a63fa7c5594097d782968787ad37e46f9e4f5e.zip tcl-64a63fa7c5594097d782968787ad37e46f9e4f5e.tar.gz tcl-64a63fa7c5594097d782968787ad37e46f9e4f5e.tar.bz2 |
Merge 8.7
Diffstat (limited to 'win/rules.vc')
-rw-r--r-- | win/rules.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rules.vc b/win/rules.vc index 47c0742..db65ce7 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -693,7 +693,7 @@ LINKERFLAGS = $(LINKERFLAGS) -ltcg !if [echo REM = This file is generated from rules.vc > versions.vc]
!endif
!if [echo TCL_MAJOR_VERSION = \>> versions.vc] \
- && [nmakehlp -V "$(_TCL_H)" TCL_MAJOR_VERSION >> versions.vc]
+ && [nmakehlp -V "$(_TCL_H)" "define TCL_MAJOR_VERSION" >> versions.vc]
!endif
!if [echo TCL_MINOR_VERSION = \>> versions.vc] \
&& [nmakehlp -V "$(_TCL_H)" TCL_MINOR_VERSION >> versions.vc]
|