From: Robin Dunn Date: Tue, 6 Jul 2004 20:59:47 +0000 (+0000) Subject: mention extra flag for OGL build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7c2c0629bb53d3e6c99d77b1c07bcdd42427fbe8 mention extra flag for OGL build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/BUILD.html b/wxPython/docs/BUILD.html index 7158c4ebe8..26f00f4817 100644 --- a/wxPython/docs/BUILD.html +++ b/wxPython/docs/BUILD.html @@ -340,10 +340,14 @@ 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\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 diff --git a/wxPython/docs/BUILD.txt b/wxPython/docs/BUILD.txt index 9cd5fdce91..7d9700ba8c 100644 --- a/wxPython/docs/BUILD.txt +++ b/wxPython/docs/BUILD.txt @@ -362,6 +362,9 @@ accordingly if you are using the bash shell. %WXDIR%\contrib\build\stc %WXDIR%\contrib\build\ogl + Note, that the ogl lib build will need an additional flag:: + + CPPFLAGS="-DwxUSE_DEPRECATED=0" 7. When that is all done it will have built the main wxWidgets DLLs and also some of the contribs DLLs. There should be a ton of DLLs