]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.gcc
Explicitly specify target names for all configurations in VC10 projects.
[wxWidgets.git] / build / msw / config.gcc
index 329092cff86f4bb05bc64a473d6d16eb6dcc1cb8..8055ab5e2028dcdddf362b2d97a91f98133672c1 100644 (file)
@@ -40,6 +40,9 @@ CPP ?= $(CC) -E
 # What type of library to build? [0,1]\r
 SHARED ?= 0\r
 \r
+# GTK+ toolkit version [,2]\r
+TOOLKIT_VERSION ?= \r
+\r
 # Build wxUniversal instead of native port? [0,1]\r
 WXUNIV ?= 0\r
 \r
@@ -71,8 +74,8 @@ USE_GUI ?= 1
 # Build wxHTML library (USE_GUI must be 1)? [0,1]\r
 USE_HTML ?= 1\r
 \r
-# Build wxWeb library (USE_GUI must be 1)? [0,1]\r
-USE_WEB ?= 1\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