X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3beb50e570f1b4f7a97c767677451ffc558fa22f..68b9924c4e76c42929098568482e1718a0fa1d2f:/build/msw/config.bcc diff --git a/build/msw/config.bcc b/build/msw/config.bcc index e690029fa4..b2307a8591 100644 --- a/build/msw/config.bcc +++ b/build/msw/config.bcc @@ -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,9 +104,9 @@ USE_GUI = 1 USE_HTML = 1 !endif -# Build wxWeb library (USE_GUI must be 1)? [0,1] -!ifndef USE_WEB -USE_WEB = 1 +# 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]