From 1ac453272ca0fe21bf48be026105ef87cd001a81 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 5 Feb 2006 12:39:19 +0000 Subject: [PATCH] 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 --- build/msw/config.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2