#!/bin/sh

cd `dirname $0`

#
# Configuration
#
. ./mpconfig

#
# Start the program
#
exec ./mp.opt $INCLUDES $*
