]> 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 8a0343ac7d0c5e20ac475a259040d4b1337cc346..a8093c816a1234e38958001a7ec75a6cc6d99539 100644 (file)
@@ -88,22 +88,22 @@ echo ------------------
 echo cd $WXWIN/build/msw
 cd $WXWIN/build/msw
 $WXWIN/build/msw/.mymake $BUILD_TYPE $@
-if [ ! $? ]; then error; fi
+if [ ! $? = 0 ]; then error; fi
 
 
 echo ------------------
 echo cd ../../contrib/build/gizmos
 cd ../../contrib/build/gizmos
 $WXWIN/build/msw/.mymake $BUILD_TYPE $@
-if [ ! $? ]; then error; fi
+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 [ ! $? ]; then error; fi
+if [ ! $? = 0 ]; then error; fi
 cd -
 
 
@@ -111,16 +111,16 @@ echo ------------------
 echo cd ../../contrib/build/stc
 cd ../../contrib/build/stc
 $WXWIN/build/msw/.mymake $BUILD_TYPE $@
-if [ ! $? ]; then error; fi
+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 [ ! $? ]; 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 -