Add a new wxUSE_ABI_INCOMPATIBLE_FEATURES and corresponding --enable-abi-incompatible-features which defaults to the opposite of --enable-shared.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -56,6 +56,11 @@
|
||||
# define wxUSE_GUI 1
|
||||
#endif /* !defined(wxUSE_GUI) */
|
||||
|
||||
/* Turn off wxUSE_ABI_INCOMPATIBLE_FEATURES if not specified. */
|
||||
#if !defined(wxUSE_ABI_INCOMPATIBLE_FEATURES)
|
||||
# define wxUSE_ABI_INCOMPATIBLE_FEATURES 0
|
||||
#endif /* !defined(wxUSE_ABI_INCOMPATIBLE_FEATURES) */
|
||||
|
||||
/*
|
||||
If we're compiling without support for threads/exceptions we have to
|
||||
disable the corresponding features.
|
||||
|
Reference in New Issue
Block a user