From 27abed4a707ba69b019822a0a0e3c045542b4443 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 31 Jan 2021 18:00:24 +0200 Subject: Capitalize "Meson" consistently as it is a proper name. [skip ci] --- docs/markdown/Using-with-Visual-Studio.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/markdown/Using-with-Visual-Studio.md') diff --git a/docs/markdown/Using-with-Visual-Studio.md b/docs/markdown/Using-with-Visual-Studio.md index 3c97ee5..2680e8b 100644 --- a/docs/markdown/Using-with-Visual-Studio.md +++ b/docs/markdown/Using-with-Visual-Studio.md @@ -1,5 +1,5 @@ --- -short-description: How to use meson in Visual Studio +short-description: How to use Meson in Visual Studio ... # Using with Visual Studio @@ -32,16 +32,16 @@ are available from a number of sources, including the llvm website. Then you will need the [llvm toolset extension for visual studio](https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.llvm-toolchain). You then need to either use a [native file](Native-environments.md#binaries) -or `set CC=clang-cl`, and `set CXX=clang-cl` to use those compilers, meson +or `set CC=clang-cl`, and `set CXX=clang-cl` to use those compilers, Meson will do the rest. This only works with visual studio 2017 and 2019. -There is currently no support in meson for clang/c2. +There is currently no support in Meson for clang/c2. # Using Intel-CL (ICL) with Visual Studio *(new in 0.52.0)* To use ICL you need only have ICL installed and launch an ICL development -shell like you would for the ninja backend and meson will take care of it. +shell like you would for the ninja backend and Meson will take care of it. -- cgit v1.1