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

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

parent f40ec470
......@@ -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 \
......
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