From 7819d36d4e26ab70be04ecca70b08d4ca15f3926 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Thu, 16 Feb 2017 17:08:33 -0500 Subject: [PATCH] Make File: Print 'blender.exe' at the end of the path to run from --- make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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