repo.or.cz
/
OpenFOAM-1.5.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added support for compressible and multiphase momentum equations.
[OpenFOAM-1.5.x.git]
/
src
/
lagrangian
/
Allwmake
blob
0a5e86bdefa2e0948fb0d6ad077e436ae7cc518f
1
#!/bin/sh
2
set -x
3
4
wmake libso basic
5
wmake libso solidParticle
6
wmake libso intermediate
7
wmake libso dieselSpray
8
(
cd
molecularDynamics
&&
wmake libso potential
)
9
(
cd
molecularDynamics
&&
wmake libso molecule
)
10