mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-18 03:26:57 +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
ext_libs
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user