]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.bcc
Mention the PixelData classes
[wxWidgets.git] / build / msw / config.bcc
index 499851f1fe8e368966c78763fa810280dcadef66..04adcf5941a6c6d005a24b3bdcbe69885e427dcc 100644 (file)
@@ -108,6 +108,16 @@ USE_MEDIA = 1
 USE_XRC = 1
 !endif
 
+# Build wxAUI library (USE_GUI must be 1)? [0,1]
+!ifndef USE_AUI
+USE_AUI = 1
+!endif
+
+# Build wxRichTextCtrl library (USE_GUI must be 1)? [0,1]
+!ifndef USE_RICHTEXT
+USE_RICHTEXT = 1
+!endif
+
 # Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
 !ifndef USE_OPENGL
 USE_OPENGL = 0