X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40efbdda050cf19bc97c0e711dc7e29003d472eb..9fa2073f081e3ec6693a126e1025eb3432d3e785:/wxPython/docs/BUILD.html diff --git a/wxPython/docs/BUILD.html b/wxPython/docs/BUILD.html index 72ed1bec7c..26f00f4817 100644 --- a/wxPython/docs/BUILD.html +++ b/wxPython/docs/BUILD.html @@ -239,20 +239,13 @@ you can do everything by hand as described below. But if you do work by hand and something doesn't seem to be working correctly please refer to the build scripts to see what may need to be done differently.
-The *.btm files are for 4NT and the others are for bash. They are:
- --+.makesetup.mk A makefile that will copy and edit setup.h + as needed for the different types of builds +.make/.make.btm Builds the main lib and the needed contribs +
The *.btm files are for 4NT and the others are for bash. They are:
++.make/.make.btm Builds the main lib and the needed contribs .mymake/.mymake.btm Builds just one lib, use by .make -.makesetup.mk A makefile that will copy and edit setup.h ---as needed for the different types of builds-
Okay. Here's what you've been waiting for, the instructions! Adapt accordingly if you are using the bash shell.
-%WXDIR%\contrib\build\gizmos -%WXDIR%\contrib\build\xrc -%WXDIR%\contrib\build\stc -%WXDIR%\contrib\build\ogl + %WXDIR%\contrib\build\gizmos + %WXDIR%\contrib\build\xrc + %WXDIR%\contrib\build\stc + %WXDIR%\contrib\build\ogl + +Note, that the ogl lib build will need an additional flag:: + + CPPFLAGS="-DwxUSE_DEPRECATED=0"
When that is all done it will have built the main wxWidgets DLLs