]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
check memory leaks sooner, when wxLog target is still available
[wxWidgets.git] / src / common / appcmn.cpp
index d70ff7bc23fbdb0ca37bebdd3878558f540a5ebb..f64e6b6bb673651d73c9ab87d051f9b685c98134 100644 (file)
     #include "wx/fontmap.h"
 #endif // wxUSE_FONTMAP
 
+// DLL options compatibility check:
+#include "wx/build.h"
+WX_CHECK_BUILD_OPTIONS("wxCore")
+
 // ============================================================================
 // wxAppBase implementation
 // ============================================================================
@@ -147,6 +151,9 @@ void wxAppBase::CleanUp()
 
 void wxAppBase::OnInitCmdLine(wxCmdLineParser& parser)
 {
+    // first add the standard non GUI options
+    wxAppConsole::OnInitCmdLine(parser);
+
     // the standard command line options
     static const wxCmdLineEntryDesc cmdLineGUIDesc[] =
     {