Improve make.bat final message

This commit is contained in:
Campbell Barton 2016-02-08 21:12:03 +11:00
parent 37a2a3c8dc
commit 4fc0b1638f
1 changed files with 3 additions and 1 deletions

View File

@ -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.