[Bf-blender-cvs] [4fc0b16] master: Improve make.bat final message

Campbell Barton noreply at git.blender.org
Mon Feb 8 11:22:27 CET 2016


Commit: 4fc0b1638f3a64c582594568f7c958cc6d1a9b78
Author: Campbell Barton
Date:   Mon Feb 8 21:12:03 2016 +1100
Branches: master
https://developer.blender.org/rB4fc0b1638f3a64c582594568f7c958cc6d1a9b78

Improve make.bat final message

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

M	make.bat

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

diff --git a/make.bat b/make.bat
index 42f49f3..8c41308 100644
--- a/make.bat
+++ b/make.bat
@@ -159,7 +159,9 @@ msbuild ^
 	/verbosity:minimal
 
 echo.
-echo edit build configuration with: "%BUILD_DIR%\CMakeCache.txt" run make again to rebuild.
+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.




More information about the Bf-blender-cvs mailing list