From fbda5f4b60823e2e05add51d2c70e557fc30a99b Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 18 Sep 2006 03:05:48 +0000 Subject: [PATCH] change pthread to build and link static git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2731 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/win32/pthread/pthread.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/win32/pthread/pthread.vcproj b/libs/win32/pthread/pthread.vcproj index a4ad7f6f43..eec775fedc 100644 --- a/libs/win32/pthread/pthread.vcproj +++ b/libs/win32/pthread/pthread.vcproj @@ -50,7 +50,7 @@ Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../pthreads-w32-2-7-0-release/" - PreprocessorDefinitions="__CLEANUP_C;WIN32;NDEBUG;_WINDOWS;_USRDLL;PTW32_BUILD;_CRT_SECURE_NO_DEPRECATE" + PreprocessorDefinitions="__CLEANUP_C;WIN32;NDEBUG;_WINDOWS;_USRDLL;PTW32_BUILD;_CRT_SECURE_NO_DEPRECATE;PTW32_STATIC_LIB" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" @@ -130,7 +130,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../pthreads-w32-2-7-0-release/" - PreprocessorDefinitions="__CLEANUP_C;WIN32;_DEBUG;_WINDOWS;_USRDLL;PTW32_BUILD;_CRT_SECURE_NO_DEPRECATE" + PreprocessorDefinitions="__CLEANUP_C;WIN32;_DEBUG;_WINDOWS;_USRDLL;PTW32_BUILD;_CRT_SECURE_NO_DEPRECATE;PTW32_STATIC_LIB" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3"