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

Win32: Correctly layout the files for the XPI

Close #11856

(cherry picked from commit 70e212146138688b9cb5c4df1f545ea91c2cac2a)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c2acfbdd
...@@ -106,12 +106,12 @@ package-win-strip: package-win-common ...@@ -106,12 +106,12 @@ package-win-strip: package-win-common
package-win32-webplugin-common: package-win-strip package-win32-webplugin-common: package-win-strip
mkdir -p "$(win32_xpi_destdir)/" mkdir -p "$(win32_xpi_destdir)/plugins/"
cp -r $(win32_destdir)/plugins/ "$(win32_xpi_destdir)/" cp -r $(win32_destdir)/plugins/ "$(win32_xpi_destdir)/plugins/"
find $(prefix) -maxdepth 4 -name "*$(LIBEXT)" -exec cp {} "$(win32_xpi_destdir)/" \; cp "$(win32_destdir)/libvlc.dll" "$(win32_destdir)/libvlccore.dll" "$(win32_destdir)/npvlc.dll" "$(win32_xpi_destdir)/plugins/"
cp $(top_builddir)/npapi-vlc/npapi/package/npvlc.dll.manifest "$(win32_xpi_destdir)/plugins/" cp $(top_builddir)/npapi-vlc/npapi/package/npvlc.dll.manifest "$(win32_xpi_destdir)/plugins/"
cp "$(top_srcdir)/extras/package/win32/libvlc.dll.manifest" "$(win32_xpi_destdir)/plugins/" cp "$(top_srcdir)/extras/package/win32/libvlc.dll.manifest" "$(win32_xpi_destdir)/plugins/"
rm -rf "$(win32_xpi_destdir)/plugins/gui/" rm -rf "$(win32_xpi_destdir)/plugins/plugins/gui/"
package-win32-xpi: package-win32-webplugin-common package-win32-xpi: package-win32-webplugin-common
......
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