mention extra flag for OGL build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-07-06 20:59:47 +00:00
parent 9ea96ac392
commit 7c2c0629bb
2 changed files with 11 additions and 4 deletions

View File

@@ -344,6 +344,10 @@ contrib libraries:</p>
%WXDIR%\contrib\build\xrc %WXDIR%\contrib\build\xrc
%WXDIR%\contrib\build\stc %WXDIR%\contrib\build\stc
%WXDIR%\contrib\build\ogl %WXDIR%\contrib\build\ogl
Note, that the ogl lib build will need an additional flag::
CPPFLAGS=&quot;-DwxUSE_DEPRECATED=0&quot;
</pre> </pre>
</li> </li>
<li><p class="first">When that is all done it will have built the main wxWidgets DLLs <li><p class="first">When that is all done it will have built the main wxWidgets DLLs

View File

@@ -362,6 +362,9 @@ accordingly if you are using the bash shell.
%WXDIR%\contrib\build\stc %WXDIR%\contrib\build\stc
%WXDIR%\contrib\build\ogl %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 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 and also some of the contribs DLLs. There should be a ton of DLLs