mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 07:22:12 -05:00
Improve make.bat final message
This commit is contained in:
parent
37a2a3c8dc
commit
4fc0b1638f
1 changed files with 3 additions and 1 deletions
4
make.bat
4
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue