docs: visual studio -> Visual Studio

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6915>
This commit is contained in:
Erik Faye-Lund 2020-09-29 18:38:30 +02:00 committed by Marge Bot
parent 0e9d87eacc
commit 12d925dc8d
2 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ The general approach is:
ninja -C builddir/
sudo ninja -C builddir/ install
On Windows you can also use the visual studio backend
On Windows you can also use the Visual Studio backend
::

View File

@ -156,8 +156,8 @@ file <https://mesonbuild.com/Native-environments.html>`__, or with the
CC and CXX environment variables.
All of these compilers are tested and work with Ninja, but if you want
visual studio integration or you just like msbuild, passing
``--backend=vs`` to Meson will generate a visual studio solution. If you
Visual Studio integration or you just like msbuild, passing
``--backend=vs`` to Meson will generate a Visual Studio solution. If you
want to use ICL or clang-cl with the vsbackend you will need Meson
0.52.0 or greater. Older versions always use the Microsoft compiler.