]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.bcc
make it possible to give focus to the notebook itself (patch 811013)
[wxWidgets.git] / build / msw / config.bcc
index 6facc1375445a6d5c2dbb83fa676b9097cef41d7..4402c207486aeff478f8582553d878f7c14fd090 100644 (file)
@@ -11,7 +11,7 @@
 
 # Type of compiled binaries [debug,release]
 !ifndef BUILD
 
 # Type of compiled binaries [debug,release]
 !ifndef BUILD
-BUILD = release
+BUILD = debug
 !endif
 
 # C compiler 
 !endif
 
 # C compiler 
@@ -33,7 +33,7 @@ CFLAGS =
 
 # Standard preprocessor flags (common for CC and CXX) 
 !ifndef CPPFLAGS
 
 # Standard preprocessor flags (common for CC and CXX) 
 !ifndef CPPFLAGS
-CPPFLAGS = -a4 -g0 -I$(BCCDIR)\include
+CPPFLAGS = -a8 -g0
 !endif
 
 # C++ compiler 
 !endif
 
 # C++ compiler 
@@ -61,7 +61,7 @@ DEBUG_INFO = default
 
 # Standard linker flags 
 !ifndef LDFLAGS
 
 # Standard linker flags 
 !ifndef LDFLAGS
-LDFLAGS = -L$(BCCDIR)\lib
+LDFLAGS = 
 !endif
 
 # Multiple libraries or single huge monolithic one? [0,1]
 !endif
 
 # Multiple libraries or single huge monolithic one? [0,1]
@@ -88,7 +88,7 @@ RUNTIME_LIBS = dynamic
 
 # What type of library to build? [0,1]
 !ifndef SHARED
 
 # What type of library to build? [0,1]
 !ifndef SHARED
-SHARED = 1
+SHARED = 0
 !endif
 
 # Compile Unicode build of wxWindows? [0,1]
 !endif
 
 # Compile Unicode build of wxWindows? [0,1]