X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50acee04cdaf2fec9f3fa4cd0035ff2d9ed7d53a..64117075ab8f79570920267bab3081c210978c5a:/build/msw/config.bcc diff --git a/build/msw/config.bcc b/build/msw/config.bcc index 5f4e4e89d0..04adcf5941 100644 --- a/build/msw/config.bcc +++ b/build/msw/config.bcc @@ -113,6 +113,11 @@ USE_XRC = 1 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