summaryrefslogtreecommitdiff
path: root/libs/pthreads/pthreads.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-12-15 11:43:40 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-12-15 11:43:40 +0300
commitc25f83e79a98e13ea54a9e6bd173861d15a3ad29 (patch)
tree1526fd31f2648eed89d761c87840d68f5aec4744 /libs/pthreads/pthreads.vcxproj
parente124aa3611f38573898aa79c6eabe77bc874e58f (diff)
fix for pthreads project
Diffstat (limited to 'libs/pthreads/pthreads.vcxproj')
-rw-r--r--libs/pthreads/pthreads.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/pthreads/pthreads.vcxproj b/libs/pthreads/pthreads.vcxproj
index e6eabbca71..7a25406ac5 100644
--- a/libs/pthreads/pthreads.vcxproj
+++ b/libs/pthreads/pthreads.vcxproj
@@ -59,6 +59,9 @@
<PreprocessorDefinitions>WIN32;HAVE_PTW32_CONFIG_H;PTW32_RC_MSC;PTW32_ARCHx64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</ClCompile>
+ <Link>
+ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
+ </Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
<ClCompile>
@@ -70,6 +73,7 @@
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
</ClCompile>
<Link>
+ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>