Remove refrences to building OGL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -141,7 +141,6 @@ place, then do the same for wxPython.
|
|||||||
|
|
||||||
make $* \
|
make $* \
|
||||||
&& make -C contrib/src/gizmos $* \
|
&& make -C contrib/src/gizmos $* \
|
||||||
&& make -C contrib/src/ogl CXXFLAGS="-DwxUSE_DEPRECATED=0" $* \
|
|
||||||
&& make -C contrib/src/stc $*
|
&& make -C contrib/src/stc $*
|
||||||
|
|
||||||
So you just use .make as if it where make, but don't forget to set
|
So you just use .make as if it where make, but don't forget to set
|
||||||
@@ -393,11 +392,7 @@ accordingly if you are using the bash shell.
|
|||||||
|
|
||||||
%WXDIR%\contrib\build\gizmos
|
%WXDIR%\contrib\build\gizmos
|
||||||
%WXDIR%\contrib\build\stc
|
%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
|
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