]> git.saurik.com Git - wxWidgets.git/commitdiff
don't build the animate contrib
authorRobin Dunn <robin@alldunn.com>
Wed, 11 Oct 2006 03:56:40 +0000 (03:56 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 11 Oct 2006 03:56:40 +0000 (03:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/msw/.make
wxPython/distrib/msw/.make.btm

index 25d5c47557882dd3eb5f5b641d1de47922e3ecd8..3625f944e551e5ee94932f06bd8ef37b18d816fa 100644 (file)
@@ -1,5 +1,6 @@
 #!/bin/bash
 
+# set -o xtrace
 
 function error {
     echo -----------------
@@ -99,12 +100,12 @@ if [ ! $? = 0 ]; then error 2; fi
 cd -
 
 
-#echo ------------------
-echo cd ../../contrib/build/animate
-cd ../../contrib/build/animate
-$WXWIN/build/msw/.mymake $BUILD_TYPE $@
-if [ ! $? = 0 ]; then error 2; fi
-cd -
+# echo ------------------
+echo cd ../../contrib/build/animate
+cd ../../contrib/build/animate
+$WXWIN/build/msw/.mymake $BUILD_TYPE $@
+if [ ! $? = 0 ]; then error 2; fi
+cd -
 
 
 echo ------------------
index 995c865842251c92945b4431c878dac888fe45b0..594a4135ad799bf99c4af08ad0b9ae67a884c9ec 100644 (file)
@@ -84,12 +84,12 @@ call %WXWIN%\build\msw\.mymake.btm %BUILD_TYPE% %$
 if %? != 0 goto done
 cd -
 
-echo ------------------
-echo cd ..\..\contrib\build\animate
-cd ..\..\contrib\build\animate
-call %WXWIN%\build\msw\.mymake.btm %BUILD_TYPE% %$
-if %? != 0 goto done
-cd -
+REM echo ------------------
+REM echo cd ..\..\contrib\build\animate
+REM cd ..\..\contrib\build\animate
+REM call %WXWIN%\build\msw\.mymake.btm %BUILD_TYPE% %$
+REM if %? != 0 goto done
+REM cd -
 
 
 echo ------------------