mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-14 10:37:38 +01:00
695dfd1347
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@233 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
9 lines
162 B
Makefile
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
|