vgmstream/ext_libs/Makefile.mingw
halleyscometsw 695dfd1347 dll name in .def
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@233 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2008-06-15 07:16:13 +00:00

9 lines
162 B
Makefile

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