summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2014-01-30 14:50:22 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2014-01-30 14:50:22 (GMT)
commit5dcf82c17ed6d201aeff97010eda792fd76f003c (patch)
treeafaeea784c94fe7f019a067e55a7aa6aed33ecd2
parent43330fde24f0a5c88174c5b05b276475461cc993 (diff)
parent6d83ac3e67e036214460204506da08d7576db9b5 (diff)
downloadtcl-5dcf82c17ed6d201aeff97010eda792fd76f003c.zip
tcl-5dcf82c17ed6d201aeff97010eda792fd76f003c.tar.gz
tcl-5dcf82c17ed6d201aeff97010eda792fd76f003c.tar.bz2
Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" error
-rw-r--r--win/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 56bc4b7..e5f6c9b 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -988,7 +988,7 @@ $(TMP_DIR)\tclOOStubLib.obj: $(GENERICDIR)\tclOOStubLib.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
<<
#---------------------------------------------------------------------