From 4fc0b1638f3a64c582594568f7c958cc6d1a9b78 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 8 Feb 2016 21:12:03 +1100 Subject: [PATCH] Improve make.bat final message --- make.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/make.bat b/make.bat index 42f49f3ae2b..8c41308eb0a 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.