foamToVTK: Added Allwmake

This commit is contained in:
Henry Weller
2016-05-06 17:42:22 +01:00
parent 0f17d95410
commit 9461c7828f

View 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
#------------------------------------------------------------------------------