X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d7ac64ee6d33c1ef3dee3431526ca18075ee7c8d..675fbc126afcb51fc01c3a768aad7f4fab229f82:/build/msw/config.gcc diff --git a/build/msw/config.gcc b/build/msw/config.gcc index 5e5003d51b..4a0b5ec297 100644 --- a/build/msw/config.gcc +++ b/build/msw/config.gcc @@ -10,7 +10,7 @@ # ------------------------------------------------------------------------- # Type of compiled binaries [debug,release] -BUILD = release +BUILD = debug # C compiler CC = gcc @@ -52,15 +52,26 @@ 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 +# Version of C runtime library to use. You can change this to +# static if SHARED=0, but it is highly recommended to not do +# it if SHARED=1 unless you know what you are doing. [dynamic,static] +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