[vlc-commits] wince packaging fixes (skip .lib generation)
Rafaël Carré
git at videolan.org
Mon Nov 14 08:39:47 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Nov 14 02:39:08 2011 -0500| [ad077881ad4523bd2cafc9ec8efd800745bd5053] | committer: Rafaël Carré
wince packaging fixes (skip .lib generation)
DLLs are named after their version (libvlc-5.dll) on wince
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad077881ad4523bd2cafc9ec8efd800745bd5053
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 0b8bd24..9e48626 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -753,11 +753,11 @@ 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
+if !HAVE_WINCE
$(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
mkdir -p "$(win32_destdir)/sdk/activex"
cp $(top_builddir)/npapi-vlc/activex/README.TXT $(win32_destdir)/sdk/activex/README.TXT
cp $(top_builddir)/npapi-vlc/share/test.html $(win32_destdir)/sdk/activex/
More information about the vlc-commits
mailing list