dll name in .def

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@233 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-06-15 07:16:13 +00:00
parent 19c98893d6
commit 695dfd1347
2 changed files with 2 additions and 2 deletions

@ -2,7 +2,7 @@ export SHELL = /bin/sh
export DLLTOOL=i586-mingw32msvc-dlltool export DLLTOOL=i586-mingw32msvc-dlltool
libvorbis.a: libvorbis.def libvorbis.a: libvorbis.def
$(DLLTOOL) -d libvorbis.def --dllname libvorbis.dll -l libvorbis.a $(DLLTOOL) -d libvorbis.def -l libvorbis.a
clean: clean:
rm -f libvorbis.a rm -f libvorbis.a

@ -1,4 +1,4 @@
LIBRARY LIBRARY libvorbis.dll
EXPORTS EXPORTS
_analysis_output_always _analysis_output_always
_floor_P _floor_P