repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'origin/nr/multiSolverFix' into nextRelease
[foam-extend-3.2.git]
/
src
/
postProcessing
/
functionObjects
/
Allwmake
blob
2551ca5cd88c0e6ec7ab9b7f9e54d875e99bd925
1
#!/bin/sh
2
cd
${0%/*}
||
exit
1
# run from this directory
3
set -x
4
5
wmake libso check
6
wmake libso field
7
wmake libso forces
8
wmake libso IO
9
wmake libso utilities
10
wmake libso systemCall
11
12
# ----------------------------------------------------------------- end-of-file