]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/msw/.make
Modified form of Patch #1611222, adds wxSearchCtrl (generic & native carbon HISearchF...
[wxWidgets.git] / wxPython / distrib / msw / .make
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 ------------------