diff options
Diffstat (limited to 'libs/pthreads/pthreads.vcxproj')
-rw-r--r-- | libs/pthreads/pthreads.vcxproj | 4 |
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> |