From 12d925dc8d608b80e9078201cefc04ff54d38661 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 29 Sep 2020 18:38:30 +0200 Subject: [PATCH] docs: visual studio -> Visual Studio Reviewed-by: Eric Engestrom Part-of: --- docs/install.rst | 2 +- docs/meson.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 3afc8833e09..4dbada99e11 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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 :: diff --git a/docs/meson.rst b/docs/meson.rst index 664abe69eff..b73d9b276f3 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -156,8 +156,8 @@ file `__, 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.