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.