started separating GUI parts of wxLog from the rest

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-09-20 16:10:03 +00:00
parent 77cff60663
commit dd85fc6b89
12 changed files with 592 additions and 510 deletions

View File

@@ -241,6 +241,10 @@ protected:
};
#endif
// the following log targets are only compiled in if the we're compiling the
// GUI part (andnot just the base one) of the library, they're implemented in
// src/generic/logg.cpp *and not src/common/log.cpp unlike all the rest)
#ifndef wxUSE_NOGUI
// log everything to a text window (GUI only of course)