]> git.sesse.net Git - vlc/commitdiff
Revert "Win32: fix packaging of libraries"
authorRafaël Carré <funman@videolan.org>
Mon, 14 Apr 2014 08:31:41 +0000 (10:31 +0200)
committerRafaël Carré <funman@videolan.org>
Mon, 14 Apr 2014 08:31:41 +0000 (10:31 +0200)
This reverts commit e810e214ea335c0a9adbb6885ce7ca4791bdad92.

extras/package/win32/package.mak

index 6a2ee39d5ff2fc86603ee18ba799a0d9061621c9..4a705847d0e6883fa6749f9ead373957051c50c8 100644 (file)
@@ -66,10 +66,10 @@ endif
        IFS=':' ;\
        for x in $$library_path_list ;\
        do \
-               test -f "$$x/libstdc++-6.dll" && cp "$$x/libstdc++-6.dll" "$(win32_destdir)/" ; true; \
-               test -f "$$x/libgcc_s_sjlj-1.dll" && cp "$$x/libgcc_s_sjlj-1.dll" "$(win32_destdir)/" ; true; \
-               test -f "$$x/libwinpthread-1.dll" && cp "$$x/libwinpthread-1.dll" "$(win32_destdir)/" ; true; \
-               test -f "$$x/../bin/libwinpthread-1.dll" && cp "$$x/../bin/libwinpthread-1.dll" "$(win32_destdir)/" ; true; \
+               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/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