#!/bin/sh -e

SDIR=`dirname $0`
. "$SDIR/BUILD.CONF"

echo "Compiling: $@"
$CC -std=c++11 $WARNOPTSPP $OS -I$BPREFIX/include -c "$@"
