]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/msw/.make
HandlePrintClient shouldn't go above a top-level window
[wxWidgets.git] / wxPython / distrib / msw / .make
index 6d68c46199afcb8122a2d130b6dde04a51575c6c..a8093c816a1234e38958001a7ec75a6cc6d99539 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 
 
 function error {
@@ -99,9 +99,9 @@ if [ ! $? = 0 ]; then error; fi
 cd -
 
 
-echo ------------------
-echo cd ../../contrib/build/xrc
-cd ../../contrib/build/xrc
+#echo ------------------
+echo cd ../../contrib/build/animate
+cd ../../contrib/build/animate
 $WXWIN/build/msw/.mymake $BUILD_TYPE $@
 if [ ! $? = 0 ]; then error; fi
 cd -
@@ -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 -