Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
316d603e
提交
316d603e
authored
3月 31, 2018
作者:
Andrey Volk
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
FS-11085: [Build-System] Update curl to 7.59.0 and move to pre-compiled binaries on Windows.
上级
cfafdfaa
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
19 个修改的文件
包含
97 行增加
和
963 行删除
+97
-963
Freeswitch.2015.sln
Freeswitch.2015.sln
+0
-28
.gitignore
libs/.gitignore
+2
-0
Download CURL.2015.vcxproj
libs/win32/Download CURL.2015.vcxproj
+0
-85
ca-bundle.h
libs/win32/curl/ca-bundle.h
+0
-1
cleancount
libs/win32/curl/cleancount
+0
-1
curllib.2010.vcxproj.filters
libs/win32/curl/curllib.2010.vcxproj.filters
+0
-340
curllib.2015.vcxproj
libs/win32/curl/curllib.2015.vcxproj
+0
-450
mod_curl.2015.vcxproj
src/mod/applications/mod_curl/mod_curl.2015.vcxproj
+0
-8
mod_http_cache.vcxproj
src/mod/applications/mod_http_cache/mod_http_cache.vcxproj
+1
-4
mod_shout.2015.vcxproj
src/mod/formats/mod_shout/mod_shout.2015.vcxproj
+4
-8
mod_v8.2015.vcxproj
src/mod/languages/mod_v8/mod_v8.2015.vcxproj
+0
-4
mod_v8_skel.2015.vcxproj
src/mod/languages/mod_v8/mod_v8_skel.2015.vcxproj
+0
-4
mod_xml_cdr.2015.vcxproj
src/mod/xml_int/mod_xml_cdr/mod_xml_cdr.2015.vcxproj
+0
-4
mod_xml_curl.2015.vcxproj
src/mod/xml_int/mod_xml_curl/mod_xml_curl.2015.vcxproj
+0
-4
FreeSwitchCore.2015.vcxproj
w32/Library/FreeSwitchCore.2015.vcxproj
+8
-7
curl-version.props
w32/curl-version.props
+4
-4
curl.props
w32/curl.props
+59
-2
openssl.props
w32/openssl.props
+11
-6
zlib.props
w32/zlib.props
+8
-3
没有找到文件。
Freeswitch.2015.sln
浏览文件 @
316d603e
...
...
@@ -238,8 +238,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iksemel", "libs\win32\iksem
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libsndfile", "libs\win32\libsndfile\libsndfile.2015.vcxproj", "{3D0370CA-BED2-4657-A475-32375CBCB6E4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curllib", "libs\win32\curl\curllib.2015.vcxproj", "{87EE9DA4-DE1E-4448-8324-183C98DCA588}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xml", "libs\win32\apr-util\xml.2015.vcxproj", "{155844C3-EC5F-407F-97A4-A2DDADED9B2F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_sofia", "src\mod\endpoints\mod_sofia\mod_sofia.2015.vcxproj", "{0DF3ABD0-DDC0-4265-B778-07C66780979B}"
...
...
@@ -563,8 +561,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "make_t43_gray_code_tables",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "winFailToBan", "src\mod\languages\mod_managed\managed\examples\winFailToBan\winFailToBan.csproj", "{5BA0D5BD-330D-4EE2-B959-CAFEA04E50E0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Download CURL", "libs\win32\Download CURL.2015.vcxproj", "{3970BCDE-BE1A-4CF3-A65F-5264BA2E47B5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Download PCRE", "libs\win32\Download PCRE.2015.vcxproj", "{B1E7E876-347F-4DC9-9BEA-D1AFBD9DFF8A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Download SPEEX", "libs\win32\Download SPEEX.2015.vcxproj", "{1BDAB935-27DC-47E3-95EA-17E024D39C31}"
...
...
@@ -1003,17 +999,6 @@ Global
{3D0370CA-BED2-4657-A475-32375CBCB6E4}.Release|Win32.Build.0 = Release|Win32
{3D0370CA-BED2-4657-A475-32375CBCB6E4}.Release|x64.ActiveCfg = Release|x64
{3D0370CA-BED2-4657-A475-32375CBCB6E4}.Release|x64.Build.0 = Release|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.All|Win32.ActiveCfg = Debug|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.All|x64.ActiveCfg = Debug|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.All|x64.Build.0 = Debug|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Debug|Win32.ActiveCfg = Debug|Win32
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Debug|Win32.Build.0 = Debug|Win32
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Debug|x64.ActiveCfg = Debug|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Debug|x64.Build.0 = Debug|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Release|Win32.ActiveCfg = Release|Win32
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Release|Win32.Build.0 = Release|Win32
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Release|x64.ActiveCfg = Release|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Release|x64.Build.0 = Release|x64
{155844C3-EC5F-407F-97A4-A2DDADED9B2F}.All|Win32.ActiveCfg = Debug|x64
{155844C3-EC5F-407F-97A4-A2DDADED9B2F}.All|x64.ActiveCfg = Debug|x64
{155844C3-EC5F-407F-97A4-A2DDADED9B2F}.All|x64.Build.0 = Debug|x64
...
...
@@ -2582,17 +2567,6 @@ Global
{5BA0D5BD-330D-4EE2-B959-CAFEA04E50E0}.Debug|x64.ActiveCfg = Debug|Any CPU
{5BA0D5BD-330D-4EE2-B959-CAFEA04E50E0}.Release|Win32.ActiveCfg = Release|Any CPU
{5BA0D5BD-330D-4EE2-B959-CAFEA04E50E0}.Release|x64.ActiveCfg = Release|Any CPU
{3970BCDE-BE1A-4CF3-A65F-5264BA2E47B5}.All|Win32.ActiveCfg = Release|Win32
{3970BCDE-BE1A-4CF3-A65F-5264BA2E47B5}.All|Win32.Build.0 = Release|Win32
{3970BCDE-BE1A-4CF3-A65F-5264BA2E47B5}.All|x64.ActiveCfg = Release|Win32
{3970BCDE-BE1A-4CF3-A65F-5264BA2E47B5}.Debug|Win32.ActiveCfg = Debug|Win32
{3970BCDE-BE1A-4CF3-A65F-5264BA2E47B5}.Debug|Win32.Build.0 = Debug|Win32
{3970BCDE-BE1A-4CF3-A65F-5264BA2E47B5}.Debug|x64.ActiveCfg = Debug|Win32
{3970BCDE-BE1A-4CF3-A65F-5264BA2E47B5}.Debug|x64.Build.0 = Debug|Win32
{3970BCDE-BE1A-4CF3-A65F-5264BA2E47B5}.Release|Win32.ActiveCfg = Release|Win32
{3970BCDE-BE1A-4CF3-A65F-5264BA2E47B5}.Release|Win32.Build.0 = Release|Win32
{3970BCDE-BE1A-4CF3-A65F-5264BA2E47B5}.Release|x64.ActiveCfg = Release|Win32
{3970BCDE-BE1A-4CF3-A65F-5264BA2E47B5}.Release|x64.Build.0 = Release|Win32
{B1E7E876-347F-4DC9-9BEA-D1AFBD9DFF8A}.All|Win32.ActiveCfg = Release|Win32
{B1E7E876-347F-4DC9-9BEA-D1AFBD9DFF8A}.All|Win32.Build.0 = Release|Win32
{B1E7E876-347F-4DC9-9BEA-D1AFBD9DFF8A}.All|x64.ActiveCfg = Release|Win32
...
...
@@ -3099,7 +3073,6 @@ Global
{F057DA7F-79E5-4B00-845C-EF446EF055E3} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}
{E727E8F6-935D-46FE-8B0E-37834748A0E3} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}
{3D0370CA-BED2-4657-A475-32375CBCB6E4} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}
{87EE9DA4-DE1E-4448-8324-183C98DCA588} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}
{155844C3-EC5F-407F-97A4-A2DDADED9B2F} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}
{0DF3ABD0-DDC0-4265-B778-07C66780979B} = {9460B5F1-0A95-41C4-BEB7-9C2C96459A7C}
{8B3B4C4C-13C2-446C-BEB0-F412CC2CFB9A} = {C120A020-773F-4EA3-923F-B67AF28B750D}
...
...
@@ -3245,7 +3218,6 @@ Global
{64E99CCA-3C6F-4AEB-9FA3-CFAC711257BB} = {F881ADA2-2F1A-4046-9FEB-191D9422D781}
{EDDB8AB9-C53E-44C0-A620-0E86C2CBD5D5} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}
{5BA0D5BD-330D-4EE2-B959-CAFEA04E50E0} = {0C808854-54D1-4230-BFF5-77B5FD905000}
{3970BCDE-BE1A-4CF3-A65F-5264BA2E47B5} = {C120A020-773F-4EA3-923F-B67AF28B750D}
{B1E7E876-347F-4DC9-9BEA-D1AFBD9DFF8A} = {C120A020-773F-4EA3-923F-B67AF28B750D}
{1BDAB935-27DC-47E3-95EA-17E024D39C31} = {C120A020-773F-4EA3-923F-B67AF28B750D}
{97D25665-34CD-4E0C-96E7-88F0795B8883} = {C120A020-773F-4EA3-923F-B67AF28B750D}
...
...
libs/.gitignore
浏览文件 @
316d603e
...
...
@@ -848,3 +848,5 @@ libpq-*/
libpq-*
lua-*/
lua-*
curl-*/
curl-*
libs/win32/Download CURL.2015.vcxproj
deleted
100644 → 0
浏览文件 @
cfafdfaa
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectName>
Download CURL
</ProjectName>
<ProjectGuid>
{3970BCDE-BE1A-4CF3-A65F-5264BA2E47B5}
</ProjectGuid>
<RootNamespace>
Download CURL
</RootNamespace>
<Keyword>
Win32Proj
</Keyword>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Utility
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v140
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Utility
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v140
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(SolutionDir)\w32\extdll.props"
/>
<Import
Project=
"$(SolutionDir)\w32\curl-version.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(PlatformName)\CURL\$(Configuration)\
</IntDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(PlatformName)\CURL\$(Configuration)\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<BuildLog>
<Path>
$(IntDir)BuildLog $(ProjectName).htm
</Path>
</BuildLog>
<PreBuildEvent>
<Command>
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<BuildLog>
<Path>
$(IntDir)BuildLog $(ProjectName).htm
</Path>
</BuildLog>
<PreBuildEvent>
<Command>
</Command>
</PreBuildEvent>
<PostBuildEvent>
<Command>
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild
Include=
"cleancount"
>
<FileType>
Document
</FileType>
<Message
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
Downloading Curl.
</Message>
<Command
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
if not exist "$(ProjectDir)..\curl-$(cURL_Version)" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/curl-$(cURL_Version).tar.gz "$(ProjectDir).."
</Command>
<Outputs
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(ProjectDir)..\curl-$(cURL_Version);%(Outputs)
</Outputs>
<Message
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
Downloading Curl.
</Message>
<Command
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
if not exist "$(ProjectDir)..\curl-$(cURL_Version)" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/curl-$(cURL_Version).tar.gz "$(ProjectDir).."
</Command>
<Outputs
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(ProjectDir)..\curl-$(cURL_Version);%(Outputs)
</Outputs>
</CustomBuild>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
libs/win32/curl/ca-bundle.h
deleted
100644 → 0
浏览文件 @
cfafdfaa
/* ca bundle path set in here*/
libs/win32/curl/cleancount
deleted
100644 → 0
浏览文件 @
cfafdfaa
1
\ No newline at end of file
libs/win32/curl/curllib.2010.vcxproj.filters
deleted
100644 → 0
浏览文件 @
cfafdfaa
差异被折叠。
点击展开。
libs/win32/curl/curllib.2015.vcxproj
deleted
100644 → 0
浏览文件 @
cfafdfaa
差异被折叠。
点击展开。
src/mod/applications/mod_curl/mod_curl.2015.vcxproj
浏览文件 @
316d603e
...
...
@@ -72,7 +72,6 @@
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<PreprocessorDefinitions>
CURL_STATICLIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PrecompiledHeader>
</PrecompiledHeader>
</ClCompile>
...
...
@@ -87,7 +86,6 @@
<TargetEnvironment>
X64
</TargetEnvironment>
</Midl>
<ClCompile>
<PreprocessorDefinitions>
CURL_STATICLIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PrecompiledHeader>
</PrecompiledHeader>
</ClCompile>
...
...
@@ -100,7 +98,6 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<PreprocessorDefinitions>
CURL_STATICLIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PrecompiledHeader>
</PrecompiledHeader>
</ClCompile>
...
...
@@ -115,7 +112,6 @@
<TargetEnvironment>
X64
</TargetEnvironment>
</Midl>
<ClCompile>
<PreprocessorDefinitions>
CURL_STATICLIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PrecompiledHeader>
</PrecompiledHeader>
</ClCompile>
...
...
@@ -130,10 +126,6 @@
<ClCompile
Include=
"mod_curl.c"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\..\..\..\libs\win32\curl\curllib.2015.vcxproj"
>
<Project>
{87ee9da4-de1e-4448-8324-183c98dca588}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference
Include=
"..\..\..\..\w32\Library\FreeSwitchCore.2015.vcxproj"
>
<Project>
{202d7a4e-760d-4d0e-afa1-d7459ced30ff}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
...
...
src/mod/applications/mod_http_cache/mod_http_cache.vcxproj
浏览文件 @
316d603e
...
...
@@ -45,7 +45,7 @@
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v140
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(SolutionDir)\w32\openssl.props"
/>
<Import
Project=
"$(SolutionDir)\w32\curl.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
...
...
@@ -133,9 +133,6 @@
<ClCompile
Include=
"common.c"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"$(SolutionDir)\libs\win32\curl\curllib.2015.vcxproj"
>
<Project>
{87ee9da4-de1e-4448-8324-183c98dca588}
</Project>
</ProjectReference>
<ProjectReference
Include=
"$(SolutionDir)\w32\Library\FreeSwitchCore.2015.vcxproj"
>
<Project>
{202d7a4e-760d-4d0e-afa1-d7459ced30ff}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
...
...
src/mod/formats/mod_shout/mod_shout.2015.vcxproj
浏览文件 @
316d603e
...
...
@@ -75,7 +75,7 @@
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
../../../../libs/lame-3.98.4/include;..\..\..\..\libs\win32\libshout;..\..\..\..\libs\libshout-2.2.2\include;..\..\..\..\libs\mpg123\src;..\..\..\..\libs\win32\mpg123;..\..\..\..\libs\win32\mpg123\libmpg123;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_TIMESPEC_DEFINED;
CURL_STATICLIB;
%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_TIMESPEC_DEFINED;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
...
...
@@ -97,7 +97,7 @@
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
../../../../libs/lame-3.98.4/include;..\..\..\..\libs\win32\libshout;..\..\..\..\libs\libshout-2.2.2\include;..\..\..\..\libs\mpg123\src;..\..\..\..\libs\win32\mpg123;..\..\..\..\libs\win32\mpg123\libmpg123;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
CURL_STATICLIB;
%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
...
...
@@ -117,7 +117,7 @@
<Optimization>
MaxSpeed
</Optimization>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
<AdditionalIncludeDirectories>
../../../../libs/lame-3.98.4/include;..\..\..\..\libs\win32\libshout;..\..\..\..\libs\libshout-2.2.2\include;..\..\..\..\libs\mpg123\src;..\..\..\..\libs\win32\mpg123;..\..\..\..\libs\win32\mpg123\libmpg123;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_TIMESPEC_DEFINED;
CURL_STATICLIB;
%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_TIMESPEC_DEFINED;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<WarningLevel>
Level3
</WarningLevel>
...
...
@@ -141,7 +141,7 @@
<Optimization>
MaxSpeed
</Optimization>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
<AdditionalIncludeDirectories>
../../../../libs/lame-3.98.4/include;..\..\..\..\libs\win32\libshout;..\..\..\..\libs\libshout-2.2.2\include;..\..\..\..\libs\mpg123\src;..\..\..\..\libs\win32\mpg123;..\..\..\..\libs\win32\mpg123\libmpg123;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
CURL_STATICLIB;
%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<WarningLevel>
Level3
</WarningLevel>
...
...
@@ -166,10 +166,6 @@
<ClInclude
Include=
"mpglib.h"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\..\..\..\libs\win32\curl\curllib.2015.vcxproj"
>
<Project>
{87ee9da4-de1e-4448-8324-183c98dca588}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference
Include=
"..\..\..\..\libs\win32\libmp3lame\libmp3lame.2015.vcxproj"
>
<Project>
{e316772f-5d8f-4f2a-8f71-094c3e859d34}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
...
...
src/mod/languages/mod_v8/mod_v8.2015.vcxproj
浏览文件 @
316d603e
...
...
@@ -210,10 +210,6 @@
<ProjectReference
Include=
"..\..\..\..\libs\libteletone\libteletone.2015.vcxproj"
>
<Project>
{89385c74-5860-4174-9caf-a39e7c48909c}
</Project>
</ProjectReference>
<ProjectReference
Include=
"..\..\..\..\libs\win32\curl\curllib.2015.vcxproj"
>
<Project>
{87ee9da4-de1e-4448-8324-183c98dca588}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference
Include=
"..\..\..\..\w32\Library\FreeSwitchCore.2015.vcxproj"
>
<Project>
{202d7a4e-760d-4d0e-afa1-d7459ced30ff}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
...
...
src/mod/languages/mod_v8/mod_v8_skel.2015.vcxproj
浏览文件 @
316d603e
...
...
@@ -185,10 +185,6 @@
<ClCompile
Include=
"mod_v8_skel.cpp"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\..\..\..\libs\win32\curl\curllib.2015.vcxproj"
>
<Project>
{87ee9da4-de1e-4448-8324-183c98dca588}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference
Include=
"..\..\..\..\w32\Library\FreeSwitchCore.2015.vcxproj"
>
<Project>
{202d7a4e-760d-4d0e-afa1-d7459ced30ff}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
...
...
src/mod/xml_int/mod_xml_cdr/mod_xml_cdr.2015.vcxproj
浏览文件 @
316d603e
...
...
@@ -131,10 +131,6 @@
<Project>
{f6c55d93-b927-4483-bb69-15aef3dd2dff}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference
Include=
"..\..\..\..\libs\win32\curl\curllib.2015.vcxproj"
>
<Project>
{87ee9da4-de1e-4448-8324-183c98dca588}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference
Include=
"..\..\..\..\w32\Library\FreeSwitchCore.2015.vcxproj"
>
<Project>
{202d7a4e-760d-4d0e-afa1-d7459ced30ff}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
...
...
src/mod/xml_int/mod_xml_curl/mod_xml_curl.2015.vcxproj
浏览文件 @
316d603e
...
...
@@ -130,10 +130,6 @@
<ClCompile
Include=
"mod_xml_curl.c"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\..\..\..\libs\win32\curl\curllib.2015.vcxproj"
>
<Project>
{87ee9da4-de1e-4448-8324-183c98dca588}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference
Include=
"..\..\..\..\w32\Library\FreeSwitchCore.2015.vcxproj"
>
<Project>
{202d7a4e-760d-4d0e-afa1-d7459ced30ff}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
...
...
w32/Library/FreeSwitchCore.2015.vcxproj
浏览文件 @
316d603e
...
...
@@ -749,10 +749,14 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
<DisableSpecificWarnings
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
4100;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
<ClCompile
Include=
"..\..\src\switch_utf8.c"
>
<PrecompiledHeader
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
></PrecompiledHeader>
<PrecompiledHeader
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
></PrecompiledHeader>
<PrecompiledHeader
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
></PrecompiledHeader>
<PrecompiledHeader
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
></PrecompiledHeader>
<PrecompiledHeader
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
</PrecompiledHeader>
<PrecompiledHeader
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
</PrecompiledHeader>
<PrecompiledHeader
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
</PrecompiledHeader>
<PrecompiledHeader
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup>
...
...
@@ -887,9 +891,6 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
<LinkLibraryDependencies>
true
</LinkLibraryDependencies>
<UseLibraryDependencyInputs>
false
</UseLibraryDependencyInputs>
</ProjectReference>
<ProjectReference
Include=
"..\..\libs\win32\curl\curllib.2015.vcxproj"
>
<Project>
{87ee9da4-de1e-4448-8324-183c98dca588}
</Project>
</ProjectReference>
<ProjectReference
Include=
"..\..\libs\win32\pcre\libpcre.2015.vcxproj"
>
<Project>
{8d04b550-d240-4a44-8a18-35da3f7038d9}
</Project>
<ReferenceOutputAssembly>
false
</ReferenceOutputAssembly>
...
...
w32/curl-version.props
浏览文件 @
316d603e
...
...
@@ -2,16 +2,16 @@
<Project
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
/>
<PropertyGroup
Label=
"UserMacros"
>
<c
URL_Version>
7.54.1
</cURL_
Version>
<c
urlVersion>
7.59.0
</curl
Version>
</PropertyGroup>
<PropertyGroup>
<c
URL_VersionImported>
true
</cURL_
VersionImported>
<c
urlVersionImported>
true
</curl
VersionImported>
</PropertyGroup>
<PropertyGroup
/>
<ItemDefinitionGroup
/>
<ItemGroup>
<BuildMacro
Include=
"c
URL_
Version"
>
<Value>
$(c
URL_
Version)
</Value>
<BuildMacro
Include=
"c
url
Version"
>
<Value>
$(c
url
Version)
</Value>
</BuildMacro>
</ItemGroup>
</Project>
\ No newline at end of file
w32/curl.props
浏览文件 @
316d603e
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"curl-version.props"
Condition=
" '$(cURL_VersionImported)' == '' "
/>
<Import
Project=
"curl-version.props"
Condition=
" '$(curlVersionImported)' == '' "
/>
<Import
Project=
"downloadpackage.task"
Condition=
" '$(downloadpackagetask_Imported)' == '' "
/>
<Import
Project=
"openssl.props"
/>
<Import
Project=
"zlib.props"
/>
</ImportGroup>
<PropertyGroup>
<CurlPropsImported>
true
</CurlPropsImported>
</PropertyGroup>
<PropertyGroup>
<LibraryConfiguration
Condition=
"$(Configuration.ToLower().Contains('debug'))"
>
Debug
</LibraryConfiguration>
<LibraryConfiguration
Condition=
"$(Configuration.ToLower().Contains('release'))"
>
Release
</LibraryConfiguration>
</PropertyGroup>
<PropertyGroup
Label=
"UserMacros"
>
<curlLibDir>
$(SolutionDir)libs\curl-$(curlVersion)
</curlLibDir>
</PropertyGroup>
<!--
Download Target.
Name must be unique.
By design, targets are executed only once per project.
Usage:
package: URI
expectfileordirectory: Skips the download and extraction if exists
outputfolder: Folder to store a downloaded file.
By default "$(BaseDir)libs", if empty
outputfilename: If not empty, overrides filename from URI.
.exe files don't get extracted
extractto: Folder to extract an archive to
-->
<Target
Name=
"curlBinariesDownloadTarget"
BeforeTargets=
"CustomBuild"
DependsOnTargets=
"7za"
>
<DownloadPackageTask
package=
"http://files.freeswitch.org/windows/packages/curl/$(curlVersion)/curl-$(curlVersion)-binaries-$(Platform.ToLower())-$(LibraryConfiguration.ToLower()).zip"
expectfileordirectory=
"$(curlLibDir)\binaries\$(Platform)\$(LibraryConfiguration)\curl.lib"
outputfolder=
""
outputfilename=
""
extractto=
"$(BaseDir)libs\"
/>
</Target>
<Target
Name=
"curlHeadersDownloadTarget"
BeforeTargets=
"CustomBuild"
DependsOnTargets=
"7za"
>
<DownloadPackageTask
package=
"http://files.freeswitch.org/windows/packages/curl/$(curlVersion)/curl-$(curlVersion)-headers.zip"
expectfileordirectory=
"$(curlLibDir)\include\curl\curl.h"
outputfolder=
""
outputfilename=
""
extractto=
"$(BaseDir)libs\"
/>
</Target>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>
$(
SolutionDir)libs\curl-$(cURL_Version
)\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(
curlLibDir
)\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
HAVE_CURL;CURL_STATICLIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalLibraryDirectories>
$(curlLibDir)\binaries\$(Platform)\$(LibraryConfiguration);%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
<AdditionalDependencies>
curl.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
</Project>
\ No newline at end of file
w32/openssl.props
浏览文件 @
316d603e
...
...
@@ -8,6 +8,11 @@
<OpensslPropsImported>
true
</OpensslPropsImported>
</PropertyGroup>
<PropertyGroup>
<LibraryConfiguration
Condition=
"$(Configuration.ToLower().Contains('debug'))"
>
Debug
</LibraryConfiguration>
<LibraryConfiguration
Condition=
"$(Configuration.ToLower().Contains('release'))"
>
Release
</LibraryConfiguration>
</PropertyGroup>
<!--
Download Target.
Name must be unique.
...
...
@@ -30,8 +35,8 @@
<Target
Name=
"opensslbinariesTarget"
BeforeTargets=
"CustomBuild"
DependsOnTargets=
"7za"
>
<DownloadPackageTask
package=
"http://files.freeswitch.org/windows/packages/openssl/$(OpenSSLVersion)/openssl-$(OpenSSLVersion)-binaries-$(Platform.ToLower())-$(Configuration.ToLower()).zip"
expectfileordirectory=
"$(OpenSSLLibDir)\binaries\$(Platform)\$(
Configuration)\openssl.exe"
package=
"http://files.freeswitch.org/windows/packages/openssl/$(OpenSSLVersion)/openssl-$(OpenSSLVersion)-binaries-$(Platform.ToLower())-$(
Library
Configuration.ToLower()).zip"
expectfileordirectory=
"$(OpenSSLLibDir)\binaries\$(Platform)\$(
LibraryConfiguration)\openssl.exe"
outputfolder=
""
outputfilename=
""
extractto=
"$(BaseDir)libs"
...
...
@@ -50,11 +55,11 @@
<Target
Name=
"opensslcopyTarget"
BeforeTargets=
"CustomBuild"
DependsOnTargets=
"opensslbinariesTarget"
>
<ItemGroup>
<opensslFiles
Include=
"$(OpenSSLLibDir)\binaries\$(Platform)\$(
Configuration)\*.*"
/>
<opensslFiles
Include=
"$(OpenSSLLibDir)\binaries\$(Platform)\$(
LibraryConfiguration)\*.*"
/>
</ItemGroup>
<Copy
Condition=
"!exists('$(BaseDir)\$(Platform)\$(Configuration)\openssl.exe')"
<Copy
Condition=
"!exists('$(BaseDir)\$(Platform)\$(
Library
Configuration)\openssl.exe')"
SourceFiles=
"@(opensslFiles)"
DestinationFiles=
"@(opensslFiles->'$(BaseDir)\$(Platform)\$(
Configuration)\%(Filename)%(Extension)')"
DestinationFiles=
"@(opensslFiles->'$(BaseDir)\$(Platform)\$(
LibraryConfiguration)\%(Filename)%(Extension)')"
/>
</Target>
...
...
@@ -66,7 +71,7 @@
<PreprocessorDefinitions>
HAVE_OPENSSL;HAVE_OPENSSL_DTLS_SRTP;HAVE_OPENSSL_DTLS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalLibraryDirectories>
$(OpenSSLLibDir)\binaries\$(Platform)\$(Configuration)\;%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
<AdditionalLibraryDirectories>
$(OpenSSLLibDir)\binaries\$(Platform)\$(
Library
Configuration)\;%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
<AdditionalDependencies
Condition=
"'$(Platform)'=='Win32'"
>
ws2_32.lib;libeay32.lib;ssleay32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies
Condition=
"'$(Platform)'=='x64'"
>
ws2_32.lib;libeay32.lib;ssleay32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
...
...
w32/zlib.props
浏览文件 @
316d603e
...
...
@@ -5,6 +5,11 @@
<Import
Project=
"downloadpackage.task"
Condition=
" '$(downloadpackagetask_Imported)' == '' "
/>
</ImportGroup>
<PropertyGroup>
<LibraryConfiguration
Condition=
"$(Configuration.ToLower().Contains('debug'))"
>
Debug
</LibraryConfiguration>
<LibraryConfiguration
Condition=
"$(Configuration.ToLower().Contains('release'))"
>
Release
</LibraryConfiguration>
</PropertyGroup>
<PropertyGroup
Label=
"UserMacros"
>
<zliblibDir>
$(BaseDir)libs\zlib-$(zlibVersion)
</zliblibDir>
</PropertyGroup>
...
...
@@ -31,8 +36,8 @@
<Target
Name=
"zlibBinariesDownloadTarget"
BeforeTargets=
"CustomBuild"
DependsOnTargets=
"7za"
>
<DownloadPackageTask
package=
"http://files.freeswitch.org/windows/packages/zlib/$(zlibVersion)/zlib-$(zlibVersion)-binaries-$(Platform.ToLower())-$(Configuration.ToLower()).zip"
expectfileordirectory=
"$(zliblibDir)\binaries\$(Platform)\$(
Configuration)\zlib.lib"
package=
"http://files.freeswitch.org/windows/packages/zlib/$(zlibVersion)/zlib-$(zlibVersion)-binaries-$(Platform.ToLower())-$(
Library
Configuration.ToLower()).zip"
expectfileordirectory=
"$(zliblibDir)\binaries\$(Platform)\$(
LibraryConfiguration)\zlib.lib"
outputfolder=
""
outputfilename=
""
extractto=
"$(BaseDir)libs\"
...
...
@@ -54,7 +59,7 @@
<PreprocessorDefinitions>
HAVE_ZLIB;ZLIB_STATICLIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalLibraryDirectories>
$(SolutionDir)libs\zlib-$(zlibVersion)\binaries\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
<AdditionalLibraryDirectories>
$(SolutionDir)libs\zlib-$(zlibVersion)\binaries\$(Platform)\$(
Library
Configuration);%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
<AdditionalDependencies>
zlib.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论