echo"You must source this script for it to work, i.e. "
echo"source ./activate_msvc.sh"
echo"or"
echo". ./activate_msvc.sh"
restoreOldSettings
exit1
fi
@ -78,7 +89,10 @@ command -v mt >/dev/null 2>&1 || { echo "Error: mt (MS Windows Manifest Tool) mi
if[$MISSINGTOOLS -ne 0];then
echo"Some build tools were unavailable after activating MSVC in the shell. It's likely that your Visual Studio $MSVC_DISPLAY_YEAR installation needs repairing."