From 23abd00d0b6e1219449ac7a62a3e5bc55e54a101 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 5 Nov 2023 02:22:01 +0100 Subject: [PATCH] Slightly improve the example list of libraries to link with Fix spelling error and use more forward-looking "34" in their names. --- docs/msw/install.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/msw/install.md b/docs/msw/install.md index 5761c02b25..d95f8e6d6a 100644 --- a/docs/msw/install.md +++ b/docs/msw/install.md @@ -470,11 +470,11 @@ need to: * Add the list of libraries to link with to the linker input. The exact list depends on which libraries you use and whether you built wxWidgets in - monolithic or default multlib mode and basically should include all the - relevant libraries from the directory above, e.g. `wxmsw31ud_core.lib - wxbase31ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib - wxexpatd.lib` for a debug build of an application using the core library only - (all wxWidgets applications use the base library). + monolithic or default multi-lib mode and basically should include all the + relevant libraries from the directory above, e.g. `wxmsw34ud_core.lib + wxbase34ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib + wxexpatd.lib` for a debug build of an application using the core library of + wxWidgets 3.4 only (all wxWidgets applications use the base library). For example, to compile your program with gcc using debug wxWidgets DLLs