Skip to content
Snippets Groups Projects
Allwmake 568 B
Newer Older
cd ${0%/*} || exit 1    # Run from this directory

# Parse arguments for library compilation
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
wmake $targetType renumberMethods
# Deprecate SloanRenumber due to dependency on BOOST causing build and
# installation problems on a range of legacy systems.
# wmake $targetType SloanRenumber
mattijs's avatar
mattijs committed
if [ -n "$ZOLTAN_ARCH_PATH" ]
then
    wmake $targetType zoltanRenumber
mattijs's avatar
mattijs committed
else
    echo
    echo "Skipping zoltanRenumber"
    echo
fi
#------------------------------------------------------------------------------