Always use wxDynamicLibrary in wxMSW and remove checks for it
Force wxUSE_DYNLIB_CLASS to be 1 when using wxMSW and remove checks for it being 0 from the code. No real changes.
This commit is contained in:
parent
0473e6ba6b
commit
c2f3a3db01
30 changed files with 47 additions and 226 deletions
|
|
@ -168,8 +168,8 @@ else()
|
|||
set(wxUSE_DIALUP_MANAGER_DEFAULT ON)
|
||||
endif()
|
||||
wx_option(wxUSE_DIALUP_MANAGER "use dialup network classes" ${wxUSE_DIALUP_MANAGER_DEFAULT})
|
||||
wx_option(wxUSE_DYNLIB_CLASS "use wxLibrary class for DLL loading")
|
||||
wx_option(wxUSE_DYNAMIC_LOADER "use (new) wxDynamicLibrary class")
|
||||
wx_option(wxUSE_DYNLIB_CLASS "use wxDynamicLibrary class for DLL loading")
|
||||
wx_option(wxUSE_DYNAMIC_LOADER "use wxPluginLibrary and wxPluginManager classes")
|
||||
wx_option(wxUSE_EXCEPTIONS "build exception-safe library")
|
||||
wx_option(wxUSE_EXTENDED_RTTI "use extended RTTI (XTI)" OFF)
|
||||
wx_option(wxUSE_FFILE "use wxFFile class")
|
||||
|
|
|
|||
|
|
@ -174,7 +174,6 @@
|
|||
#cmakedefine01 wxUSE_STD_CONTAINERS
|
||||
|
||||
#cmakedefine01 wxUSE_STD_IOSTREAM
|
||||
|
||||
#define wxUSE_STD_STRING_CONV_IN_WXSTRING wxUSE_STL
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue