X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2b31b87fbac61af6eb96f3f5fa960ee4479bb1d..2026acc1e228e2d0e23244796bce9aa16f7a4599:/build/msw/config.bcc diff --git a/build/msw/config.bcc b/build/msw/config.bcc index 6de47f953d..21d8a76d7b 100644 --- a/build/msw/config.bcc +++ b/build/msw/config.bcc @@ -50,6 +50,16 @@ CPP = cpp32 -Sr -oCON SHARED = 0 !endif +# Used toolkit [MSW,GTK] +!ifndef TOOLKIT +TOOLKIT = MSW +!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 +109,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