ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / src / thermophysicalModels / properties / Allwmake
blobf088d140d5f141f6cc63039f672fcadd1930f44b
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 makeType=${1:-libso}
4 set -x
6 wmake $makeType liquidProperties
7 wmake $makeType liquidMixtureProperties
8 wmake $makeType solidProperties
9 wmake $makeType solidMixtureProperties
12 # ----------------------------------------------------------------- end-of-file