X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/822e03eeffe940efdcae10f44f46bd49e6f76131..287cb697c94ec34c0f7020f8347327a59d2cb51d:/wxPython/docs/BUILD.html diff --git a/wxPython/docs/BUILD.html b/wxPython/docs/BUILD.html index 423cc6993a..e8fe605b29 100644 --- a/wxPython/docs/BUILD.html +++ b/wxPython/docs/BUILD.html @@ -78,6 +78,7 @@ cd bld --enable-geometry \ --enable-sound --with-sdl \ --enable-display \ + --disable-debugreport \
On OS X of course you'll want to use --with-mac instead of --with-gtk.
@@ -135,7 +136,6 @@ dir I don't lose my scripts too.) This is what it looks like:make $* \ && make -C contrib/src/gizmos $* \ - && make -C contrib/src/ogl CXXFLAGS="-DwxUSE_DEPRECATED=0" $* \ && make -C contrib/src/stc $*
So you just use .make as if it where make, but don't forget to set @@ -303,6 +303,7 @@ wxUSE_GLCANVAS 1 wxUSE_POSTSCRIPT 1 wxUSE_AFM_FOR_POSTSCRIPT 0 wxUSE_DISPLAY 1 +wxUSE_DEBUGREPORT 0
If you are using my build scripts then a few more settings will be changed and then a copy of setup.h is placed in a subdir of @@ -372,13 +373,8 @@ selection of command-line flags as described above. Repeat this same command from the following directories in order to build the contrib libraries:
- %WXDIR%\contrib\build\gizmos - %WXDIR%\contrib\build\stc - %WXDIR%\contrib\build\ogl - -Note, that the ogl lib build will need an additional flag:: - - CPPFLAGS="-DwxUSE_DEPRECATED=0" +%WXDIR%\contrib\build\gizmos +%WXDIR%\contrib\build\stc
When that is all done it will have built the main wxWidgets DLLs