diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-05-08 20:21:04 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-05-13 11:03:10 +0300 |
commit | 0b2a7300c039e30d3a7430d6f77dc204876eac4b (patch) | |
tree | 8bb98754ec9535e81ca2f5dec7cec0c5ebf2a14d /docs/markdown | |
parent | 204abd0e859debe93b95d53b59e7f4038d2d0354 (diff) | |
download | meson-0b2a7300c039e30d3a7430d6f77dc204876eac4b.zip meson-0b2a7300c039e30d3a7430d6f77dc204876eac4b.tar.gz meson-0b2a7300c039e30d3a7430d6f77dc204876eac4b.tar.bz2 |
Set up VS environment automatically when run.
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/snippets/vsenv.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/snippets/vsenv.md b/docs/markdown/snippets/vsenv.md new file mode 100644 index 0000000..96d3979 --- /dev/null +++ b/docs/markdown/snippets/vsenv.md @@ -0,0 +1,8 @@ +## Automatically set up Visual Studio environment + +When Meson is run on Windows it will automatically set up the +environment to use Visual Studio if no other compiler toolchain +can be detected. This means that you can run Meson commands from +any command prompt or directly from any IDE. This sets up the +64 bit native environment. If you need any other, then you +need to set it up manually as before. |