ENH: Allwmake: pass through build option
This commit is contained in:
parent
5c035f5f79
commit
855df4757f
@ -10,6 +10,6 @@ then
|
||||
wmake $makeType MGridGenGamgAgglomeration
|
||||
fi
|
||||
|
||||
wmake libso pairPatchAgglomeration
|
||||
wmake $makeType pairPatchAgglomeration
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
|
@ -1,11 +1,12 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # run from this directory
|
||||
makeType=${1:-libso}
|
||||
set -x
|
||||
|
||||
wmake libso regionModel
|
||||
#wmake libso pyrolysisModels
|
||||
wmake libso surfaceFilmModels
|
||||
#wmake libso regionCoupling
|
||||
wmake $makeType regionModel
|
||||
#wmake $makeType pyrolysisModels
|
||||
wmake $makeType surfaceFilmModels
|
||||
#wmake $makeType regionCoupling
|
||||
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
|
Loading…
Reference in New Issue
Block a user