Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
5de2f7d7
提交
5de2f7d7
authored
8月 28, 2015
作者:
Mike Jerris
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
FS-7966: multiple fixes for msvc 2015 build, silence multiple warnings
上级
de032796
隐藏空白字符变更
内嵌
并排
正在显示
24 个修改的文件
包含
96 行增加
和
65 行删除
+96
-65
.gitignore
.gitignore
+1
-0
libbroadvoice.2015.vcxproj
libs/broadvoice/src/libbroadvoice.2015.vcxproj
+0
-1
inttypes.h
libs/broadvoice/src/msvc/inttypes.h
+2
-0
esl.2015.vcxproj
libs/esl/src/esl.2015.vcxproj
+4
-4
inttypes.h
libs/ilbc/src/msvc/inttypes.h
+4
-0
libdingaling.2015.vcxproj
libs/libdingaling/libdingaling.2015.vcxproj
+8
-8
inttypes.h
libs/libg722_1/src/msvc/inttypes.h
+2
-0
libapr.2015.vcxproj
libs/win32/apr/libapr.2015.vcxproj
+4
-4
ldns-lib.2015.vcxproj
libs/win32/ldns/ldns-lib/ldns-lib.2015.vcxproj
+4
-5
libeay32.2015.vcxproj
libs/win32/openssl/libeay32.2015.vcxproj
+4
-4
ssleay32.2015.vcxproj
libs/win32/openssl/ssleay32.2015.vcxproj
+4
-4
libsofia_sip_ua_static.2015.vcxproj
libs/win32/sofia/libsofia_sip_ua_static.2015.vcxproj
+4
-4
libv8.2015.vcxproj
libs/win32/v8/libv8.2015.vcxproj
+10
-5
xmlrpc.2015.vcxproj
libs/win32/xmlrpc-c/xmlrpc.2015.vcxproj
+4
-4
.gitignore
src/mod/.gitignore
+5
-0
mod_fifo.2015.vcxproj
src/mod/applications/mod_fifo/mod_fifo.2015.vcxproj
+4
-0
mod_httapi.2015.vcxproj
src/mod/applications/mod_httapi/mod_httapi.2015.vcxproj
+4
-4
mod_opus.2015.vcxproj
src/mod/codecs/mod_opus/mod_opus.2015.vcxproj
+4
-4
gsmlib.2015.vcxproj
...ib/gsmlib-1.10-patched-13ubuntu/win32/gsmlib.2015.vcxproj
+4
-2
mod_loopback.2015.vcxproj
src/mod/endpoints/mod_loopback/mod_loopback.2015.vcxproj
+4
-0
mod_sofia.2015.vcxproj
src/mod/endpoints/mod_sofia/mod_sofia.2015.vcxproj
+4
-4
mod_verto.2015.vcxproj
src/mod/endpoints/mod_verto/mod_verto.2015.vcxproj
+4
-0
switch_core_session.c
src/switch_core_session.c
+4
-4
FreeSwitchCore.2015.vcxproj
w32/Library/FreeSwitchCore.2015.vcxproj
+4
-4
没有找到文件。
.gitignore
浏览文件 @
5de2f7d7
...
@@ -231,3 +231,4 @@ yum/RPMS
...
@@ -231,3 +231,4 @@ yum/RPMS
yum/temp
yum/temp
html5/verto/verto_communicator/bower_components/
html5/verto/verto_communicator/bower_components/
html5/verto/verto_communicator/node_modules/
html5/verto/verto_communicator/node_modules/
.vs/
libs/broadvoice/src/libbroadvoice.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -202,7 +202,6 @@
...
@@ -202,7 +202,6 @@
<ClInclude
Include=
"broadvoice\broadvoice.h"
/>
<ClInclude
Include=
"broadvoice\broadvoice.h"
/>
<ClInclude
Include=
"broadvoice\version.h"
/>
<ClInclude
Include=
"broadvoice\version.h"
/>
<ClInclude
Include=
"broadvoice\private\broadvoice.h"
/>
<ClInclude
Include=
"broadvoice\private\broadvoice.h"
/>
<ClInclude
Include=
"broadvoice.h"
/>
</ItemGroup>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
<ImportGroup
Label=
"ExtensionTargets"
>
...
...
libs/broadvoice/src/msvc/inttypes.h
浏览文件 @
5de2f7d7
...
@@ -59,6 +59,8 @@ typedef __int64 int64_t;
...
@@ -59,6 +59,8 @@ typedef __int64 int64_t;
#define strcasecmp _stricmp
#define strcasecmp _stricmp
#if _MSC_VER < 1900
#if _MSC_VER < 1900
#define snprintf _snprintf
#define snprintf _snprintf
#else
#include <math.h>
#endif
#endif
#if !defined(INFINITY)
#if !defined(INFINITY)
...
...
libs/esl/src/esl.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<TreatWarningAsError>
false
</TreatWarningAsError>
<TreatWarningAsError>
false
</TreatWarningAsError>
<DisableSpecificWarnings>
4267;4244;4706;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
6031;
4267;4244;4706;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<EnablePREfast>
true
</EnablePREfast>
<EnablePREfast>
true
</EnablePREfast>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<TreatWarningAsError>
false
</TreatWarningAsError>
<TreatWarningAsError>
false
</TreatWarningAsError>
<DisableSpecificWarnings>
4267;4244;4706;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
6031;
4267;4244;4706;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<EnablePREfast>
true
</EnablePREfast>
<EnablePREfast>
true
</EnablePREfast>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<TreatWarningAsError>
false
</TreatWarningAsError>
<TreatWarningAsError>
false
</TreatWarningAsError>
<DisableSpecificWarnings>
4267;4244;4706;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
6031;
4267;4244;4706;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<EnablePREfast>
true
</EnablePREfast>
<EnablePREfast>
true
</EnablePREfast>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<TreatWarningAsError>
false
</TreatWarningAsError>
<TreatWarningAsError>
false
</TreatWarningAsError>
<DisableSpecificWarnings>
4267;4244;4706;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
6031;
4267;4244;4706;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<EnablePREfast>
true
</EnablePREfast>
<EnablePREfast>
true
</EnablePREfast>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
...
...
libs/ilbc/src/msvc/inttypes.h
浏览文件 @
5de2f7d7
...
@@ -57,7 +57,11 @@ typedef __int64 int64_t;
...
@@ -57,7 +57,11 @@ typedef __int64 int64_t;
#define strncasecmp _strnicmp
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#define strcasecmp _stricmp
#if _MSC_VER < 1900
#define snprintf _snprintf
#define snprintf _snprintf
#else
#include <math.h>
#endif
#if !defined(INFINITY)
#if !defined(INFINITY)
#define INFINITY 0x7fffffff
#define INFINITY 0x7fffffff
...
...
libs/libdingaling/libdingaling.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -137,7 +137,7 @@
...
@@ -137,7 +137,7 @@
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<DisableSpecificWarnings>
4701;4702;4703;4100;4706;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
456;4457;4
701;4702;4703;4100;4706;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
<PreprocessorDefinitions>
WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<DisableSpecificWarnings>
4701;4702;4703;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
456;4457;4
701;4702;4703;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug DLL|Win32'"
>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug DLL|Win32'"
>
...
@@ -161,7 +161,7 @@
...
@@ -161,7 +161,7 @@
</PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<DebugInformationFormat>
EditAndContinue
</DebugInformationFormat>
<DebugInformationFormat>
EditAndContinue
</DebugInformationFormat>
<DisableSpecificWarnings>
4701;4702;4703;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
456;4457;4
701;4702;4703;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<AdditionalDependencies>
libapr-1.lib;libaprutil-1.lib;iksemel.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
libapr-1.lib;libaprutil-1.lib;iksemel.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -184,7 +184,7 @@
...
@@ -184,7 +184,7 @@
</PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DisableSpecificWarnings>
4701;4702;4703;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
456;4457;4
701;4702;4703;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<AdditionalDependencies>
libapr-1.lib;libaprutil-1.lib;iksemel.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
libapr-1.lib;libaprutil-1.lib;iksemel.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -207,7 +207,7 @@
...
@@ -207,7 +207,7 @@
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<DisableSpecificWarnings>
4701;4702;4703;4100;4706;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
456;4457;4
701;4702;4703;4100;4706;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
...
@@ -219,7 +219,7 @@
...
@@ -219,7 +219,7 @@
<PreprocessorDefinitions>
WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<DisableSpecificWarnings>
4701;4702;4703;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
456;4457;4
701;4702;4703;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug DLL|x64'"
>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug DLL|x64'"
>
...
@@ -237,7 +237,7 @@
...
@@ -237,7 +237,7 @@
</PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DisableSpecificWarnings>
4701;4702;4703;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
456;4457;4
701;4702;4703;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<AdditionalDependencies>
libapr-1.lib;libaprutil-1.lib;iksemel.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
libapr-1.lib;libaprutil-1.lib;iksemel.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -264,7 +264,7 @@
...
@@ -264,7 +264,7 @@
</PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DisableSpecificWarnings>
4701;4702;4703;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
456;4457;4
701;4702;4703;4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<AdditionalDependencies>
libapr-1.lib;libaprutil-1.lib;iksemel.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
libapr-1.lib;libaprutil-1.lib;iksemel.lib;Ws2_32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
...
...
libs/libg722_1/src/msvc/inttypes.h
浏览文件 @
5de2f7d7
...
@@ -59,6 +59,8 @@ typedef __int64 int64_t;
...
@@ -59,6 +59,8 @@ typedef __int64 int64_t;
#define strcasecmp _stricmp
#define strcasecmp _stricmp
#if _MSC_VER < 1900
#if _MSC_VER < 1900
#define snprintf _snprintf
#define snprintf _snprintf
#else
#include <math.h>
#endif
#endif
#if !defined(INFINITY)
#if !defined(INFINITY)
...
...
libs/win32/apr/libapr.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -85,7 +85,7 @@ xcopy "$(ProjectDir)..\..\apr\include\*.h" "$(ProjectDir)..\..\include\" /C /D /
...
@@ -85,7 +85,7 @@ xcopy "$(ProjectDir)..\..\apr\include\*.h" "$(ProjectDir)..\..\include\" /C /D /
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DisableSpecificWarnings>
4244;4018;4267;4090;4133;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
311;4313;4477;4
244;4018;4267;4090;4133;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ResourceCompile>
<ResourceCompile>
<PreprocessorDefinitions>
_DEBUG;APR_VERSION_ONLY;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_DEBUG;APR_VERSION_ONLY;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
@@ -121,7 +121,7 @@ xcopy "$(ProjectDir)..\..\apr\include\*.h" "$(ProjectDir)..\..\include\" /C /D /
...
@@ -121,7 +121,7 @@ xcopy "$(ProjectDir)..\..\apr\include\*.h" "$(ProjectDir)..\..\include\" /C /D /
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DisableSpecificWarnings>
4244;4018;4267;4090;4133;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
311;4313;4477;4
244;4018;4267;4090;4133;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ResourceCompile>
<ResourceCompile>
<PreprocessorDefinitions>
_DEBUG;APR_VERSION_ONLY;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_DEBUG;APR_VERSION_ONLY;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
@@ -157,7 +157,7 @@ xcopy "$(ProjectDir)..\..\apr\include\*.h" "$(ProjectDir)..\..\include\" /C /D /
...
@@ -157,7 +157,7 @@ xcopy "$(ProjectDir)..\..\apr\include\*.h" "$(ProjectDir)..\..\include\" /C /D /
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DisableSpecificWarnings>
4244;4018;4267;4090;4133;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
311;4313;4477;4
244;4018;4267;4090;4133;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ResourceCompile>
<ResourceCompile>
<PreprocessorDefinitions>
NDEBUG;APR_VERSION_ONLY;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
NDEBUG;APR_VERSION_ONLY;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
@@ -194,7 +194,7 @@ xcopy "$(ProjectDir)..\..\apr\include\*.h" "$(ProjectDir)..\..\include\" /C /D /
...
@@ -194,7 +194,7 @@ xcopy "$(ProjectDir)..\..\apr\include\*.h" "$(ProjectDir)..\..\include\" /C /D /
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DisableSpecificWarnings>
4244;4018;4267;4090;4133;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
311;4313;4477;4
244;4018;4267;4090;4133;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ResourceCompile>
<ResourceCompile>
<PreprocessorDefinitions>
NDEBUG;APR_VERSION_ONLY;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
NDEBUG;APR_VERSION_ONLY;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
...
libs/win32/ldns/ldns-lib/ldns-lib.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
<ClCompile>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..\ldns\;.;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\..\ldns\;.;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
HAVE_STRUCT_ADDRINFO;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
HAVE_
ISBLANK;HAVE_
STRUCT_ADDRINFO;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
...
@@ -106,7 +106,7 @@ if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h"
...
@@ -106,7 +106,7 @@ if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h"
<ClCompile>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..\ldns\;.;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\..\ldns\;.;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
HAVE_STRUCT_ADDRINFO;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
HAVE_
ISBLANK;HAVE_
STRUCT_ADDRINFO;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
...
@@ -130,7 +130,7 @@ if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h"
...
@@ -130,7 +130,7 @@ if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h"
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<PreprocessorDefinitions>
HAVE_STRUCT_ADDRINFO;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_MBCS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
HAVE_
ISBLANK;HAVE_
STRUCT_ADDRINFO;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_MBCS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<AdditionalIncludeDirectories>
..\..\..\ldns\;.;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\..\ldns\;.;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<DisableSpecificWarnings>
4013;4101;4996;4267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4013;4101;4996;4267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
...
@@ -157,7 +157,7 @@ if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h"
...
@@ -157,7 +157,7 @@ if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h"
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<PreprocessorDefinitions>
HAVE_STRUCT_ADDRINFO;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_MBCS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
HAVE_
ISBLANK;HAVE_
STRUCT_ADDRINFO;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_MBCS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<AdditionalIncludeDirectories>
..\..\..\ldns\;.;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\..\ldns\;.;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<DisableSpecificWarnings>
4013;4101;4996;4267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4013;4101;4996;4267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
...
@@ -198,7 +198,6 @@ if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h"
...
@@ -198,7 +198,6 @@ if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h"
<ClCompile
Include=
"..\..\..\ldns\compat\inet_aton.c"
/>
<ClCompile
Include=
"..\..\..\ldns\compat\inet_aton.c"
/>
<ClCompile
Include=
"..\..\..\ldns\compat\inet_ntop.c"
/>
<ClCompile
Include=
"..\..\..\ldns\compat\inet_ntop.c"
/>
<ClCompile
Include=
"..\..\..\ldns\compat\inet_pton.c"
/>
<ClCompile
Include=
"..\..\..\ldns\compat\inet_pton.c"
/>
<ClCompile
Include=
"..\..\..\ldns\compat\isblank.c"
/>
<ClCompile
Include=
"..\..\..\ldns\keys.c"
/>
<ClCompile
Include=
"..\..\..\ldns\keys.c"
/>
<ClCompile
Include=
"..\..\..\ldns\linktest.c"
/>
<ClCompile
Include=
"..\..\..\ldns\linktest.c"
/>
<ClCompile
Include=
"..\..\..\ldns\compat\malloc.c"
/>
<ClCompile
Include=
"..\..\..\ldns\compat\malloc.c"
/>
...
...
libs/win32/openssl/libeay32.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -110,7 +110,7 @@ if not exist "$(ProjectDir)..\..\openssl-$(OpenSSLVersion)\include\openssl\e_os.
...
@@ -110,7 +110,7 @@ if not exist "$(ProjectDir)..\..\openssl-$(OpenSSLVersion)\include\openssl\e_os.
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<TreatWarningAsError>
true
</TreatWarningAsError>
<TreatWarningAsError>
true
</TreatWarningAsError>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DisableSpecificWarnings>
4164;4996;4267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
311;4
164;4996;4267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<EnablePREfast>
false
</EnablePREfast>
<EnablePREfast>
false
</EnablePREfast>
</ClCompile>
</ClCompile>
<Link>
<Link>
...
@@ -146,7 +146,7 @@ if not exist "$(ProjectDir)..\..\openssl-$(OpenSSLVersion)\include\openssl\e_os.
...
@@ -146,7 +146,7 @@ if not exist "$(ProjectDir)..\..\openssl-$(OpenSSLVersion)\include\openssl\e_os.
</PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DisableSpecificWarnings>
4164;4996;4267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
311;4
164;4996;4267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<EnablePREfast>
false
</EnablePREfast>
<EnablePREfast>
false
</EnablePREfast>
</ClCompile>
</ClCompile>
<Link>
<Link>
...
@@ -180,7 +180,7 @@ if not exist "$(ProjectDir)..\..\openssl-$(OpenSSLVersion)\include\openssl\e_os.
...
@@ -180,7 +180,7 @@ if not exist "$(ProjectDir)..\..\openssl-$(OpenSSLVersion)\include\openssl\e_os.
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<TreatWarningAsError>
true
</TreatWarningAsError>
<TreatWarningAsError>
true
</TreatWarningAsError>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DisableSpecificWarnings>
4164;4996;4267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
311;4
164;4996;4267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<EnablePREfast>
false
</EnablePREfast>
<EnablePREfast>
false
</EnablePREfast>
</ClCompile>
</ClCompile>
<Link>
<Link>
...
@@ -216,7 +216,7 @@ if not exist "$(ProjectDir)..\..\openssl-$(OpenSSLVersion)\include\openssl\e_os.
...
@@ -216,7 +216,7 @@ if not exist "$(ProjectDir)..\..\openssl-$(OpenSSLVersion)\include\openssl\e_os.
</PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DisableSpecificWarnings>
4164;4996;4267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
311;4
164;4996;4267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<EnablePREfast>
false
</EnablePREfast>
<EnablePREfast>
false
</EnablePREfast>
</ClCompile>
</ClCompile>
<Link>
<Link>
...
...
libs/win32/openssl/ssleay32.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<TreatWarningAsError>
true
</TreatWarningAsError>
<TreatWarningAsError>
true
</TreatWarningAsError>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DisableSpecificWarnings>
4267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
311;4
267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<AdditionalLibraryDirectories>
$(ProjectDir)$(Configuration);%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
<AdditionalLibraryDirectories>
$(ProjectDir)$(Configuration);%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<TreatWarningAsError>
true
</TreatWarningAsError>
<TreatWarningAsError>
true
</TreatWarningAsError>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DisableSpecificWarnings>
4267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
311;4
267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<AdditionalLibraryDirectories>
$(ProjectDir)$(Configuration);%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
<AdditionalLibraryDirectories>
$(ProjectDir)$(Configuration);%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
...
@@ -162,7 +162,7 @@
...
@@ -162,7 +162,7 @@
</PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DisableSpecificWarnings>
4267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
311;4
267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
...
@@ -193,7 +193,7 @@
...
@@ -193,7 +193,7 @@
</PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DisableSpecificWarnings>
4267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
311;4
267;4244;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
...
...
libs/win32/sofia/libsofia_sip_ua_static.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -95,7 +95,7 @@ if not exist "$(ProjectDir)$(IntDir)\auth_client.obj" "autogen.cmd"
...
@@ -95,7 +95,7 @@ if not exist "$(ProjectDir)$(IntDir)\auth_client.obj" "autogen.cmd"
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<TreatWarningAsError>
false
</TreatWarningAsError>
<TreatWarningAsError>
false
</TreatWarningAsError>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DisableSpecificWarnings>
4244;4267;4306;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
456;4457;4459;4477;4
244;4267;4306;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ResourceCompile>
<ResourceCompile>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
@@ -132,7 +132,7 @@ if not exist "$(ProjectDir)$(IntDir)\auth_client.obj" "autogen.cmd"
...
@@ -132,7 +132,7 @@ if not exist "$(ProjectDir)$(IntDir)\auth_client.obj" "autogen.cmd"
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<TreatWarningAsError>
false
</TreatWarningAsError>
<TreatWarningAsError>
false
</TreatWarningAsError>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DisableSpecificWarnings>
4244;4267;4306;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
456;4457;4459;4477;4
244;4267;4306;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ResourceCompile>
<ResourceCompile>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
@@ -167,7 +167,7 @@ if not exist "$(ProjectDir)$(IntDir)\auth_client.obj" "autogen.cmd"
...
@@ -167,7 +167,7 @@ if not exist "$(ProjectDir)$(IntDir)\auth_client.obj" "autogen.cmd"
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<TreatWarningAsError>
false
</TreatWarningAsError>
<TreatWarningAsError>
false
</TreatWarningAsError>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DisableSpecificWarnings>
4244;4267;4306;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
456;4457;4459;4477;4
244;4267;4306;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ResourceCompile>
<ResourceCompile>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
@@ -205,7 +205,7 @@ if not exist "$(ProjectDir)$(IntDir)\auth_client.obj" "autogen.cmd"
...
@@ -205,7 +205,7 @@ if not exist "$(ProjectDir)$(IntDir)\auth_client.obj" "autogen.cmd"
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<TreatWarningAsError>
false
</TreatWarningAsError>
<TreatWarningAsError>
false
</TreatWarningAsError>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DisableSpecificWarnings>
4244;4267;4306;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
456;4457;4459;4477;4
244;4267;4306;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ResourceCompile>
<ResourceCompile>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
...
libs/win32/v8/libv8.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -23,27 +23,32 @@
...
@@ -23,27 +23,32 @@
<ProjectGuid>
{AB03E82B-48B1-4374-B32A-A1AF83DDC6C2}
</ProjectGuid>
<ProjectGuid>
{AB03E82B-48B1-4374-B32A-A1AF83DDC6C2}
</ProjectGuid>
<RootNamespace>
libv8
</RootNamespace>
<RootNamespace>
libv8
</RootNamespace>
<Keyword>
Win32Proj
</Keyword>
<Keyword>
Win32Proj
</Keyword>
<WindowsTargetPlatformVersion>
8.1
</WindowsTargetPlatformVersion>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Utility
</ConfigurationType>
<ConfigurationType>
Utility
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<CharacterSet>
NotSet
</CharacterSet>
<PlatformToolset>
v140
</PlatformToolset>
<PlatformToolset>
v140
</PlatformToolset>
<CLRSupport>
false
</CLRSupport>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Utility
</ConfigurationType>
<ConfigurationType>
Utility
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<CharacterSet>
NotSet
</CharacterSet>
<PlatformToolset>
v140
</PlatformToolset>
<PlatformToolset>
v140
</PlatformToolset>
<CLRSupport>
false
</CLRSupport>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Utility
</ConfigurationType>
<ConfigurationType>
Utility
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<CharacterSet>
NotSet
</CharacterSet>
<PlatformToolset>
v140
</PlatformToolset>
<PlatformToolset>
v140
</PlatformToolset>
<CLRSupport>
false
</CLRSupport>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Utility
</ConfigurationType>
<ConfigurationType>
Utility
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<CharacterSet>
NotSet
</CharacterSet>
<PlatformToolset>
v140
</PlatformToolset>
<PlatformToolset>
v140
</PlatformToolset>
<CLRSupport>
false
</CLRSupport>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(SolutionDir)\w32\extdll.props"
/>
<Import
Project=
"$(SolutionDir)\w32\extdll.props"
/>
...
@@ -145,4 +150,4 @@
...
@@ -145,4 +150,4 @@
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
libs/win32/xmlrpc-c/xmlrpc.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DisableSpecificWarnings>
4267;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
6031;4312;
4267;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ResourceCompile>
<ResourceCompile>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
@@ -121,7 +121,7 @@
...
@@ -121,7 +121,7 @@
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DisableSpecificWarnings>
4267;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
6031;4312;
4267;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ResourceCompile>
<ResourceCompile>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DisableSpecificWarnings>
4267;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
6031;4312;
4267;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ResourceCompile>
<ResourceCompile>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
@@ -181,7 +181,7 @@
...
@@ -181,7 +181,7 @@
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DisableSpecificWarnings>
4267;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
6031;4312;
4267;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ResourceCompile>
<ResourceCompile>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
...
src/mod/.gitignore
浏览文件 @
5de2f7d7
...
@@ -76,3 +76,8 @@
...
@@ -76,3 +76,8 @@
*/*/Makefile.in
*/*/Makefile.in
*/*/Makefile
*/*/Makefile
*/*/mod_*.log
*/*/mod_*.log
codecs/mod_amr/Win32/
codecs/mod_g723_1/Win32/
codecs/mod_g729/Win32/
directories/mod_ldap/Win32/
languages/mod_managed/Win32/
\ No newline at end of file
src/mod/applications/mod_fifo/mod_fifo.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -72,6 +72,7 @@
...
@@ -72,6 +72,7 @@
<ClCompile>
<ClCompile>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
4456;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
...
@@ -86,6 +87,7 @@
...
@@ -86,6 +87,7 @@
<ClCompile>
<ClCompile>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
4456;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
...
@@ -98,6 +100,7 @@
...
@@ -98,6 +100,7 @@
<ClCompile>
<ClCompile>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
4456;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
...
@@ -112,6 +115,7 @@
...
@@ -112,6 +115,7 @@
<ClCompile>
<ClCompile>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
4456;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
...
...
src/mod/applications/mod_httapi/mod_httapi.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
<ClCompile>
<ClCompile>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
6053;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4456;
6053;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<AdditionalIncludeDirectories>
$(SolutionDir)\src\include;..\..\..\..\libs\curl-7.35.0\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(SolutionDir)\src\include;..\..\..\..\libs\curl-7.35.0\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
</ClCompile>
<Link>
<Link>
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
<ClCompile>
<ClCompile>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
6053;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4456;
6053;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<AdditionalIncludeDirectories>
$(SolutionDir)\src\include;..\..\..\..\libs\curl-7.35.0\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(SolutionDir)\src\include;..\..\..\..\libs\curl-7.35.0\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
</ClCompile>
<Link>
<Link>
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
<ClCompile>
<ClCompile>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
6053;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4456;
6053;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<AdditionalIncludeDirectories>
$(SolutionDir)\src\include;..\..\..\..\libs\curl-7.35.0\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(SolutionDir)\src\include;..\..\..\..\libs\curl-7.35.0\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
</ClCompile>
<Link>
<Link>
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
<ClCompile>
<ClCompile>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
6053;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4456;
6053;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<AdditionalIncludeDirectories>
$(SolutionDir)\src\include;..\..\..\..\libs\curl-7.35.0\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(SolutionDir)\src\include;..\..\..\..\libs\curl-7.35.0\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
</ClCompile>
<Link>
<Link>
...
...
src/mod/codecs/mod_opus/mod_opus.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
<AdditionalIncludeDirectories>
..\..\..\..\libs\opus-1.1\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\..\..\libs\opus-1.1\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
6053;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
60
31;60
53;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
<AdditionalIncludeDirectories>
..\..\..\..\libs\opus-1.1\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\..\..\libs\opus-1.1\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
6053;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
60
31;60
53;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
<AdditionalIncludeDirectories>
..\..\..\..\libs\opus-1.1\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\..\..\libs\opus-1.1\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
6053;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
60
31;60
53;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
<AdditionalIncludeDirectories>
..\..\..\..\libs\opus-1.1\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\..\..\libs\opus-1.1\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
6053;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
60
31;60
53;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
...
...
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/win32/gsmlib.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<AdditionalOptions>
/wd4290 /wd4996 %(AdditionalOptions)
</AdditionalOptions>
<AdditionalOptions>
/wd4290 /wd4996 %(AdditionalOptions)
</AdditionalOptions>
<DisableSpecificWarnings>
4101;4244;4554;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
838;4267;4
101;4244;4554;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ResourceCompile>
<ResourceCompile>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
@@ -128,7 +128,7 @@
...
@@ -128,7 +128,7 @@
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DebugInformationFormat>
EditAndContinue
</DebugInformationFormat>
<DebugInformationFormat>
EditAndContinue
</DebugInformationFormat>
<AdditionalOptions>
/wd4290 /wd4996 %(AdditionalOptions)
</AdditionalOptions>
<AdditionalOptions>
/wd4290 /wd4996 %(AdditionalOptions)
</AdditionalOptions>
<DisableSpecificWarnings>
4101;4244;4554;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
838;4267;4
101;4244;4554;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ResourceCompile>
<ResourceCompile>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
@@ -161,6 +161,7 @@
...
@@ -161,6 +161,7 @@
<WarningLevel>
Level3
</WarningLevel>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<AdditionalOptions>
/wd4290 /wd4996 %(AdditionalOptions)
</AdditionalOptions>
<AdditionalOptions>
/wd4290 /wd4996 %(AdditionalOptions)
</AdditionalOptions>
<DisableSpecificWarnings>
4838;4267;4101;4244;4554;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ResourceCompile>
<ResourceCompile>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
@@ -189,6 +190,7 @@
...
@@ -189,6 +190,7 @@
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<AdditionalOptions>
/wd4290 /wd4996 %(AdditionalOptions)
</AdditionalOptions>
<AdditionalOptions>
/wd4290 /wd4996 %(AdditionalOptions)
</AdditionalOptions>
<DisableSpecificWarnings>
4838;4267;4101;4244;4554;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ResourceCompile>
<ResourceCompile>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
...
...
src/mod/endpoints/mod_loopback/mod_loopback.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -73,6 +73,7 @@
...
@@ -73,6 +73,7 @@
<PreprocessorDefinitions>
WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
6244;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
...
@@ -88,6 +89,7 @@
...
@@ -88,6 +89,7 @@
<PreprocessorDefinitions>
WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
6244;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
...
@@ -100,6 +102,7 @@
...
@@ -100,6 +102,7 @@
<ClCompile>
<ClCompile>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
6244;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
...
@@ -114,6 +117,7 @@
...
@@ -114,6 +117,7 @@
<ClCompile>
<ClCompile>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
6244;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
...
...
src/mod/endpoints/mod_sofia/mod_sofia.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
<PreprocessorDefinitions>
LIBSOFIA_SIP_UA_STATIC;PTW32_STATIC_LIB;LIBSRES_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
LIBSOFIA_SIP_UA_STATIC;PTW32_STATIC_LIB;LIBSRES_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
4201;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
456;4457;4
201;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<EnablePREfast>
false
</EnablePREfast>
<EnablePREfast>
false
</EnablePREfast>
</ClCompile>
</ClCompile>
<Link>
<Link>
...
@@ -110,7 +110,7 @@
...
@@ -110,7 +110,7 @@
<PreprocessorDefinitions>
LIBSOFIA_SIP_UA_STATIC;PTW32_STATIC_LIB;LIBSRES_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
LIBSOFIA_SIP_UA_STATIC;PTW32_STATIC_LIB;LIBSRES_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
4201;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
456;4457;4
201;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<EnablePREfast>
false
</EnablePREfast>
<EnablePREfast>
false
</EnablePREfast>
</ClCompile>
</ClCompile>
<Link>
<Link>
...
@@ -128,7 +128,7 @@
...
@@ -128,7 +128,7 @@
<PreprocessorDefinitions>
LIBSOFIA_SIP_UA_STATIC;PTW32_STATIC_LIB;LIBSRES_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
LIBSOFIA_SIP_UA_STATIC;PTW32_STATIC_LIB;LIBSRES_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
4201;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
456;4457;4
201;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<EnablePREfast>
false
</EnablePREfast>
<EnablePREfast>
false
</EnablePREfast>
</ClCompile>
</ClCompile>
<Link>
<Link>
...
@@ -148,7 +148,7 @@
...
@@ -148,7 +148,7 @@
<PreprocessorDefinitions>
LIBSOFIA_SIP_UA_STATIC;PTW32_STATIC_LIB;LIBSRES_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
LIBSOFIA_SIP_UA_STATIC;PTW32_STATIC_LIB;LIBSRES_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
<DisableSpecificWarnings>
4201;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4
456;4457;4
201;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<EnablePREfast>
false
</EnablePREfast>
<EnablePREfast>
false
</EnablePREfast>
</ClCompile>
</ClCompile>
<Link>
<Link>
...
...
src/mod/endpoints/mod_verto/mod_verto.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -78,6 +78,7 @@
...
@@ -78,6 +78,7 @@
</PrecompiledHeader>
</PrecompiledHeader>
<AdditionalIncludeDirectories>
$(SolutionDir)\src\include;%(AdditionalIncludeDirectories);..\..\..\..\libs\openssl-$(OpenSSLVersion)\include;$(ProjectDir)..\..\..\..\libs\pthreads-w32-2-9-1;.\;.\mcast
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(SolutionDir)\src\include;%(AdditionalIncludeDirectories);..\..\..\..\libs\openssl-$(OpenSSLVersion)\include;$(ProjectDir)..\..\..\..\libs\pthreads-w32-2-9-1;.\;.\mcast
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_TIMESPEC_DEFINED;_DEBUG;DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_TIMESPEC_DEFINED;_DEBUG;DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<DisableSpecificWarnings>
6031;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
...
@@ -94,6 +95,7 @@
...
@@ -94,6 +95,7 @@
</PrecompiledHeader>
</PrecompiledHeader>
<AdditionalIncludeDirectories>
$(SolutionDir)\src\include;%(AdditionalIncludeDirectories);..\..\..\..\libs\openssl-$(OpenSSLVersion)\include;$(ProjectDir)..\..\..\..\libs\pthreads-w32-2-9-1;.\;.\mcast
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(SolutionDir)\src\include;%(AdditionalIncludeDirectories);..\..\..\..\libs\openssl-$(OpenSSLVersion)\include;$(ProjectDir)..\..\..\..\libs\pthreads-w32-2-9-1;.\;.\mcast
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_TIMESPEC_DEFINED;_DEBUG;DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_TIMESPEC_DEFINED;_DEBUG;DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<DisableSpecificWarnings>
6031;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
...
@@ -108,6 +110,7 @@
...
@@ -108,6 +110,7 @@
</PrecompiledHeader>
</PrecompiledHeader>
<AdditionalIncludeDirectories>
$(SolutionDir)\src\include;%(AdditionalIncludeDirectories);..\..\..\..\libs\openssl-$(OpenSSLVersion)\include;$(ProjectDir)..\..\..\..\libs\pthreads-w32-2-9-1;.\;.\mcast
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(SolutionDir)\src\include;%(AdditionalIncludeDirectories);..\..\..\..\libs\openssl-$(OpenSSLVersion)\include;$(ProjectDir)..\..\..\..\libs\pthreads-w32-2-9-1;.\;.\mcast
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_TIMESPEC_DEFINED;NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_TIMESPEC_DEFINED;NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<DisableSpecificWarnings>
6031;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
...
@@ -124,6 +127,7 @@
...
@@ -124,6 +127,7 @@
</PrecompiledHeader>
</PrecompiledHeader>
<AdditionalIncludeDirectories>
$(SolutionDir)\src\include;%(AdditionalIncludeDirectories);..\..\..\..\libs\openssl-$(OpenSSLVersion)\include;$(ProjectDir)..\..\..\..\libs\pthreads-w32-2-9-1;.\;.\mcast
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(SolutionDir)\src\include;%(AdditionalIncludeDirectories);..\..\..\..\libs\openssl-$(OpenSSLVersion)\include;$(ProjectDir)..\..\..\..\libs\pthreads-w32-2-9-1;.\;.\mcast
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_TIMESPEC_DEFINED;NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_TIMESPEC_DEFINED;NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<DisableSpecificWarnings>
6031;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<Link>
<Link>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
...
...
src/switch_core_session.c
浏览文件 @
5de2f7d7
...
@@ -1678,7 +1678,7 @@ static void *SWITCH_THREAD_FUNC switch_core_session_thread_pool_worker(switch_th
...
@@ -1678,7 +1678,7 @@ static void *SWITCH_THREAD_FUNC switch_core_session_thread_pool_worker(switch_th
session_manager
.
running
++
;
session_manager
.
running
++
;
switch_mutex_unlock
(
session_manager
.
mutex
);
switch_mutex_unlock
(
session_manager
.
mutex
);
#ifdef DEBUG_THREAD_POOL
#ifdef DEBUG_THREAD_POOL
switch_log_printf
(
SWITCH_CHANNEL_LOG
,
SWITCH_LOG_DEBUG10
,
"Worker Thread %ld Started
\n
"
,
(
long
)
thread
);
switch_log_printf
(
SWITCH_CHANNEL_LOG
,
SWITCH_LOG_DEBUG10
,
"Worker Thread %ld Started
\n
"
,
(
long
)
(
intptr_t
)
thread
);
#endif
#endif
while
(
session_manager
.
ready
)
{
while
(
session_manager
.
ready
)
{
switch_status_t
check_status
;
switch_status_t
check_status
;
...
@@ -1706,7 +1706,7 @@ static void *SWITCH_THREAD_FUNC switch_core_session_thread_pool_worker(switch_th
...
@@ -1706,7 +1706,7 @@ static void *SWITCH_THREAD_FUNC switch_core_session_thread_pool_worker(switch_th
session_manager
.
busy
++
;
session_manager
.
busy
++
;
switch_mutex_unlock
(
session_manager
.
mutex
);
switch_mutex_unlock
(
session_manager
.
mutex
);
#ifdef DEBUG_THREAD_POOL
#ifdef DEBUG_THREAD_POOL
switch_log_printf
(
SWITCH_CHANNEL_LOG
,
SWITCH_LOG_DEBUG10
,
"Worker Thread %ld Processing
\n
"
,
(
long
)
thread
);
switch_log_printf
(
SWITCH_CHANNEL_LOG
,
SWITCH_LOG_DEBUG10
,
"Worker Thread %ld Processing
\n
"
,
(
long
)
(
intptr_t
)
thread
);
#endif
#endif
td
->
func
(
thread
,
td
->
obj
);
td
->
func
(
thread
,
td
->
obj
);
...
@@ -1719,7 +1719,7 @@ static void *SWITCH_THREAD_FUNC switch_core_session_thread_pool_worker(switch_th
...
@@ -1719,7 +1719,7 @@ static void *SWITCH_THREAD_FUNC switch_core_session_thread_pool_worker(switch_th
free
(
td
);
free
(
td
);
}
}
#ifdef DEBUG_THREAD_POOL
#ifdef DEBUG_THREAD_POOL
switch_log_printf
(
SWITCH_CHANNEL_LOG
,
SWITCH_LOG_DEBUG10
,
"Worker Thread %ld Done Processing
\n
"
,
(
long
)
thread
);
switch_log_printf
(
SWITCH_CHANNEL_LOG
,
SWITCH_LOG_DEBUG10
,
"Worker Thread %ld Done Processing
\n
"
,
(
long
)
(
intptr_t
)
thread
);
#endif
#endif
switch_mutex_lock
(
session_manager
.
mutex
);
switch_mutex_lock
(
session_manager
.
mutex
);
session_manager
.
busy
--
;
session_manager
.
busy
--
;
...
@@ -1733,7 +1733,7 @@ static void *SWITCH_THREAD_FUNC switch_core_session_thread_pool_worker(switch_th
...
@@ -1733,7 +1733,7 @@ static void *SWITCH_THREAD_FUNC switch_core_session_thread_pool_worker(switch_th
}
}
}
}
#ifdef DEBUG_THREAD_POOL
#ifdef DEBUG_THREAD_POOL
switch_log_printf
(
SWITCH_CHANNEL_LOG
,
SWITCH_LOG_DEBUG10
,
"Worker Thread %ld Ended
\n
"
,
(
long
)
thread
);
switch_log_printf
(
SWITCH_CHANNEL_LOG
,
SWITCH_LOG_DEBUG10
,
"Worker Thread %ld Ended
\n
"
,
(
long
)
(
intptr_t
)
thread
);
#endif
#endif
switch_mutex_lock
(
session_manager
.
mutex
);
switch_mutex_lock
(
session_manager
.
mutex
);
session_manager
.
running
--
;
session_manager
.
running
--
;
...
...
w32/Library/FreeSwitchCore.2015.vcxproj
浏览文件 @
5de2f7d7
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
<EnablePREfast>
false
</EnablePREfast>
<EnablePREfast>
false
</EnablePREfast>
<CompileAs>
Default
</CompileAs>
<CompileAs>
Default
</CompileAs>
<MultiProcessorCompilation>
false
</MultiProcessorCompilation>
<MultiProcessorCompilation>
false
</MultiProcessorCompilation>
<DisableSpecificWarnings>
4456;4703;4305;4306;4701;4996;4018;4389;4996;4267;4244;4127;4100;4232;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4456;4
457;4458;4459;4456;4
703;4305;4306;4701;4996;4018;4389;4996;4267;4244;4127;4100;4232;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ProjectReference>
<ProjectReference>
<LinkLibraryDependencies>
true
</LinkLibraryDependencies>
<LinkLibraryDependencies>
true
</LinkLibraryDependencies>
...
@@ -174,7 +174,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
...
@@ -174,7 +174,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
<ForcedIncludeFiles>
%(ForcedIncludeFiles)
</ForcedIncludeFiles>
<ForcedIncludeFiles>
%(ForcedIncludeFiles)
</ForcedIncludeFiles>
<EnablePREfast>
false
</EnablePREfast>
<EnablePREfast>
false
</EnablePREfast>
<MultiProcessorCompilation>
false
</MultiProcessorCompilation>
<MultiProcessorCompilation>
false
</MultiProcessorCompilation>
<DisableSpecificWarnings>
4456;4703;4305;4306;4701;4996;4018;4389;4996;4267;4244;4127;4100;4232;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4456;4
457;4458;4459;4456;4
703;4305;4306;4701;4996;4018;4389;4996;4267;4244;4127;4100;4232;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ProjectReference>
<ProjectReference>
<LinkLibraryDependencies>
true
</LinkLibraryDependencies>
<LinkLibraryDependencies>
true
</LinkLibraryDependencies>
...
@@ -225,7 +225,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
...
@@ -225,7 +225,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<EnablePREfast>
false
</EnablePREfast>
<EnablePREfast>
false
</EnablePREfast>
<MultiProcessorCompilation>
false
</MultiProcessorCompilation>
<MultiProcessorCompilation>
false
</MultiProcessorCompilation>
<DisableSpecificWarnings>
4456;4703;4305;4306;4701;4996;4018;4389;4996;4267;4244;4127;4100;4232;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4456;4
457;4458;4459;4456;4
703;4305;4306;4701;4996;4018;4389;4996;4267;4244;4127;4100;4232;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ProjectReference>
<ProjectReference>
<LinkLibraryDependencies>
true
</LinkLibraryDependencies>
<LinkLibraryDependencies>
true
</LinkLibraryDependencies>
...
@@ -276,7 +276,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
...
@@ -276,7 +276,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<EnablePREfast>
false
</EnablePREfast>
<EnablePREfast>
false
</EnablePREfast>
<MultiProcessorCompilation>
false
</MultiProcessorCompilation>
<MultiProcessorCompilation>
false
</MultiProcessorCompilation>
<DisableSpecificWarnings>
4456;4703;4305;4306;4701;4996;4018;4389;4996;4267;4244;4127;4100;4232;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
<DisableSpecificWarnings>
4456;4
457;4458;4459;4456;4
703;4305;4306;4701;4996;4018;4389;4996;4267;4244;4127;4100;4232;6340;6246;6011;6387;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ClCompile>
<ProjectReference>
<ProjectReference>
<LinkLibraryDependencies>
true
</LinkLibraryDependencies>
<LinkLibraryDependencies>
true
</LinkLibraryDependencies>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论