From: Robin Dunn Date: Mon, 28 Feb 2005 19:30:29 +0000 (+0000) Subject: Don't build the old versions of OGL or iewin by default anymore X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6a84cd6d39b591908b281270b356354a2532c4b9 Don't build the old versions of OGL or iewin by default anymore git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/wxPythonFull.spec.in b/wxPython/distrib/wxPythonFull.spec.in index 0c4e78f163..895803273a 100644 --- a/wxPython/distrib/wxPythonFull.spec.in +++ b/wxPython/distrib/wxPythonFull.spec.in @@ -211,7 +211,7 @@ cd bld make make -C contrib/src/gizmos -make -C contrib/src/ogl CXXFLAGS="-DwxUSE_DEPRECATED=0" +##make -C contrib/src/ogl CXXFLAGS="-DwxUSE_DEPRECATED=0" make -C contrib/src/stc @@ -237,7 +237,7 @@ WXDIR=`pwd` cd bld make prefix=$RPM_BUILD_ROOT%{wxpref} install make -C contrib/src/gizmos prefix=$RPM_BUILD_ROOT%{wxpref} install -make -C contrib/src/ogl CXXFLAGS="-DwxUSE_DEPRECATED=0" prefix=$RPM_BUILD_ROOT%{wxpref} install +##make -C contrib/src/ogl CXXFLAGS="-DwxUSE_DEPRECATED=0" prefix=$RPM_BUILD_ROOT%{wxpref} install make -C contrib/src/stc prefix=$RPM_BUILD_ROOT%{wxpref} install