diff --git a/applications/utilities/postProcessing/dataConversion/foamToTecplot360/Allwmake b/applications/utilities/postProcessing/dataConversion/foamToTecplot360/Allwmake new file mode 100755 index 0000000000..99e4ccb477 --- /dev/null +++ b/applications/utilities/postProcessing/dataConversion/foamToTecplot360/Allwmake @@ -0,0 +1,11 @@ +#!/bin/sh +cd ${0%/*} || exit 1 # run from this directory + +if [ ! -d ${WM_THIRD_PARTY_DIR}/tecio ] +then + echo "Did not find tecio in ${WM_THIRD_PARTY_DIR}. Not building foamToTecplot360." +else + wmake +fi + +# ----------------------------------------------------------------- end-of-file