X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d5e7ffcf7af0e444cc8b3d3cfc2e2ca263f411d5..d6a658ff0cd928953efdaf1ea56ff04b9cf281c1:/build/msw/config.bcc diff --git a/build/msw/config.bcc b/build/msw/config.bcc index cc29b1b9b1..1d5b44f4b7 100644 --- a/build/msw/config.bcc +++ b/build/msw/config.bcc @@ -1,6 +1,6 @@ # ========================================================================= # This configuration file was generated by -# Bakefile 0.2.6 (http://www.bakefile.org) +# Bakefile 0.2.8 (http://www.bakefile.org) # Beware that all changes made to this file will be overwritten next # time you run Bakefile! # ========================================================================= @@ -159,9 +159,9 @@ USE_RTTI = 1 USE_THREADS = 1 !endif -# Link with gdiplus.lib? (Needed for wxGraphicsContext, will also set wxUSE_GRAPHICS_CONTEXT) [0,1] -!ifndef USE_GDIPLUS -USE_GDIPLUS = 0 +# Enable wxCairoContext for platforms other than Linux/GTK. [0,1] +!ifndef USE_CAIRO +USE_CAIRO = 0 !endif # Is this official build by wxWidgets developers? [0,1]