1. configre/makefiles changes

a) wxBase compilation/installation/dist works, added wxBase.spec
 b) list of files is include by Makefile.in, not embedded into it
 c) configure runs "subconfigures" for samples/demos/utils
2. wxTokenizer class from Gregory Pietsch


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-01-31 18:26:16 +00:00
parent 8480b297e7
commit 2224580a41
20 changed files with 1897 additions and 3060 deletions

View File

@@ -8,6 +8,11 @@
// Licence: wxWindows license
// RCS-ID: $Id$
//---------------------------------------------------------------------------
#if !defined(wxUSE_NEW_GRID) || !(wxUSE_NEW_GRID)
#error "DBGrid requires the new wxGrid class"
#endif
class mjDoc;
//---------------------------------------------------------------------------
class DBGrid: public wxGrid