X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c6c593e88d75fe89320eafddeb547b3c058c34d8..ccdcde00d9ae27ca20ff6c3c9495918a0ec725aa:/wxPython/BUILD.win32.txt diff --git a/wxPython/BUILD.win32.txt b/wxPython/BUILD.win32.txt index 45d09596be..2fe8abf75a 100644 --- a/wxPython/BUILD.win32.txt +++ b/wxPython/BUILD.win32.txt @@ -242,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: