X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b913d3ed6e9683c477fac4c12021f5e53bdf5675..ab94455525efa69b50b013ed876a82afb22aacae:/src/common/appcmn.cpp diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index d70ff7bc23..f64e6b6bb6 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -53,6 +53,10 @@ #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[] = {