From: Robin Dunn Date: Tue, 5 Apr 2005 00:25:50 +0000 (+0000) Subject: build the animate contrib X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/73e2fff1d87a00e77a413b33073c452296ddd677?ds=sidebyside build the animate contrib git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/msw/.make b/wxPython/distrib/msw/.make index 24de48c035..a8093c816a 100644 --- a/wxPython/distrib/msw/.make +++ b/wxPython/distrib/msw/.make @@ -99,12 +99,12 @@ if [ ! $? = 0 ]; then error; fi cd - -# #echo ------------------ -# echo cd ../../contrib/build/xrc -# cd ../../contrib/build/xrc -# $WXWIN/build/msw/.mymake $BUILD_TYPE $@ -# if [ ! $? = 0 ]; then error; fi -# cd - +#echo ------------------ +echo cd ../../contrib/build/animate +cd ../../contrib/build/animate +$WXWIN/build/msw/.mymake $BUILD_TYPE $@ +if [ ! $? = 0 ]; then error; fi +cd - echo ------------------ diff --git a/wxPython/distrib/msw/.make.btm b/wxPython/distrib/msw/.make.btm index 1137b07738..995c865842 100644 --- a/wxPython/distrib/msw/.make.btm +++ b/wxPython/distrib/msw/.make.btm @@ -84,12 +84,12 @@ call %WXWIN%\build\msw\.mymake.btm %BUILD_TYPE% %$ if %? != 0 goto done cd - -REM echo ------------------ -REM echo cd ..\..\contrib\build\xrc -REM cd ..\..\contrib\build\xrc -REM call %WXWIN%\build\msw\.mymake.btm %BUILD_TYPE% %$ -REM if %? != 0 goto done -REM cd - +echo ------------------ +echo cd ..\..\contrib\build\animate +cd ..\..\contrib\build\animate +call %WXWIN%\build\msw\.mymake.btm %BUILD_TYPE% %$ +if %? != 0 goto done +cd - echo ------------------