diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-01-30 14:44:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-01-30 14:44:56 (GMT) |
commit | 2c00f457ae3e80cc8d352c8cc08118f619f52562 (patch) | |
tree | 3d97a9807c8dd96d6fea593522b262ca2ff404b5 /win/makefile.vc | |
parent | 4a8456e4064177aa4a61d04932e5d0d2690ec478 (diff) | |
download | tcl-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.vc | 2 |
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 << #--------------------------------------------------------------------- |