]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.vc
Oops
[wxWidgets.git] / build / msw / config.vc
index aee32e402535da37838af84b2315247d6609d32e..92cfb6308ff8eeede2b479516b1b7c8b7e2d92bb 100644 (file)
@@ -10,7 +10,7 @@
 # -------------------------------------------------------------------------
 
 # Type of compiled binaries [debug,release]
-BUILD = release
+BUILD = debug
 
 # C compiler 
 CC = cl
@@ -51,6 +51,9 @@ LDFLAGS =
 # Multiple libraries or single huge monolithic one? [0,1]
 MONOLITHIC = 0
 
+# Use MSLU library when building Unicode version. [0,1]
+MSLU = 0
+
 # Is this official build by wxWindows developers? [0,1]
 OFFICIAL_BUILD = 0
 
@@ -60,11 +63,14 @@ OFFICIAL_BUILD = 0
 RUNTIME_LIBS = dynamic
 
 # What type of library to build? [0,1]
-SHARED = 1
+SHARED = 0
 
 # Compile Unicode build of wxWindows? [0,1]
 UNICODE = 0
 
+# Enable exceptions in compiled code. [0,1]
+USE_EXCEPTIONS = 1
+
 # Build GUI libraries? [0,1]
 USE_GUI = 1