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

manifest files are in srcdir not builddir

parent e575f2b3
...@@ -726,7 +726,7 @@ package-win-common: ...@@ -726,7 +726,7 @@ package-win-common:
if BUILD_MOZILLA if BUILD_MOZILLA
mkdir -p "$(win32_destdir)/mozilla" mkdir -p "$(win32_destdir)/mozilla"
cp $(top_builddir)/projects/mozilla/.libs/npvlc$(LIBEXT) $(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 endif
# ActiveX plugin # ActiveX plugin
...@@ -737,7 +737,7 @@ if BUILD_ACTIVEX ...@@ -737,7 +737,7 @@ if BUILD_ACTIVEX
unix2dos $(win32_destdir)/activex/* unix2dos $(win32_destdir)/activex/*
cp $(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT) $(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 endif
# Rebase all those DLLs to speed up loading (need cygwin rebase) # 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