moved wxWave, wxJoystick and wxTaskBarIcon to wxAdvanced

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-02 13:52:31 +00:00
parent 57bfe3be85
commit 131f235d04
10 changed files with 460 additions and 334 deletions

View File

@@ -478,3 +478,15 @@ dnl ### begin block COND_SHARED_0 ###
COND_SHARED_0=""
fi
AC_SUBST(COND_SHARED_0)
dnl ### begin block COND_TOOLKIT_MAC_USE_GUI_1 ###
COND_TOOLKIT_MAC_USE_GUI_1="#"
if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
COND_TOOLKIT_MAC_USE_GUI_1=""
fi
AC_SUBST(COND_TOOLKIT_MAC_USE_GUI_1)
dnl ### begin block COND_TOOLKIT_OS2_USE_GUI_1 ###
COND_TOOLKIT_OS2_USE_GUI_1="#"
if test "x$TOOLKIT" = "xOS2" -a "x$USE_GUI" = "x1" ; then
COND_TOOLKIT_OS2_USE_GUI_1=""
fi
AC_SUBST(COND_TOOLKIT_OS2_USE_GUI_1)