Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / applications / utilities / postProcessing / dataConversion / foamToTecplot360 / Allwmake
blob935e8e3993a65f7b1e55d49fc929f166372fe807
1 #!/bin/sh
3 # Build optional components (eg, may depend on third-party libraries)
4 # -----------------------------------------------------------------------------
5 cd ${0%/*} || exit 1 # run from this directory
6 set -x
8 # build tecio
9 wmake libso tecio/tecsrc
11 # build converter
12 wmake
14 # ----------------------------------------------------------------- end-of-file