Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2017-02-17 01:08:33 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2017-02-17 01:08:33 +0300
commit7819d36d4e26ab70be04ecca70b08d4ca15f3926 (patch)
tree78dc225f3ef9a487cbd6c0d93b596cf3e5ba193a /make.bat
parent99a6bbf7dd285bda5d62fadf4ed5a641b5584bc5 (diff)
Make File: Print 'blender.exe' at the end of the path to run from
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.bat b/make.bat
index a23aa879607..dd82b1ca8a7 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