Document that RUNTIME_LIBS works only when building with MSVC

Mention that RUNTIME_LIBS=static works only when building
wxWidgets with Microsoft Visual C++.

See #23715.
This commit is contained in:
PB 2023-07-18 18:05:03 +02:00 committed by Vadim Zeitlin
parent 927761981b
commit 18d860b0c0

View File

@ -347,9 +347,8 @@ The full list of the build settings follows:
* `RUNTIME_LIBS=static`
Links static version of C and C++ runtime libraries into the executable, so
that the program does not depend on DLLs provided with the compiler (e.g.
Visual C++'s msvcrt.dll).
(VC++ only.) Links static version of C and C++ runtime libraries into the
executable, so that the program does not depend on DLLs provided with the compiler.
Caution: Do not use static runtime libraries when building DLL (SHARED=1)!
* `DEBUG_FLAG=0`