]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.bcc
Correctly bracketed initializers.
[wxWidgets.git] / build / msw / config.bcc
index 3613245dcb16d938eb6f3ec45f1bb7cd9e97b2f8..a7b4ef7ecf8aca639f7c8d108efb0506ea174f71 100644 (file)
@@ -11,7 +11,7 @@
 
 # Type of compiled binaries [debug,release]
 !ifndef BUILD
-BUILD = release
+BUILD = debug
 !endif
 
 # C compiler 
@@ -33,7 +33,7 @@ CFLAGS =
 
 # Standard preprocessor flags (common for CC and CXX) 
 !ifndef CPPFLAGS
-CPPFLAGS = -a8 -g0 -I$(BCCDIR)\include
+CPPFLAGS = -a8 -g0
 !endif
 
 # C++ compiler 
@@ -61,7 +61,7 @@ DEBUG_INFO = default
 
 # Standard linker flags 
 !ifndef LDFLAGS
-LDFLAGS = -L$(BCCDIR)\lib
+LDFLAGS = 
 !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
-SHARED = 1
+SHARED = 0
 !endif
 
 # Compile Unicode build of wxWindows? [0,1]
@@ -96,6 +96,11 @@ SHARED = 1
 UNICODE = 0
 !endif
 
+# Enable exceptions in compiled code. [0,1]
+!ifndef USE_EXCEPTIONS
+USE_EXCEPTIONS = 1
+!endif
+
 # Build GUI libraries? [0,1]
 !ifndef USE_GUI
 USE_GUI = 1