]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Some more drawing things,
[wxWidgets.git] / setup.h.in
index 0544b3e8b0eed068dc89611092f10a248a57ac09..e372fcbe33ddfe2fd4c6f578523fcbb7e5b7617a 100644 (file)
  * Use OpenGL
  */
 #define wxUSE_OPENGL 0
+#define wxUSE_GLCANVAS 0
 
 /*
  * Use GUI
  * Use this control
  */
 #define wxUSE_NOTEBOOK 0
+/*
+ * Use wxPlot class
+ */
+#define wxUSE_PLOT 0
 /*
  * Use this control
  */
  */
 #define wxUSE_TOOLBAR_SIMPLE 0
 
-#if defined(__WXWINE__) || defined(__GNUWIN32__)
+#if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__)
 #define wxUSE_OWNER_DRAWN 1 
   #if wxUSE_TOOLBAR
     #define wxUSE_BUTTONBAR 1
 /*
  * (virtual) filesystems code
  */
+#define wxUSE_FILESYSTEM 0
 #define wxUSE_FS_INET 0
 #define wxUSE_FS_ZIP 0