Don't build the old versions of OGL or iewin by default anymore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-02-28 19:19:25 +00:00
parent 1bdd1007d1
commit a0c70b7642
6 changed files with 25 additions and 19 deletions

View File

@@ -115,12 +115,12 @@ if [ ! $? = 0 ]; then error; fi
cd -
echo ------------------
echo cd ../../contrib/build/ogl
cd ../../contrib/build/ogl
$WXWIN/build/msw/.mymake $BUILD_TYPE CPPFLAGS="-DwxUSE_DEPRECATED=0" $@
if [ ! $? = 0 ]; then error; fi
cd -
# echo ------------------
# echo cd ../../contrib/build/ogl
# cd ../../contrib/build/ogl
# $WXWIN/build/msw/.mymake $BUILD_TYPE CPPFLAGS="-DwxUSE_DEPRECATED=0" $@
# if [ ! $? = 0 ]; then error; fi
# cd -

View File

@@ -100,12 +100,12 @@ if %? != 0 goto done
cd -
echo ------------------
echo cd ..\..\contrib\build\ogl
cd ..\..\contrib\build\ogl
call %WXWIN%\build\msw\.mymake.btm %BUILD_TYPE% CXX="cl -DwxUSE_DEPRECATED=0" %$
if %? != 0 goto done
cd -
REM echo ------------------
REM echo cd ..\..\contrib\build\ogl
REM cd ..\..\contrib\build\ogl
REM call %WXWIN%\build\msw\.mymake.btm %BUILD_TYPE% CXX="cl -DwxUSE_DEPRECATED=0" %$
REM if %? != 0 goto done
REM cd -