2 # doos-dist.sh --- make a windoze distribution
4 latest
=lilypond-
`show-latest -p`
5 { cd $LILYPOND_SOURCEDIR; cd ..
;
6 export LILYPOND_ROOTDIR
=`pwd` }
8 if [ ! -e $LILYPOND_ROOTDIR/doos
/zip ]; then
9 doo mkdir
-p $LILYPOND_ROOTDIR/doos
/zip
14 cd $LILYPOND_ROOTDIR/doos ||
exit 1
18 tar xzf
$LILYPOND_ROOTDIR/releases
/$latest.
tar.gz ||
exit 1
21 export PATH
=/usr
/doos
/bin
:$PATH
22 configure
--host=i386-pc-linux
--target=i386-pc-cygwin32
--prefix=/usr
--enable-debugging --enable-printing --enable-checking
27 ln out
/$latest.exe.
zip $LILYPOND_ROOTDIR/doos
/zip