X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f905dc575e7fecaa80da130abb82d8c4370b095..112892b9180e35d20ca68d2383feb04a0aaa4af3:/include/wx/fileconf.h diff --git a/include/wx/fileconf.h b/include/wx/fileconf.h index 88ffaf9dcc..97c03c8ffa 100644 --- a/include/wx/fileconf.h +++ b/include/wx/fileconf.h @@ -16,6 +16,15 @@ #ifndef _FILECONF_H #define _FILECONF_H +// ---------------------------------------------------------------------------- +// compile options +// ---------------------------------------------------------------------------- + +// it won't compile without it anyhow +#ifndef USE_WXCONFIG + #error "Please define USE_WXCONFIG or remove fileconf.cpp from your makefile" +#endif // USE_WXCONFIG + // ---------------------------------------------------------------------------- // wxFileConfig // ----------------------------------------------------------------------------