mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-29 19:37:30 +01:00
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:
parent
19c98893d6
commit
695dfd1347
@ -2,7 +2,7 @@ export SHELL = /bin/sh
|
||||
export DLLTOOL=i586-mingw32msvc-dlltool
|
||||
|
||||
libvorbis.a: libvorbis.def
|
||||
$(DLLTOOL) -d libvorbis.def --dllname libvorbis.dll -l libvorbis.a
|
||||
$(DLLTOOL) -d libvorbis.def -l libvorbis.a
|
||||
|
||||
clean:
|
||||
rm -f libvorbis.a
|
||||
|
@ -1,4 +1,4 @@
|
||||
LIBRARY
|
||||
LIBRARY libvorbis.dll
|
||||
EXPORTS
|
||||
_analysis_output_always
|
||||
_floor_P
|
||||
|
Loading…
x
Reference in New Issue
Block a user