added missing libraries to the requirements list

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-07-17 22:53:43 +00:00
parent 8749ce0a6f
commit fc715b5088

View File

@@ -28,11 +28,13 @@ Basic GUI classes such as GDI classes or controls are in this library. All
wxWidgets GUI applications must link against this library, only console mode wxWidgets GUI applications must link against this library, only console mode
applications don't. applications don't.
Requires wxBase.
{\large {\bf wxAui}} {\large {\bf wxAui}}
This contains the Advanced User Interface docking library. This contains the Advanced User Interface docking library.
Requires wxHTML, wxAdvanced, wxCore, wxBase, wxXML. Requires wxAdvanced, wxHTML, wxXML, wxCore, wxBase.
{\large {\bf wxNet}} {\large {\bf wxNet}}
@@ -56,7 +58,7 @@ Requires wxBase.
This contains generic rich text control functionality. This contains generic rich text control functionality.
Requires wxAdvanced, wxHTML, wxCore, wxXML, wxBase. Requires wxAdvanced, wxHTML, wxXML, wxCore, wxBase.
{\large {\bf wxXML}} {\large {\bf wxXML}}
@@ -121,21 +123,21 @@ This is the library containing extra classes for quality assurance. Currently
it only contains \helpref{wxDebugReport}{wxdebugreport} and related classes, it only contains \helpref{wxDebugReport}{wxdebugreport} and related classes,
but more will be added to it in the future. but more will be added to it in the future.
Requires wxCore, wxBase and wxXML. Requires wxXML, wxCore, wxBase.
{\large {\bf wxDbGrid}} {\large {\bf wxDbGrid}}
\helpref{wxDbGridTableBase}{wxdbgridtablebase} class which combines \helpref{wxDbGridTableBase}{wxdbgridtablebase} class which combines
\helpref{wxGrid}{wxgrid} and \helpref{wxDbTable}{wxdbtable}. \helpref{wxGrid}{wxgrid} and \helpref{wxDbTable}{wxdbtable}.
Requires wxODBC and wxAdvanced. Requires wxODBC, wxAdvanced, wxCore, wxBase.
{\large {\bf wxXRC}} {\large {\bf wxXRC}}
This library contains \helpref{wxXmlResource}{wxxmlresource} class that This library contains \helpref{wxXmlResource}{wxxmlresource} class that
provides access to XML resource files in XRC format provides access to XML resource files in XRC format
Requires wxXML, wxCore, wxAdvanced and wxHTML. Requires wxAdvanced, wxHTML, wxXML, wxCore, wxBase.
{\large {\bf wxSTC}} {\large {\bf wxSTC}}