git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12748
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// wxWindows
#include "wx/wxprec.h"
// wxWindows
#include "wx/wxprec.h"
+#if wxUSE_GUI
+ #error "This is a console program and can be only compiled using wxBase"
+#endif
+
#ifndef WX_PRECOMP
#include "wx/string.h"
#include "wx/log.h"
#ifndef WX_PRECOMP
#include "wx/string.h"
#include "wx/log.h"
+ Revision 1.16 2001/11/28 19:27:33 VZ
+ HelpGen doesn't work in GUI mode
+
Revision 1.15 2001/11/22 21:59:58 GD
use "..." instead of <...> for wx headers
Revision 1.15 2001/11/22 21:59:58 GD
use "..." instead of <...> for wx headers