]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.gcc
Don't include Common-Controls manifest in wxBase apps.
[wxWidgets.git] / build / msw / config.gcc
index 4471c6fd1f998c5e8c067d99ff4e890e7c44d328..13ca82e9c0814eb01bd95623131057b791e29897 100644 (file)
@@ -40,6 +40,12 @@ CPP ?= $(CC) -E
 # What type of library to build? [0,1]\r
 SHARED ?= 0\r
 \r
+# Used toolkit [MSW,GTK]
+TOOLKIT ?= MSW
+
+# GTK+ toolkit version [,2]
+TOOLKIT_VERSION ?=
+
 # Build wxUniversal instead of native port? [0,1]\r
 WXUNIV ?= 0\r
 \r
@@ -71,6 +77,9 @@ USE_GUI ?= 1
 # Build wxHTML library (USE_GUI must be 1)? [0,1]\r
 USE_HTML ?= 1\r
 \r
+# Build wxWebView library (USE_GUI must be 1)? [0,1]\r
+USE_WEBVIEW ?= 1\r
+\r
 # Build multimedia library (USE_GUI must be 1)? [0,1]\r
 USE_MEDIA ?= 1\r
 \r