Commit abacfd86 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

manifest files are in srcdir not builddir

(cherry picked from commit c61844bb)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 33c2cf03
......@@ -721,7 +721,7 @@ package-win-common:
if BUILD_MOZILLA
mkdir -p "$(win32_destdir)/mozilla"
cp $(top_builddir)/projects/mozilla/.libs/npvlc$(LIBEXT) $(win32_destdir)/mozilla/
cp $(top_builddir)/projects/mozilla/npvlc.dll.manifest $(win32_destdir)/mozilla/
cp $(top_srcdir)/projects/mozilla/npvlc.dll.manifest $(win32_destdir)/mozilla/
endif
# ActiveX plugin
......@@ -732,7 +732,7 @@ if BUILD_ACTIVEX
unix2dos $(win32_destdir)/activex/*
cp $(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT) $(win32_destdir)/activex/
cp $(top_builddir)/projects/activex/axvlc.dll.manifest $(win32_destdir)/activex/
cp $(top_srcdir)/projects/activex/axvlc.dll.manifest $(win32_destdir)/activex/
endif
# Rebase all those DLLs to speed up loading (need cygwin rebase)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment