]> git.sesse.net Git - vlc/commitdiff
Win32: we don't need libstdc++-6.dll or libwinpthread-1.dll
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 1 Nov 2014 12:54:40 +0000 (13:54 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 1 Nov 2014 12:54:57 +0000 (13:54 +0100)
libgcc_s is still needed, for C++ modules

Gotta love libtool

Ref #12620

extras/package/win32/package.mak

index ce54e16623e65696f13ffc7fb6b689914e09ccdd..a909ce09ff9fad802f50780502b2c95c91693585 100644 (file)
@@ -71,11 +71,8 @@ endif
        IFS=':' ;\
        for x in $$library_path_list ;\
        do \
-               test -f "$$x/libstdc++-6.dll" && cp "$$x/libstdc++-6.dll" "$(win32_destdir)/" ; \
                test -f "$$x/libgcc_s_sjlj-1.dll" && cp "$$x/libgcc_s_sjlj-1.dll" "$(win32_destdir)/" ; \
                test -f "$$x/libgcc_s_seh-1.dll" && cp "$$x/libgcc_s_seh-1.dll" "$(win32_destdir)/" ; \
-               test -f "$$x/libwinpthread-1.dll" && cp "$$x/libwinpthread-1.dll" "$(win32_destdir)/" ; \
-               test -f "$$x/../bin/libwinpthread-1.dll" && cp "$$x/../bin/libwinpthread-1.dll" "$(win32_destdir)/" ; \
        done
 
 # SDK