mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
Fix documentation of the arch suffix in the DLL names
Mention that it's only used when building with MSVC.
This commit is contained in:
@@ -105,7 +105,7 @@ It is only added to shared libraries on Windows.
|
||||
|
||||
--------------------------------------------------------------------
|
||||
|
||||
`$arch` is used only by MSVS solutions. It is empty for 32-bit builds and
|
||||
`$arch` is used only when building with MSVC. It is empty for 32-bit builds and
|
||||
`'x64'` for 64-bit builds. It is only added to shared libraries.
|
||||
|
||||
--------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user