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
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ echo.
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.
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.
goto EOF
:HELP