Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / applications / utilities / postProcessing / dataConversion / foamToTecplot360 / Allwmake
blob99e4ccb477af73b24f6a0a10ed3e7e9affb221bc
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
4 if [ ! -d ${WM_THIRD_PARTY_DIR}/tecio ]
5 then
6 echo "Did not find tecio in ${WM_THIRD_PARTY_DIR}. Not building foamToTecplot360."
7 else
8 wmake
9 fi
11 # ----------------------------------------------------------------- end-of-file