From 4b94e96dd34f1db6262a85fab9ca778186b95633 Mon Sep 17 00:00:00 2001 From: aunsane Date: Thu, 21 Dec 2017 00:16:47 +0300 Subject: pthreads: fix preprocessor definitions --- libs/pthreads/pthreads.vcxproj | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'libs/pthreads/pthreads.vcxproj') diff --git a/libs/pthreads/pthreads.vcxproj b/libs/pthreads/pthreads.vcxproj index 7a25406ac5..d1ddccbe03 100644 --- a/libs/pthreads/pthreads.vcxproj +++ b/libs/pthreads/pthreads.vcxproj @@ -50,18 +50,17 @@ Windows true + $(IntDir)$(TargetName).lib Disabled false - WIN32;HAVE_PTW32_CONFIG_H;PTW32_RC_MSC;PTW32_ARCHx64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;HAVE_PTW32_CONFIG_H;PTW32_RC_MSC;PTW32_ARCHx86;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;HAVE_PTW32_CONFIG_H;PTW32_RC_MSC;PTW32_ARCHx64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDebugDLL - - $(IntDir)$(TargetName).lib - @@ -69,11 +68,11 @@ true true true - WIN32;HAVE_PTW32_CONFIG_H;PTW32_RC_MSC;PTW32_ARCHx86;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;HAVE_PTW32_CONFIG_H;PTW32_RC_MSC;PTW32_ARCHx86;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;HAVE_PTW32_CONFIG_H;PTW32_RC_MSC;PTW32_ARCHx64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL - $(IntDir)$(TargetName).lib true true -- cgit v1.2.3