[Bf-blender-cvs] [7819d36d4e] master: Make File: Print 'blender.exe' at the end of the path to run from

Aaron Carlisle noreply at git.blender.org
Thu Feb 16 23:08:41 CET 2017


Commit: 7819d36d4e26ab70be04ecca70b08d4ca15f3926
Author: Aaron Carlisle
Date:   Thu Feb 16 17:08:33 2017 -0500
Branches: master
https://developer.blender.org/rB7819d36d4e26ab70be04ecca70b08d4ca15f3926

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

===================================================================

M	make.bat

===================================================================

diff --git a/make.bat b/make.bat
index a23aa87960..dd82b1ca8a 100644
--- a/make.bat
+++ b/make.bat
@@ -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




More information about the Bf-blender-cvs mailing list