From 96d5885406245ea36b7cfb2722c0e9f12b7dd1aa Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 25 Aug 2003 21:15:24 +0000 Subject: [PATCH] New default configuration is debug/static git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/msw/config.bcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/msw/config.bcc b/build/msw/config.bcc index d1a50dca7e..4402c20748 100644 --- a/build/msw/config.bcc +++ b/build/msw/config.bcc @@ -11,7 +11,7 @@ # Type of compiled binaries [debug,release] !ifndef BUILD -BUILD = release +BUILD = debug !endif # C compiler @@ -88,7 +88,7 @@ RUNTIME_LIBS = dynamic # What type of library to build? [0,1] !ifndef SHARED -SHARED = 1 +SHARED = 0 !endif # Compile Unicode build of wxWindows? [0,1] -- 2.47.2