Cleanup: Spelling, Spaces --> Tabs, Whitespace

This commit is contained in:
Aaron Carlisle 2017-02-16 17:06:03 -05:00
parent 21eae869ad
commit 99a6bbf7dd

@ -272,7 +272,7 @@ goto EOF
:HELP :HELP
echo. echo.
echo Convenience targets echo Convenience targets
echo - release ^(identical to the offical blender.org builds^) echo - release ^(identical to the official blender.org builds^)
echo - full ^(same as release minus the cuda kernels^) echo - full ^(same as release minus the cuda kernels^)
echo - lite echo - lite
echo - headless echo - headless
@ -289,11 +289,10 @@ goto EOF
echo - with_tests ^(enable building unit tests^) echo - with_tests ^(enable building unit tests^)
echo - debug ^(Build an unoptimized debuggable build^) echo - debug ^(Build an unoptimized debuggable build^)
echo - packagename [newname] ^(override default cpack package name^) echo - packagename [newname] ^(override default cpack package name^)
echo - x86 ^(override host autodetect and build 32 bit code^) echo - x86 ^(override host auto-detect and build 32 bit code^)
echo - x64 ^(override host autodetect and build 64 bit code^) echo - x64 ^(override host auto-detect and build 64 bit code^)
echo - 2013 ^(build with visual studio 2013^) echo - 2013 ^(build with visual studio 2013^)
echo - 2015 ^(build with visual studio 2015^) [EXPERIMENTAL] echo - 2015 ^(build with visual studio 2015^) [EXPERIMENTAL]
echo. echo.
:EOF :EOF