moved DB classes into wxODBC library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -53,11 +53,12 @@ LIBS="@LIBS@"
|
||||
# Linker flags for sublibraries:
|
||||
|
||||
CORE_BASE_LIBS="xml net base"
|
||||
CORE_GUI_LIBS="html adv core"
|
||||
CORE_GUI_LIBS="html odbc adv core"
|
||||
|
||||
ldlibs_base="@WXCONFIG_EXTRALIBS@"
|
||||
ldlibs_core="@EXTRALIBS_GUI@"
|
||||
ldlibs_xml="@EXTRALIBS_XML@"
|
||||
ldlibs_odbc="@EXTRALIBS_ODBC@"
|
||||
|
||||
ldflags_gl="@LDFLAGS_GL@"
|
||||
ldlibs_gl="@OPENGL_LIBS@"
|
||||
|
Reference in New Issue
Block a user