From dd90b24406955c9daf6b829dd37e66b93c871372 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Mar 2023 12:56:27 +0200 Subject: Add note to manual --- doc/manual.cli | 3 +++ 1 file changed, 3 insertions(+) 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: -- cgit v1.1