]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.vc
documented that wxHSCROLL disables wrapping; added comment to the source
[wxWidgets.git] / build / msw / config.vc
index 272e8995d2c99027b51811587a2bf2abd6bd28a0..e3b3bbbbbfde4c29a8026e119bb3e0815e86712f 100644 (file)
@@ -10,7 +10,7 @@
 # -------------------------------------------------------------------------
 
 # Type of compiled binaries [debug,release]
-BUILD = release
+BUILD = debug
 
 # C compiler 
 CC = cl
@@ -63,7 +63,7 @@ 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