From 18d860b0c059212fa49cae5560ef97197aa2ff93 Mon Sep 17 00:00:00 2001 From: PB Date: Tue, 18 Jul 2023 18:05:03 +0200 Subject: [PATCH] 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. --- docs/msw/install.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/msw/install.md b/docs/msw/install.md index 1317a12317..3389f51fd4 100644 --- a/docs/msw/install.md +++ b/docs/msw/install.md @@ -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`