view build-mikmod.sh @ 4:5d614bcc4287

Initial entry of mikmod into the CVS tree.
author darius
date Fri, 23 Jan 1998 16:05:08 +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.