From: Vadim Zeitlin Date: Sun, 5 Feb 2006 12:39:19 +0000 (+0000) Subject: set USE_QA to 1 for consistency with the IDE builds (closes 1419152) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1ac453272ca0fe21bf48be026105ef87cd001a81 set USE_QA to 1 for consistency with the IDE builds (closes 1419152) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/msw/config.vc b/build/msw/config.vc index c262221379..7f4581203a 100644 --- a/build/msw/config.vc +++ b/build/msw/config.vc @@ -85,7 +85,7 @@ USE_OPENGL = 0 USE_ODBC = 0 # Build quality assurance classes library (USE_GUI must be 1)? [0,1] -USE_QA = 0 +USE_QA = 1 # Enable exceptions in compiled code. [0,1] USE_EXCEPTIONS = 1