X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f82b7036e8e6068411853610dd8ce01265b99719..a2ae66251c6b0d3dcd9f1270e8823d9d700dd2c0:/build/msw/config.bcc?ds=sidebyside diff --git a/build/msw/config.bcc b/build/msw/config.bcc index c0e43a75ce..b2307a8591 100644 --- a/build/msw/config.bcc +++ b/build/msw/config.bcc @@ -1,6 +1,6 @@ # ========================================================================= # This configuration file was generated by -# Bakefile 0.2.8 (http://www.bakefile.org) +# Bakefile 0.2.9 (http://www.bakefile.org) # Beware that all changes made to this file will be overwritten next # time you run Bakefile! # ========================================================================= @@ -50,6 +50,11 @@ CPP = cpp32 -Sr -oCON SHARED = 0 !endif +# GTK+ toolkit version [,2] +!ifndef TOOLKIT_VERSION +TOOLKIT_VERSION = +!endif + # Build wxUniversal instead of native port? [0,1] !ifndef WXUNIV WXUNIV = 0 @@ -99,6 +104,11 @@ USE_GUI = 1 USE_HTML = 1 !endif +# Build wxWebView library (USE_GUI must be 1)? [0,1] +!ifndef USE_WEBVIEW +USE_WEBVIEW = 1 +!endif + # Build multimedia library (USE_GUI must be 1)? [0,1] !ifndef USE_MEDIA USE_MEDIA = 1 @@ -164,11 +174,6 @@ USE_THREADS = 1 USE_CAIRO = 0 !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