RESOLVED FIXED 114694
[Windows, WinCairo] Remove Include Settings for Pthreads from WTF
https://bugs.webkit.org/show_bug.cgi?id=114694
Summary [Windows, WinCairo] Remove Include Settings for Pthreads from WTF
Brent Fulgham
Reported 2013-04-16 12:24:08 PDT
Now that WTF is clean of pthread use under Windows, remove the project settings and include paths for pthreads. This change will allow JavaScriptCoreExportGenerator (VS2010) and WebKitExportGenerator (VS2005 and VS2010) to build and run without needing pthreads. It will also allow builds under VS2010 to run cleanly on the build bots, since we will no longer have to deal with the Windows SxS error related to the pthreads.dll shipped as part of the Apple "Common Files" distribution. This had prevented us from using VS2010 builds on the build bots.
Attachments
Patch (3.49 KB, patch)
2013-04-17 11:55 PDT, Brent Fulgham
rniwa: review+
rniwa: commit-queue+
Brent Fulgham
Comment 1 2013-04-17 11:55:22 PDT
Brent Fulgham
Comment 2 2013-04-17 11:57:02 PDT
Note You need to log in before you can comment on or make changes to this bug.