added wxDbGrid

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-03 20:48:09 +00:00
parent e2d1c5675c
commit 452935628a
7 changed files with 141 additions and 55 deletions

5
configure vendored
View File

@@ -33425,8 +33425,9 @@ CORE_GUI_LIBS="adv core"
if test "$wxUSE_XML" = "yes" ; then
CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
fi
if test "$wxUSE_ODBC" = "yes" ; then
CORE_GUI_LIBS="odbc $CORE_GUI_LIBS"
if test "$wxUSE_ODBC" != "no" ; then
CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
fi
if test "$wxUSE_HTML" = "yes" ; then
CORE_GUI_LIBS="html $CORE_GUI_LIBS"