vgmstream/ext_libs/Makefile.mingw
halleyscometsw e017a7324d add AHX support, via mpg123
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@285 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2008-07-05 11:49:29 +00:00

12 lines
256 B
Makefile

export SHELL = /bin/sh
export DLLTOOL=i586-mingw32msvc-dlltool
libvorbis.a: libvorbis.def
$(DLLTOOL) -d libvorbis.def -l libvorbis.a
libmpg123-0.a: libmpg123-0.def
$(DLLTOOL) -d libmpg123-0.def -l libmpg123-0.a
clean:
rm -f libvorbis.a libmpg123-0.a