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:
David Elliott
2007-08-15 17:43:50 +00:00
parent 7e2c3353a6
commit ae85087030
4 changed files with 77 additions and 0 deletions

View File

@@ -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.