Index: apps/build.tcl =================================================================== diff -u -N -re97d7fb155f32926cbc9e90f7a23f84450381a10 -rfb2a31e7cc403e9130f7a6b381d18ad9f93c34b6 --- apps/build.tcl (.../build.tcl) (revision e97d7fb155f32926cbc9e90f7a23f84450381a10) +++ apps/build.tcl (.../build.tcl) (revision fb2a31e7cc403e9130f7a6b381d18ad9f93c34b6) @@ -81,6 +81,7 @@ exec >@stdout 2>@stderr nmake -nologo -f makefile.vc TCLDIR=$tclRoot all exec >@stdout 2>@stderr nmake -nologo -f makefile.vc TCLDIR=$tclRoot test + exec >@stdout 2>@stderr nmake -nologo -f makefile.vc TCLDIR=$tclRoot install INSTALLDIR=$INSTALLDIR } default { throw [list BUILD UNSUPPORTED $TOOLCHAIN] \