X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e24124667e75f67709da8d017f78b854edbcd654..70fb935a6a52fd27b288f4885c55cddf038b89f1:/build/msw/config.bcc?ds=sidebyside diff --git a/build/msw/config.bcc b/build/msw/config.bcc index d1a50dca7e..4402c20748 100644 --- a/build/msw/config.bcc +++ b/build/msw/config.bcc @@ -11,7 +11,7 @@ # Type of compiled binaries [debug,release] !ifndef BUILD -BUILD = release +BUILD = debug !endif # C compiler @@ -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]