don't build the animate contrib

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-11 03:56:40 +00:00
parent 88535d8ed5
commit dd397ff730
2 changed files with 13 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# set -o xtrace
function error { function error {
echo ----------------- echo -----------------
@@ -99,12 +100,12 @@ if [ ! $? = 0 ]; then error 2; fi
cd - cd -
#echo ------------------ # echo ------------------
echo cd ../../contrib/build/animate # echo cd ../../contrib/build/animate
cd ../../contrib/build/animate # cd ../../contrib/build/animate
$WXWIN/build/msw/.mymake $BUILD_TYPE $@ # $WXWIN/build/msw/.mymake $BUILD_TYPE $@
if [ ! $? = 0 ]; then error 2; fi # if [ ! $? = 0 ]; then error 2; fi
cd - # cd -
echo ------------------ echo ------------------

View File

@@ -84,12 +84,12 @@ call %WXWIN%\build\msw\.mymake.btm %BUILD_TYPE% %$
if %? != 0 goto done if %? != 0 goto done
cd - cd -
echo ------------------ REM echo ------------------
echo cd ..\..\contrib\build\animate REM echo cd ..\..\contrib\build\animate
cd ..\..\contrib\build\animate REM cd ..\..\contrib\build\animate
call %WXWIN%\build\msw\.mymake.btm %BUILD_TYPE% %$ REM call %WXWIN%\build\msw\.mymake.btm %BUILD_TYPE% %$
if %? != 0 goto done REM if %? != 0 goto done
cd - REM cd -
echo ------------------ echo ------------------