summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCharles Brunet <charles.brunet@optelgroup.com>2023-03-30 11:32:44 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2023-04-20 18:31:39 +0300
commit5eb55075baa2883170a3d0cf3c0621aae56a1632 (patch)
tree79c5818be45ec8737dd9b4e7246cb6e9ab875b94 /docs
parentfbab1488ae31ac0e3f08aa84c811cbdcd5fa68b4 (diff)
downloadmeson-5eb55075baa2883170a3d0cf3c0621aae56a1632.tar.gz
intro: add more details to generated json files
This will help with the writing of tools to generate VisualStudio project and solution files, and possibly for other IDEs as well. - Used compilers a about `host`, `build` and `target` machines arere listed in `intro-compilers.json` - Informations lister in `intro-machines.json` - `intro-dependencies.json` now includes internal dependencies, and relations between dependencies. - `intro-targets.json` now includes dependencies, `vs_module_defs`, `win_subsystem`, and linker parameters.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/more_intro_data.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/markdown/snippets/more_intro_data.md b/docs/markdown/snippets/more_intro_data.md
new file mode 100644
index 000000000..2ce65a378
--- /dev/null
+++ b/docs/markdown/snippets/more_intro_data.md
@@ -0,0 +1,9 @@
+## More data in introspection files
+
+- Used compilers are listed in `intro-compilers.json`
+- Informations about `host`, `build` and `target` machines
+ are lister in `intro-machines.json`
+- `intro-dependencies.json` now includes internal dependencies,
+ and relations between dependencies.
+- `intro-targets.json` now includes dependencies, `vs_module_defs`,
+ `win_subsystem`, and linker parameters.