 #
 #    Copyright (c) 2003 Phil Kerr [phil@plus24.com]
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it without restriction.
 #
 #    This program is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 #    $Id:$

echo "MOC'ing"
moc -o moc_dmidi.h dmidi.h

echo "compiling"
time g++ -O3 -Wall -funroll-loops -I$QTDIR/include \
         dpromix01.cpp dmidi.cpp  -L$QTDIR/lib \
         -lqt-mt -DQT_THREAD_SUPPORT -DLINUX \
         -o dpromix01


echo "built.  now run ./dpromix"
