repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.0.x
[OpenFOAM-2.0.x.git]
/
src
/
mesh
/
Allwmake
blob
712094055c7ab0be1d0b397d567e62be4b98e2a8
1
#!/bin/sh
2
cd
${0%/*}
||
exit
1
# run from this directory
3
makeType
=
${1:-libso}
4
set -x
5
6
wmake
$makeType
autoMesh
7
wmake
$makeType
blockMesh
8
9
# ----------------------------------------------------------------- end-of-file