X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ddc00ed1ea7eef75593f7747022e34b12675429c..344ff08345eba81fcdcc55dd711ce6bc4bb747a3:/wxPython/config.py?ds=sidebyside diff --git a/wxPython/config.py b/wxPython/config.py index f91e0bedaf..57bf272b4f 100644 --- a/wxPython/config.py +++ b/wxPython/config.py @@ -178,7 +178,7 @@ CONTRIBS_INC = "" # A dir to add as an -I flag when compiling the contribs # Some MSW build settings -MONOLITHIC = 1 # The core wxWidgets lib can be built as either a +MONOLITHIC = 0 # The core wxWidgets lib can be built as either a # single monolithic DLL or as a collection of DLLs. # This flag controls which set of libs will be used # on Windows. (For other platforms it is automatic