[vlc-commits] dlltool: associate lib file to dll
Rafaël Carré
git at videolan.org
Sat Nov 12 08:18:41 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Nov 12 02:18:16 2011 -0500| [2961176db5aa306cb2ec925583be2dbeb95c74d9] | committer: Rafaël Carré
dlltool: associate lib file to dll
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2961176db5aa306cb2ec925583be2dbeb95c74d9
---
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 0283286..8bdba22 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -760,8 +760,8 @@ endif
for file in libvlc.dll.a libvlc.la libvlccore.dll.a libvlccore.la; do \
cp -rv $(destdir)/lib/$$file "$(win32_destdir)/sdk/lib"; \
done
- $(DLLTOOL) -l "$(win32_destdir)/sdk/lib/libvlc.lib" -d "$(top_builddir)/lib/.libs/libvlc.dll.def" "$(destdir)/bin/libvlc.dll"
- $(DLLTOOL) -l "$(win32_destdir)/sdk/lib/libvlccore.lib" -d "$(top_builddir)/src/.libs/libvlccore.dll.def" "$(destdir)/bin/libvlccore.dll"
+ $(DLLTOOL) -D libvlc.dll -l "$(win32_destdir)/sdk/lib/libvlc.lib" -d "$(top_builddir)/lib/.libs/libvlc.dll.def" "$(destdir)/bin/libvlc.dll"
+ $(DLLTOOL) -D libvlccore.dll -l "$(win32_destdir)/sdk/lib/libvlccore.lib" -d "$(top_builddir)/src/.libs/libvlccore.dll.def" "$(destdir)/bin/libvlccore.dll"
if !HAVE_WIN64
if !HAVE_WINCE
More information about the vlc-commits
mailing list