X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/002374070e91dfcebde94f6eb2f587717ef44567..81f3129f7745029d795be4e76db1575b33d388a1:/build/msw/config.gcc diff --git a/build/msw/config.gcc b/build/msw/config.gcc index e35b9620a2..8055ab5e20 100644 --- a/build/msw/config.gcc +++ b/build/msw/config.gcc @@ -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! # ========================================================================= @@ -40,6 +40,9 @@ CPP ?= $(CC) -E # What type of library to build? [0,1] SHARED ?= 0 +# GTK+ toolkit version [,2] +TOOLKIT_VERSION ?= + # Build wxUniversal instead of native port? [0,1] WXUNIV ?= 0 @@ -71,6 +74,9 @@ USE_GUI ?= 1 # Build wxHTML library (USE_GUI must be 1)? [0,1] USE_HTML ?= 1 +# Build wxWebView library (USE_GUI must be 1)? [0,1] +USE_WEBVIEW ?= 1 + # Build multimedia library (USE_GUI must be 1)? [0,1] USE_MEDIA ?= 1 @@ -110,9 +116,6 @@ USE_THREADS ?= 1 # Enable wxCairoContext for platforms other than Linux/GTK. [0,1] USE_CAIRO ?= 0 -# Link with gdiplus.lib? (Needed for wxGraphicsContext, will also set wxUSE_GRAPHICS_CONTEXT) [0,1] -USE_GDIPLUS ?= 0 - # Is this official build by wxWidgets developers? [0,1] OFFICIAL_BUILD ?= 0