added libmirko to build process

This commit is contained in:
Dave Murphy
2006-05-30 23:14:16 +00:00
parent 71fc99bae1
commit c4e066dc0a
4 changed files with 41 additions and 10 deletions

View File

@@ -30,8 +30,14 @@ cp dkarm-eabi/rules/* $DEVKITARM
cd $LIBNDS_SRCDIR
echo "building libnds ..."
$MAKE install INSTALLDIR=$TOOLPATH
cd $BUILDSCRIPTDIR
echo "building libgba ..."
cd $BUILDSCRIPTDIR
cd $LIBGBA_SRCDIR
$MAKE install INSTALLDIR=$TOOLPATH
cd $BUILDSCRIPTDIR
echo "building libmirko ..."
cd $LIBMIRKO_SRCDIR
$MAKE install INSTALLDIR=$TOOLPATH
cd $BUILDSCRIPTDIR