1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-18 18:44:59 +00:00

Add success message to Windows prebuild script

This commit is contained in:
AnyOldName3 2020-06-12 22:50:06 +00:00
parent 87dba1fcfc
commit 0d2129ca13

View file

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