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:
@@ -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
|
same command from the following directories in order to build the
|
||||||
contrib libraries:</p>
|
contrib libraries:</p>
|
||||||
<pre class="literal-block">
|
<pre class="literal-block">
|
||||||
%WXDIR%\contrib\build\gizmos
|
%WXDIR%\contrib\build\gizmos
|
||||||
%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="-DwxUSE_DEPRECATED=0"
|
||||||
</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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user