]> git.sesse.net Git - vlc/commitdiff
Win32: Do not ship libgcc*dll
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 16 Apr 2013 11:04:38 +0000 (13:04 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 16 Apr 2013 11:04:58 +0000 (13:04 +0200)
This is too hard to manage correctly and useless since f3e0178ee

extras/package/win32/package.mak

index 8710e6f49e4c212aa2d0b614433740bb62ed25ef..de3980a9f4d6b34a1d19771490de3f9a4caaa4a4 100644 (file)
@@ -59,16 +59,6 @@ endif
        cp "$(top_builddir)/npapi-vlc/npapi/package/npvlc.dll.manifest" "$(win32_destdir)/"
        cp "$(top_builddir)/npapi-vlc/installed/lib/npvlc.dll" "$(win32_destdir)/"
 
-# Compiler shared DLLs, when using compilers built with --enable-shared
-# The shared DLLs may not necessarily be in the first LIBRARY_PATH, we
-# should check them all.
-       library_path_list=`$(CXX) -v /dev/null 2>&1 | grep ^LIBRARY_PATH|cut -d= -f2` ;\
-       IFS=':' ;\
-       for x in $$library_path_list ;\
-       do \
-               cp "$$x/libstdc++-6.dll" "$$x/libgcc_s_sjlj-1.dll" "$(win32_destdir)/" ; true ;\
-       done
-
 # SDK
        mkdir -p "$(win32_destdir)/sdk/lib/"
        cp -r $(prefix)/include "$(win32_destdir)/sdk"