Commit 5d78deeb authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: we don't need libstdc++-6.dll or libwinpthread-1.dll

libgcc_s is still needed, for C++ modules

Gotta love libtool

Ref #12620
parent bbf0e645
...@@ -71,11 +71,8 @@ endif ...@@ -71,11 +71,8 @@ endif
IFS=':' ;\ IFS=':' ;\
for x in $$library_path_list ;\ for x in $$library_path_list ;\
do \ 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_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/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 done
# SDK # SDK
......
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