]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/config.py
Don't set a module attribute for the *_swigregister functions, just
[wxWidgets.git] / wxPython / config.py
index f91e0bedafa1b4b3a22f683993a013035a71d442..57bf272b4f3348f919f5d6d7b26a6c290dc12c5e 100644 (file)
@@ -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