]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.gcc
fixed broken DSP files
[wxWidgets.git] / build / msw / config.gcc
index 5e5003d51b31848d072ee67954296217cef96ccc..99e3bb6922687bfaa8fa430c63e97dc3823dd210 100644 (file)
@@ -10,7 +10,7 @@
 # -------------------------------------------------------------------------
 
 # Type of compiled binaries [debug,release]
-BUILD = release
+BUILD = debug
 
 # C compiler 
 CC = gcc
@@ -52,11 +52,14 @@ 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
 
 # What type of library to build? [0,1]
-SHARED = 1
+SHARED = 0
 
 # Compile Unicode build of wxWindows? [0,1]
 UNICODE = 0