X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/851122654958ba91d95cdc5d50b5798f7b3cf05c..9fd9e47a93dfcdd99c2722e288a0f28a51ce6f5f:/wxPython/BUILD.win32.txt diff --git a/wxPython/BUILD.win32.txt b/wxPython/BUILD.win32.txt index 3e3cbaa556..2fe8abf75a 100644 --- a/wxPython/BUILD.win32.txt +++ b/wxPython/BUILD.win32.txt @@ -81,6 +81,7 @@ D. Change to the wx2\include\wx\msw directory and copy setup0.h to wxUSE_DEBUG_NEW_ALWAYS 0 wxUSE_CMDLINE_PARSER 0 wxUSE_DIALUP_MANAGER 0 + wxUSE_DYNAMIC_LOADER 0 wxUSE_TREELAYOUT 0 wxUSE_POSTSCRIPT 1 @@ -241,6 +242,11 @@ C. To build and install wxPython you simply need to execute the HYBRID: python setup.py HYBRID=1 install + NOTE: If you get an internal compiler error from MSVC then you + need to edit setup.py and add in the /GX- flag that is normally + commented out. Just search for "GX-" and uncomment it so it is put + into the cflags list. + D. At this point you should be able to change into the wxPython\demo directory and run the demo: