BUG: build order not correct for reconstruct library to be built.

This commit is contained in:
mattijs
2010-03-02 12:16:01 +00:00
parent fd6003d9a3
commit 67f6d98288

View File

@ -27,16 +27,18 @@ wmake libso edgeMesh
wmake libso surfMesh
wmake libso triSurface
# Decomposition methods needed by meshTools
# Decomposition methods needed by dummyThirdParty
parallel/AllwmakeLnInclude
# dummyThirdParty (dummy metisDecomp, scotchDecomp etc) needed by e.g. meshTools
dummyThirdParty/Allwmake
wmake libso parallel/decompositionMethods
wmake libso parallel/metisDecomp
wmake libso meshTools
wmake libso finiteVolume
wmake libso genericPatchFields
# Build the proper scotchDecomp, metisDecomp etc.
parallel/Allwmake
wmake libso sampling
wmake libso dynamicMesh