Latest updates for compiling.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2001-12-21 20:42:20 +00:00
parent 7e67a05520
commit 1908260b42
2 changed files with 14 additions and 6 deletions

View File

@@ -252,9 +252,6 @@
#define wxUSE_SERIAL 1
// Use serialization (requires utils/serialize)
#define wxUSE_DYNLIB_CLASS 1
// Compile in wxLibrary class for run-time
// DLL loading and function calling
#define wxUSE_TOOLTIPS 1
// Define to use wxToolTip class and
// wxWindow::SetToolTip() method
@@ -379,5 +376,10 @@
#define wxUSE_UNICODE 0
#define wxUSE_UNICODE_MSLU 0
#define wxUSE_DYNLIB_CLASS 1
// Compile in wxLibrary class for run-time
// DLL loading and function calling
#define wxUSE_DYNAMIC_LOADER 0
#endif
// _WX_SETUP_H_