SHARED = 0\r
!endif\r
\r
+# GTK+ toolkit version [,2]\r
+!ifndef TOOLKIT_VERSION\r
+TOOLKIT_VERSION = \r
+!endif\r
+\r
# Build wxUniversal instead of native port? [0,1]\r
!ifndef WXUNIV\r
WXUNIV = 0\r
USE_HTML = 1\r
!endif\r
\r
+# Build wxWebView library (USE_GUI must be 1)? [0,1]\r
+!ifndef USE_WEBVIEW\r
+USE_WEBVIEW = 1\r
+!endif\r
+\r
# Build multimedia library (USE_GUI must be 1)? [0,1]\r
!ifndef USE_MEDIA\r
USE_MEDIA = 1\r