added wxDbGrid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
5
configure
vendored
5
configure
vendored
@@ -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"
|
||||
|
Reference in New Issue
Block a user