Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -238,4 +238,23 @@
|
||||
# endif
|
||||
#endif /* wxUSE_DYNAMIC_LOADER */
|
||||
|
||||
#if !wxUSE_DYNLIB_CLASS
|
||||
# if wxUSE_UXTHEME
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_UXTHEME requires wxUSE_DYNLIB_CLASS"
|
||||
# else
|
||||
# undef wxUSE_UXTHEME
|
||||
# define wxUSE_UXTHEME 0
|
||||
# endif
|
||||
# endif
|
||||
# if wxUSE_MEDIACTRL
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_MEDIACTRL requires wxUSE_DYNLIB_CLASS"
|
||||
# else
|
||||
# undef wxUSE_MEDIACTRL
|
||||
# define wxUSE_MEDIACTRL 0
|
||||
# endif
|
||||
# endif
|
||||
#endif /* wxUSE_DYNLIB_CLASS */
|
||||
|
||||
#endif /* _WX_MSW_CHKCONF_H_ */
|
||||
|
Reference in New Issue
Block a user