mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Allwmake: pass through build option
This commit is contained in:
@ -10,6 +10,6 @@ then
|
|||||||
wmake $makeType MGridGenGamgAgglomeration
|
wmake $makeType MGridGenGamgAgglomeration
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wmake libso pairPatchAgglomeration
|
wmake $makeType pairPatchAgglomeration
|
||||||
|
|
||||||
# ----------------------------------------------------------------- end-of-file
|
# ----------------------------------------------------------------- end-of-file
|
||||||
|
|||||||
@ -1,11 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd ${0%/*} || exit 1 # run from this directory
|
cd ${0%/*} || exit 1 # run from this directory
|
||||||
|
makeType=${1:-libso}
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
wmake libso regionModel
|
wmake $makeType regionModel
|
||||||
#wmake libso pyrolysisModels
|
#wmake $makeType pyrolysisModels
|
||||||
wmake libso surfaceFilmModels
|
wmake $makeType surfaceFilmModels
|
||||||
#wmake libso regionCoupling
|
#wmake $makeType regionCoupling
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------- end-of-file
|
# ----------------------------------------------------------------- end-of-file
|
||||||
|
|||||||
Reference in New Issue
Block a user