]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.vc
No changes, just update a comment about default buttons in wxMSW.
[wxWidgets.git] / build / msw / config.vc
index 147a5f0d9ec76c05b4e803d6fd1ea45ba07d0fcb..44f289ae1dc7daa22bb2e6ea0f5178af6e7331c6 100644 (file)
@@ -52,7 +52,8 @@ BUILD = debug
 # PATH. Rather it affects some options passed to some of the common build\r
 # utilities such as the resource compiler and the linker.\r
 # \r
-# Accepted values: AMD64, IA64. \r
+# Accepted values: IA64, X64\r
+# (AMD64 accepted as synonym for X64 but should not be used any more). \r
 TARGET_CPU = $(CPU)\r
 \r
 # Should debugging info be included in the executables? The default value\r
@@ -78,6 +79,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