w32pthreads: bad project linker setting caused occasional link errors and possibly unstable behavior.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2386 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2009-12-23 04:39:23 +00:00
parent 67b55648ae
commit 5c8f4ded22
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
Name="VCLinkerTool"
AdditionalDependencies="ws2_32.lib"
OutputFile="$(SolutionDir)\bin\$(ProjectName).debug.dll"
ImportLibrary="$(OutDir)\$(ProjectName).debug.lib"
ImportLibrary="$(OutDir)\$(ProjectName).lib"
/>
<Tool
Name="VCALinkTool"