foamToVTK: Added Allwmake
This commit is contained in:
parent
9fc0987fbb
commit
5b30f25b26
1 changed files with 12 additions and 0 deletions
12
applications/utilities/postProcessing/dataConversion/foamToVTK/Allwmake
Executable file
12
applications/utilities/postProcessing/dataConversion/foamToVTK/Allwmake
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
# Parse arguments for library compilation
|
||||
targetType=libso
|
||||
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
|
||||
set -x
|
||||
|
||||
wmake $targetType foamToVTK
|
||||
wmake
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
Loading…
Add table
Reference in a new issue