Make File: Print 'blender.exe' at the end of the path to run from

This commit is contained in:
Aaron Carlisle 2017-02-16 17:08:33 -05:00
parent 99a6bbf7dd
commit 7819d36d4e

@ -266,7 +266,7 @@ echo.
echo At any point you can optionally modify your build configuration by editing: echo At any point you can optionally modify your build configuration by editing:
echo "%BUILD_DIR%\CMakeCache.txt", then run "make" again to build with the changes applied. echo "%BUILD_DIR%\CMakeCache.txt", then run "make" again to build with the changes applied.
echo. echo.
echo Blender successfully built, run from: "%BUILD_DIR%\bin\%BUILD_TYPE%" echo Blender successfully built, run from: "%BUILD_DIR%\bin\%BUILD_TYPE%\blender.exe"
echo. echo.
goto EOF goto EOF
:HELP :HELP