[vlc-devel] commit: Win32: Be sure to strip axvlc.dll and npvlc.dll ( Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Jan 1 23:55:27 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan  1 23:55:10 2010 +0100| [bd5c1734c30588ba439ae11d345ac7b3252bb84c] | committer: Jean-Baptiste Kempf 

Win32: Be sure to strip axvlc.dll and npvlc.dll

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

 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 61603fb..9888b70 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -901,6 +901,8 @@ package-win-common-strip: package-win32-base-debug
 	  echo "OK."; mkdir -p "$(win32_debugdir)"; \
 	fi
 	for i in "" $(win32_destdir)/*$(LIBEXT) \
+	            $(win32_destdir)/activex/*$(LIBEXT) \
+	            $(win32_destdir)/mozilla/*$(LIBEXT) \
 	            $(win32_destdir)/plugins/*$(LIBEXT) \
 	; do \
 	  if test -n "$$i" ; then \




More information about the vlc-devel mailing list