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:
-rw-r--r--make.bat4
1 files changed, 3 insertions, 1 deletions
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.