diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-01-30 14:50:22 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-01-30 14:50:22 (GMT) |
| commit | 5dcf82c17ed6d201aeff97010eda792fd76f003c (patch) | |
| tree | afaeea784c94fe7f019a067e55a7aa6aed33ecd2 | |
| parent | 43330fde24f0a5c88174c5b05b276475461cc993 (diff) | |
| parent | 6d83ac3e67e036214460204506da08d7576db9b5 (diff) | |
| download | tcl-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.vc | 2 |
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 << #--------------------------------------------------------------------- |
