Win32: Also copy libwinpthread-1.dll, required by new MINGW32 jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 10 Jun 2016 12:48:53 +0100
branchjv
changeset 19987 bf8b2735f3fd
parent 19986 024e50695cb9
child 19988 148721e96482
Win32: Also copy libwinpthread-1.dll, required by new MINGW32 ...in addition to libgcc_s_dw2-1.dll. Required by MINGW32 5.x.x (which comes with MSYS2)
ApplicationDefinition.st
--- a/ApplicationDefinition.st	Fri Jun 10 12:33:10 2016 +0100
+++ b/ApplicationDefinition.st	Fri Jun 10 12:48:53 2016 +0100
@@ -2009,6 +2009,7 @@
 !!if defined(USEMINGW32)
 $(RT_DLL): $(MINGW_DIR)\bin\$(RT_DLL)
         -copy $(MINGW_DIR)\bin\$(RT_DLL) $(RT_DLL)
+        -copy $(MINGW_DIR)\bin\libwinpthread-1.dll libwinpthread-1.dll
 !!endif
 
 symbols.stc: $(TOP)\include\symbols.stc