mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-22 15:10:08 +00:00
Merge branch 'AnyOldName3-master-patch-84976' into 'master'
Add success message to Windows prebuild script Closes #5458 See merge request OpenMW/openmw!221
This commit is contained in:
commit
8d80747929
1 changed files with 3 additions and 0 deletions
|
@ -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."
|
||||||
|
|
Loading…
Reference in a new issue