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:
authorBrecht Van Lommel <brecht@blender.org>2020-03-19 17:30:07 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-03-19 17:31:21 +0300
commit2be14e0ec476481898958aa5599eb8a9de0a9222 (patch)
tree7bdb1514d58e00ad904549c4de4f6427a392d03c /build_files
parent2982c9ba0a9c2152cb676bc4bb71a319f8f18ad8 (diff)
Fix typo in make.bat help for build directory
Diffstat (limited to 'build_files')
-rw-r--r--build_files/windows/show_help.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/windows/show_help.cmd b/build_files/windows/show_help.cmd
index 30f75316499..2ac2f294074 100644
--- a/build_files/windows/show_help.cmd
+++ b/build_files/windows/show_help.cmd
@@ -23,7 +23,7 @@ echo - with_tests ^(enable building unit tests^)
echo - nobuildinfo ^(disable buildinfo^)
echo - debug ^(Build an unoptimized debuggable build^)
echo - packagename [newname] ^(override default cpack package name^)
-echo - buildir [newdir] ^(override default build folder^)
+echo - builddir [newdir] ^(override default build folder^)
echo - 2017 ^(build with visual studio 2017^)
echo - 2017pre ^(build with visual studio 2017 pre-release^)
echo - 2017b ^(build with visual studio 2017 Build Tools^)