Merge branch 'AnyOldName3-master-patch-84976' into 'master'

Add success message to Windows prebuild script

Closes #5458

See merge request OpenMW/openmw!221
pull/578/head
Alexei Dobrohotov 5 years ago
commit 8d80747929

@ -1007,6 +1007,9 @@ if [ -z $VERBOSE ]; then
fi
fi
echo "Script completed successfully."
echo "You now have an OpenMW build system at $(unixPathAsWindows "$(pwd)")"
if [ -n $ACTIVATE_MSVC ]; then
echo
echo "Note: you must manually activate MSVC for the shell in which you want to do the build."

Loading…
Cancel
Save