]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fileconf.h
GTK
[wxWidgets.git] / include / wx / fileconf.h
index 88ffaf9dcccffee6a1e7cc0f73cbc55852be87da..97c03c8ffa73cd7b8592eedaa30e7acfaf4a305f 100644 (file)
 #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
 // ----------------------------------------------------------------------------