Don't ship external dlls so far for Windows

This commit is contained in:
Jean-Baptiste Kempf 2009-12-05 13:30:59 +01:00
parent 48e4674acd
commit 85ee626aff

View File

@ -765,7 +765,7 @@ package-win32-base-debug: package-win-common
fi ; done
# Contrib *.dll's
cp $(srcdir)/extras/contrib/lib/*.dll "vlc-$(VERSION)/" || true
# cp $(srcdir)/extras/contrib/lib/*.dll "vlc-$(VERSION)/" || true
#Enable DEP and ASLR for all the binaries
if USE_PEFLAGS