1
0

Merge pull request #2492 from SafwatHalaby/compileSh

Compile.sh namechange to cuberite
This commit is contained in:
Safwat Halaby 2015-09-25 15:33:06 +03:00
commit 26dee448f2

View File

@ -177,17 +177,21 @@ echo
# Echo: Compilation complete. # Echo: Compilation complete.
popd popd > /dev/null
pushd cuberite/MCServer pushd cuberite/Server > /dev/null
echo echo
echo "-----------------" echo "-----------------"
echo "Compilation done!" echo "Compilation done!"
echo echo
echo "Cuberite awaits you at:" echo "Cuberite awaits you at:"
echo "`pwd`/MCServer" if [[ $BUILDTYPE == "Debug" ]]; then
echo "`pwd`/Cuberite_debug"
else
echo "`pwd`/Cuberite"
fi
echo echo
echo "Enjoy :)" echo "Enjoy :)"
popd popd > /dev/null
exit 0 exit 0
:windows_detected :windows_detected