]> git.saurik.com Git - wxWidgets.git/commitdiff
New default configuration is debug/static
authorJulian Smart <julian@anthemion.co.uk>
Mon, 25 Aug 2003 21:15:24 +0000 (21:15 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 25 Aug 2003 21:15:24 +0000 (21:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/msw/config.bcc

index d1a50dca7e9d1800c7d75344825d91daab57fca0..4402c207486aeff478f8582553d878f7c14fd090 100644 (file)
@@ -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]