mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
67b55648ae
commit
5c8f4ded22
|
@ -60,7 +60,7 @@
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="ws2_32.lib"
|
AdditionalDependencies="ws2_32.lib"
|
||||||
OutputFile="$(SolutionDir)\bin\$(ProjectName).debug.dll"
|
OutputFile="$(SolutionDir)\bin\$(ProjectName).debug.dll"
|
||||||
ImportLibrary="$(OutDir)\$(ProjectName).debug.lib"
|
ImportLibrary="$(OutDir)\$(ProjectName).lib"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCALinkTool"
|
Name="VCALinkTool"
|
||||||
|
|
Loading…
Reference in New Issue