From: Starg Date: Sat, 7 Mar 2020 17:11:47 +0000 (+0900) Subject: Remove LIBRARY declarations from .def files X-Git-Tag: tim41.4.2~3^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2a521f2096600c64e018ed0b349bea54e356d0d7;p=timidity41%2Ftimidity41.git Remove LIBRARY declarations from .def files --- diff --git a/lame/include/lame.def b/lame/include/lame.def index def52878..b293bdcc 100644 --- a/lame/include/lame.def +++ b/lame/include/lame.def @@ -1,4 +1,4 @@ -LIBRARY libmp3lame.DLL +;LIBRARY libmp3lame.DLL EXPORTS lame_init @1 diff --git a/ogg/win32/ogg.def b/ogg/win32/ogg.def index 030b644b..de4a4c6a 100644 --- a/ogg/win32/ogg.def +++ b/ogg/win32/ogg.def @@ -2,7 +2,7 @@ ; ogg.def ; List of exported functions for Windows builds. ; -LIBRARY ogg +;LIBRARY ogg EXPORTS ; oggpack_writeinit