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:
authorCampbell Barton <ideasman42@gmail.com>2016-02-08 13:12:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-08 13:14:10 +0300
commit4fc0b1638f3a64c582594568f7c958cc6d1a9b78 (patch)
tree233a8a028691f02b3f37a8ca0f42956cb5256d28 /make.bat
parent37a2a3c8dcf800ba87cbf82f374ceda1c01ebde2 (diff)
Improve make.bat final message
Diffstat (limited to 'make.bat')
-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.