dnl libtool doesn't work on anything but Linux and maybe
dnl ***BSD
-SHLIB_LINKER=
-SHLIB_LINKER_FLAG=
-SHLIB_CFLAG=
-
case "${host}" in
*-hp-hpux* )
AM_DISABLE_SHARED
AM_PROG_LIBTOOL
+dnl ---------------------------------------------------------------------------
+dnl things for shared libraries without libtool
+dnl ---------------------------------------------------------------------------
+
+SHARED_LINKER=gcc -shared
+SHARED_LINKER_FLAG=
+SHARED_CFLAG=
+
dnl ---------------------------------------------------------------------------
dnl Define search path for includes and libraries: all headers and libs will be
dnl looked for in all directories of this path
static bool wxTopLevelUsed = FALSE;
#if !USE_SHARED_LIBRARY
-BEGIN_EVENT_TABLE(wxFrame, wxWindowBase)
+BEGIN_EVENT_TABLE(wxFrame, wxWindow)
EVT_SIZE(wxFrame::OnSize)
EVT_ACTIVATE(wxFrame::OnActivate)
EVT_MENU_HIGHLIGHT_ALL(wxFrame::OnMenuHighlight)
EVT_CLOSE(wxFrame::OnCloseWindow)
END_EVENT_TABLE()
-IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxWindowBase)
+IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxWindow)
#endif
#if wxUSE_NATIVE_STATUSBAR