X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b2cb4316b4deca34ae451493449e97e4bdb3f3b..cd98317518c3b7bb3a20b438ef586a7b7c952311:/build/msw/config.bcc?ds=sidebyside diff --git a/build/msw/config.bcc b/build/msw/config.bcc index 04adcf5941..6c6053327d 100644 --- a/build/msw/config.bcc +++ b/build/msw/config.bcc @@ -148,6 +148,11 @@ 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 +!endif + # Is this official build by wxWidgets developers? [0,1] !ifndef OFFICIAL_BUILD OFFICIAL_BUILD = 0