summaryrefslogtreecommitdiff
path: root/docs/markdown/Using-with-Visual-Studio.md
Commit message (Collapse)AuthorAgeFilesLines
* Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen2021-01-311-4/+4
|
* Rewrap long text lines in docs. [skip ci]Jussi Pakkanen2021-01-301-10/+12
|
* docs: Update Using-with-Visual StudioNirbheek Chauhan2020-04-081-10/+11
| | | | | Very out of date instructions. We install `meson.exe` now and you don't need to have `py` in PATH or use `/path/to/meson.py`.
* Vs backend compiler selection (#5448)Dylan Baker2019-08-241-4/+32
| | | | | | | | | | | | | | | | | | * backends/vs: Only set platform_toolset if it isn't already set * interpreter: set backend up after the compiler Otherwise we won't be able to check which VS toolchain to use. * docs/using-visual-studio: wrap lines * docs: recommend the py launcher instead of python3 for windows * set backend.environment when building a dummy version * backends/vs: Add support for clang-cl with vs2017 and vs2019 backends * backends/vs: Add support for ICL (19.x) with vs2015 and vs2017 backends
* docs: replace 'meson build' with 'meson builddir'Peter Hutterer2017-05-031-2/+2
| | | | | | Clarifies that this is really just a directory, not a command. https://github.com/mesonbuild/meson/issues/1560
* docs: Import the website and wiki and build with hotdocThibault Saunier2017-04-261-0/+16
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.