From 5eb55075baa2883170a3d0cf3c0621aae56a1632 Mon Sep 17 00:00:00 2001 From: Charles Brunet Date: Thu, 30 Mar 2023 11:32:44 -0400 Subject: 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. --- docs/markdown/snippets/more_intro_data.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/markdown/snippets/more_intro_data.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/more_intro_data.md b/docs/markdown/snippets/more_intro_data.md new file mode 100644 index 0000000..2ce65a3 --- /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. -- cgit v1.1