summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-01-30 14:44:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-01-30 14:44:56 (GMT)
commit2c00f457ae3e80cc8d352c8cc08118f619f52562 (patch)
tree3d97a9807c8dd96d6fea593522b262ca2ff404b5 /win/makefile.vc
parent4a8456e4064177aa4a61d04932e5d0d2690ec478 (diff)
downloadtcl-2c00f457ae3e80cc8d352c8cc08118f619f52562.zip
tcl-2c00f457ae3e80cc8d352c8cc08118f619f52562.tar.gz
tcl-2c00f457ae3e80cc8d352c8cc08118f619f52562.tar.bz2
Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" error
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 4466439..152cc66 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -902,7 +902,7 @@ $(TMP_DIR)\tclStubLib.obj: $(GENERICDIR)\tclStubLib.c
$(TMP_DIR)\tclsh.exe.manifest: $(WINDIR)\tclsh.exe.manifest.in
@nmakehlp -s << $** >$@
@MACHINE@ $(MACHINE:IX86=X86)
-@TCL_WIN_VERSION@ $(TCL_DOTVERSION).0.0
+@TCL_WIN_VERSION@ $(DOTVERSION).0.0
<<
#---------------------------------------------------------------------