diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-03-09 12:56:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-03-09 12:56:27 +0200 |
commit | dd90b24406955c9daf6b829dd37e66b93c871372 (patch) | |
tree | bce0be0490250d3526a02017b22df8bdf40ecde1 | |
parent | 3b31893d737c55329f5d52e7b107804d8da4dde8 (diff) |
Add note to manual
-rw-r--r-- | doc/manual.cli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 5a2d35b..5a27af9 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -6894,6 +6894,9 @@ if ($cxx.target.system == 'mingw32') That is, we use the \c{.def} file approach for MSVC (including when building with Clang) and the built-in support (\c{--export-all-symbols}) for MinGW. +\N|You will likely also want to add the generated \c{.def} file (or the +blanket \c{*.def}) to your \c{.gitignore} file.| + Note that it is also possible to use the \c{.def} file approach for MinGW. In this case we need to explicitly load the \c{bin.def} module (which should be done after loading \c{c} or \c{cxx}) and can use the following arrangement: |