view build-mikmod.sh @ 8:b30908f9d9f9

Initial entry of mikmod into the CVS tree.
author darius
date Fri, 23 Jan 1998 16:05:10 +0000
parents d4366a861859
children
line wrap: on
line source

#!/bin/sh
cd playercode
make
cd ..
cd mmio
make
cd ..
cd examples/unix
make
cp mikmod ../..
cd ../..
strip mikmod
echo All done.