]> git.saurik.com Git - wxWidgets.git/commitdiff
mention extra flag for OGL build
authorRobin Dunn <robin@alldunn.com>
Tue, 6 Jul 2004 20:59:47 +0000 (20:59 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 6 Jul 2004 20:59:47 +0000 (20:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/BUILD.html
wxPython/docs/BUILD.txt

index 7158c4ebe87300b9379b14e17483d39398abaaaf..26f00f4817e96dc99a3e3ee1792f96d63056a47b 100644 (file)
@@ -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:</p>
 <pre class="literal-block">
-%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=&quot;-DwxUSE_DEPRECATED=0&quot;
 </pre>
 </li>
 <li><p class="first">When that is all done it will have built the main wxWidgets DLLs
index 9cd5fdce91a6b6c2250728d7ab66ab24148c6088..7d9700ba8c041f4d69b82755b6ae237e199d1901 100644 (file)
@@ -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