[vlc-commits] win32: package: Don't copy webplugins manifest

Hugo Beauzée-Luyssen git at videolan.org
Wed Mar 8 18:11:34 CET 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Mar  8 18:10:12 2017 +0100| [1e5be3b6b18160a69697b2e61d10b0b3851e58d3] | committer: Hugo Beauzée-Luyssen

win32: package: Don't copy webplugins manifest

And remove a left over libvlc.dll.manifest being packaged

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e5be3b6b18160a69697b2e61d10b0b3851e58d3
---

 extras/package/win32/package.mak | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index 7c8206e..74263bc 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -29,7 +29,7 @@ package-win-install:
 package-win-common: package-win-install
 	mkdir -p "$(win32_destdir)"/
 
-# Executables, major libs+manifests
+# Executables, major libs
 	find $(prefix) -maxdepth 4 \( -name "*$(LIBEXT)" -o -name "*$(EXEEXT)" \) -exec cp {} "$(win32_destdir)/" \;
 
 # Text files, clean them from mail addresses
@@ -74,9 +74,7 @@ endif
 	find $(win32_destdir) -type f \( -name "*xml" -or -name "*html" -or -name '*js' -or -name '*css' -or -name '*hosts' -or -iname '*txt' -or -name '*.cfg' -or -name '*.lua' \) -exec $(U2D) -q {} \;
 
 package-win-npapi: build-npapi
-	cp "$(top_builddir)/npapi-vlc/activex/axvlc.dll.manifest" "$(win32_destdir)/"
 	cp "$(top_builddir)/npapi-vlc/installed/lib/axvlc.dll" "$(win32_destdir)/"
-	cp "$(top_builddir)/npapi-vlc/npapi/package/npvlc.dll.manifest" "$(win32_destdir)/"
 	cp "$(top_builddir)/npapi-vlc/installed/lib/npvlc.dll" "$(win32_destdir)/"
 	mkdir -p "$(win32_destdir)/sdk/activex/"
 	cd $(top_builddir)/npapi-vlc && cp activex/README.TXT share/test/test.html $(win32_destdir)/sdk/activex/
@@ -105,8 +103,6 @@ package-win32-webplugin-common: package-win-strip
 	mkdir -p "$(win32_xpi_destdir)/plugins/"
 	cp -r $(win32_destdir)/plugins/ "$(win32_xpi_destdir)/plugins/"
 	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_srcdir)/extras/package/win32/libvlc.dll.manifest" "$(win32_xpi_destdir)/plugins/"
 	rm -rf "$(win32_xpi_destdir)/plugins/plugins/gui/"
 
 



More information about the vlc-commits mailing list