X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a3b4583a9d64feae07d3eefbc720a425e099880c..6a52ea5cb81dcd07c286d34b80945534780fe05f:/wxPython/distrib/msw/.make diff --git a/wxPython/distrib/msw/.make b/wxPython/distrib/msw/.make index 6d68c46199..a8093c816a 100644 --- a/wxPython/distrib/msw/.make +++ b/wxPython/distrib/msw/.make @@ -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 -