COMP: CGAL: get rid of Allwmake

This commit is contained in:
mattijs
2013-07-05 12:43:19 +01:00
parent 09d490f281
commit 4cb0abfc38
2 changed files with 13 additions and 7 deletions

View File

@ -2,10 +2,13 @@
cd ${0%/*} || exit 1 # run from this directory cd ${0%/*} || exit 1 # run from this directory
set -x set -x
wmake libso conformalVoronoiMesh if [ -d "$CGAL_ARCH_PATH" ]
wmake then
#wmake cvMeshBackgroundMesh wmake libso conformalVoronoiMesh
#(cd cvMeshSurfaceSimplify && ./Allwmake) wmake
#wmake cellSizeAndAlignmentGrid #wmake cvMeshBackgroundMesh
#(cd cvMeshSurfaceSimplify && ./Allwmake)
#wmake cellSizeAndAlignmentGrid
fi
# ----------------------------------------------------------------- end-of-file # ----------------------------------------------------------------- end-of-file

View File

@ -2,7 +2,10 @@
cd ${0%/*} || exit 1 # run from this directory cd ${0%/*} || exit 1 # run from this directory
set -x set -x
wmake libso conformalVoronoi2DMesh if [ -d "$CGAL_ARCH_PATH" ]
wmake then
wmake libso conformalVoronoi2DMesh
wmake
fi
# ----------------------------------------------------------------- end-of-file # ----------------------------------------------------------------- end-of-file