]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.bcc
Cleaned up some comments, reorganized some code
[wxWidgets.git] / 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]