X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/445511b3cd25c05a53d79bc3f26522061b048edc..c2651b0a5c407ceb1693a865ee19d3d57e147c97:/build/msw/config.vc diff --git a/build/msw/config.vc b/build/msw/config.vc index 700339dfe3..b861b9e542 100644 --- a/build/msw/config.vc +++ b/build/msw/config.vc @@ -53,7 +53,7 @@ DEBUG_INFO = default DEBUG_FLAG = default # Should link against debug RTL (msvcrtd.dll) or release (msvcrt.dll)? -# Acts according to DEBUG_INFO by default. [0,1,default] +# Acts according to BUILD by default. [0,1,default] DEBUG_RUNTIME_LIBS = default # Multiple libraries or single huge monolithic one? [0,1] @@ -74,6 +74,9 @@ USE_OPENGL = 0 # Build ODBC database classes (USE_GUI must be 1)? [0,1] USE_ODBC = 0 +# Build quality assurance classes library (USE_GUI must be 1)? [0,1] +USE_QA = 0 + # Enable exceptions in compiled code. [0,1] USE_EXCEPTIONS = 1