X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2265a2d51e3338353aeaa56f8d7521d7993342f7..0376ed540882131da043250a4341389f18f34bf6:/build/msw/config.vc?ds=sidebyside diff --git a/build/msw/config.vc b/build/msw/config.vc index 272e8995d2..e3b3bbbbbf 100644 --- a/build/msw/config.vc +++ b/build/msw/config.vc @@ -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