From: Michael Jerris Date: Mon, 18 Sep 2006 03:05:48 +0000 (+0000) Subject: change pthread to build and link static X-Git-Tag: v1.0-beta1~2109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbda5f4b60823e2e05add51d2c70e557fc30a99b;p=thirdparty%2Ffreeswitch.git change pthread to build and link static git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2731 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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"