Project file corrections, doc corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-11-19 16:05:55 +00:00
parent 8d6854a63a
commit 5638d705f5
42 changed files with 499 additions and 388 deletions

View File

@@ -398,7 +398,7 @@
//
// Recommended setting: 1 if your compiler supports it, if it doesn't please
// contribute us a makefile for src/regex for it
#define wxUSE_REGEX 0
#define wxUSE_REGEX 1
// wxWave class
#define wxUSE_WAVE 1
@@ -522,6 +522,9 @@
#define wxUSE_GRID 1
#define wxUSE_NEW_GRID 1
// wxProperty[Value/Form/List] classes, used by Dialog Editor
#define wxUSE_PROPSHEET 0
// ----------------------------------------------------------------------------
// Miscellaneous GUI stuff
// ----------------------------------------------------------------------------