X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00eef16d51fcb5e4dd735c761f0538a76f2995ae..b0134e31e676ec59ac708195d25803d730000530:/build/msw/config.vc diff --git a/build/msw/config.vc b/build/msw/config.vc index 147a5f0d9e..44f289ae1d 100644 --- a/build/msw/config.vc +++ b/build/msw/config.vc @@ -52,7 +52,8 @@ BUILD = debug # PATH. Rather it affects some options passed to some of the common build # utilities such as the resource compiler and the linker. # -# Accepted values: AMD64, IA64. +# Accepted values: IA64, X64 +# (AMD64 accepted as synonym for X64 but should not be used any more). TARGET_CPU = $(CPU) # Should debugging info be included in the executables? The default value @@ -78,6 +79,9 @@ USE_GUI = 1 # Build wxHTML library (USE_GUI must be 1)? [0,1] USE_HTML = 1 +# Build wxWebView library (USE_GUI must be 1)? [0,1] +USE_WEBVIEW = 1 + # Build multimedia library (USE_GUI must be 1)? [0,1] USE_MEDIA = 1