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)
commit9ac255b85b57fd192a8255ed8d8ca73bf5306748 (patch)
tree3d97a9807c8dd96d6fea593522b262ca2ff404b5 /win/makefile.vc
parent811ec9c04fc56665383558aaa97d4bbd80a215a0 (diff)
downloadtcl-9ac255b85b57fd192a8255ed8d8ca73bf5306748.zip
tcl-9ac255b85b57fd192a8255ed8d8ca73bf5306748.tar.gz
tcl-9ac255b85b57fd192a8255ed8d8ca73bf5306748.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
<<
#---------------------------------------------------------------------