Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
6e399137
提交
6e399137
authored
9月 25, 2017
作者:
Andrey Volk
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
FS-10690: [Build-System] Add civetweb library project for libblade on windows.
上级
542825ef
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
194 行增加
和
0 行删除
+194
-0
libblade.sln
libs/libblade/libblade.sln
+18
-0
civetweb.2015.vcxproj
libs/win32/civetweb/civetweb.2015.vcxproj
+145
-0
civetweb-version.props
w32/civetweb-version.props
+17
-0
civetweb.props
w32/civetweb.props
+14
-0
没有找到文件。
libs/libblade/libblade.sln
浏览文件 @
6e399137
...
...
@@ -29,6 +29,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testcon", "test\testcon.vcx
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openssl", "..\win32\openssl\openssl.2015.vcxproj", "{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "civetweb", "..\win32\civetweb\civetweb.2015.vcxproj", "{1FAAE8B0-C134-436D-9B13-74C16517FC03}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
...
...
@@ -249,6 +251,22 @@ Global
{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}.ReleaseDLL|x64.Build.0 = Release|x64
{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}.ReleaseDLL|x86.ActiveCfg = Release|Win32
{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}.ReleaseDLL|x86.Build.0 = Release|Win32
{1FAAE8B0-C134-436D-9B13-74C16517FC03}.Debug|x64.ActiveCfg = Debug|x64
{1FAAE8B0-C134-436D-9B13-74C16517FC03}.Debug|x64.Build.0 = Debug|x64
{1FAAE8B0-C134-436D-9B13-74C16517FC03}.Debug|x86.ActiveCfg = Debug|Win32
{1FAAE8B0-C134-436D-9B13-74C16517FC03}.Debug|x86.Build.0 = Debug|Win32
{1FAAE8B0-C134-436D-9B13-74C16517FC03}.DebugDLL|x64.ActiveCfg = Debug|x64
{1FAAE8B0-C134-436D-9B13-74C16517FC03}.DebugDLL|x64.Build.0 = Debug|x64
{1FAAE8B0-C134-436D-9B13-74C16517FC03}.DebugDLL|x86.ActiveCfg = Debug|Win32
{1FAAE8B0-C134-436D-9B13-74C16517FC03}.DebugDLL|x86.Build.0 = Debug|Win32
{1FAAE8B0-C134-436D-9B13-74C16517FC03}.Release|x64.ActiveCfg = Release|x64
{1FAAE8B0-C134-436D-9B13-74C16517FC03}.Release|x64.Build.0 = Release|x64
{1FAAE8B0-C134-436D-9B13-74C16517FC03}.Release|x86.ActiveCfg = Release|Win32
{1FAAE8B0-C134-436D-9B13-74C16517FC03}.Release|x86.Build.0 = Release|Win32
{1FAAE8B0-C134-436D-9B13-74C16517FC03}.ReleaseDLL|x64.ActiveCfg = Release|x64
{1FAAE8B0-C134-436D-9B13-74C16517FC03}.ReleaseDLL|x64.Build.0 = Release|x64
{1FAAE8B0-C134-436D-9B13-74C16517FC03}.ReleaseDLL|x86.ActiveCfg = Release|Win32
{1FAAE8B0-C134-436D-9B13-74C16517FC03}.ReleaseDLL|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
...
...
libs/win32/civetweb/civetweb.2015.vcxproj
0 → 100644
浏览文件 @
6e399137
<?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=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<Keyword>
Win32Proj
</Keyword>
<ProjectName>
civetweb
</ProjectName>
<RootNamespace>
civetweb
</RootNamespace>
<ProjectGuid>
{1FAAE8B0-C134-436D-9B13-74C16517FC03}
</ProjectGuid>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v140
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v140
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v140
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v140
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"..\..\..\w32\civetweb.props"
/>
<ImportGroup
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"..\..\..\w32\extlib.props"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<AssemblerListingLocation>
Debug/
</AssemblerListingLocation>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<CompileAs>
CompileAsC
</CompileAs>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<ExceptionHandling>
</ExceptionHandling>
<InlineFunctionExpansion>
Disabled
</InlineFunctionExpansion>
<Optimization>
Disabled
</Optimization>
<PrecompiledHeader>
NotUsing
</PrecompiledHeader>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<TreatWarningAsError>
true
</TreatWarningAsError>
<WarningLevel>
Level4
</WarningLevel>
<PreprocessorDefinitions>
WIN32;_WINDOWS;_DEBUG;USE_STACK_SIZE=102400;MAX_REQUEST_SIZE=16384;CMAKE_INTDIR="Debug";USE_DUKTAPE;USE_IPV6;LUA_COMPAT_ALL;USE_LUA;USE_LUA_SQLITE3;USE_LUA_FILE_SYSTEM;USE_WEBSOCKET;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<DisableSpecificWarnings>
4210;4100;4702;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<AssemblerListingLocation>
Release/
</AssemblerListingLocation>
<CompileAs>
CompileAsC
</CompileAs>
<ExceptionHandling>
</ExceptionHandling>
<InlineFunctionExpansion>
AnySuitable
</InlineFunctionExpansion>
<Optimization>
MaxSpeed
</Optimization>
<PrecompiledHeader>
NotUsing
</PrecompiledHeader>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<TreatWarningAsError>
true
</TreatWarningAsError>
<WarningLevel>
Level4
</WarningLevel>
<PreprocessorDefinitions>
WIN32;_WINDOWS;NDEBUG;USE_STACK_SIZE=102400;MAX_REQUEST_SIZE=16384;CMAKE_INTDIR="Release";USE_DUKTAPE;USE_IPV6;LUA_COMPAT_ALL;USE_LUA;USE_LUA_SQLITE3;USE_LUA_FILE_SYSTEM;USE_WEBSOCKET;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<DebugInformationFormat>
</DebugInformationFormat>
<DisableSpecificWarnings>
4210;4100;4702;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<Midl>
<TargetEnvironment>
X64
</TargetEnvironment>
</Midl>
<ClCompile>
<AssemblerListingLocation>
Debug/
</AssemblerListingLocation>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<CompileAs>
CompileAsC
</CompileAs>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<ExceptionHandling>
</ExceptionHandling>
<InlineFunctionExpansion>
Disabled
</InlineFunctionExpansion>
<Optimization>
Disabled
</Optimization>
<PrecompiledHeader>
NotUsing
</PrecompiledHeader>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<TreatWarningAsError>
true
</TreatWarningAsError>
<WarningLevel>
Level4
</WarningLevel>
<PreprocessorDefinitions>
WIN32;_WINDOWS;_DEBUG;_WIN64;USE_STACK_SIZE=102400;MAX_REQUEST_SIZE=16384;CMAKE_INTDIR="Debug";USE_DUKTAPE;USE_IPV6;LUA_COMPAT_ALL;USE_LUA;USE_LUA_SQLITE3;USE_LUA_FILE_SYSTEM;USE_WEBSOCKET;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<DisableSpecificWarnings>
4210;4100;4702;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<Midl>
<TargetEnvironment>
X64
</TargetEnvironment>
</Midl>
<ClCompile>
<AssemblerListingLocation>
Release/
</AssemblerListingLocation>
<CompileAs>
CompileAsC
</CompileAs>
<ExceptionHandling>
</ExceptionHandling>
<InlineFunctionExpansion>
AnySuitable
</InlineFunctionExpansion>
<Optimization>
MaxSpeed
</Optimization>
<PrecompiledHeader>
NotUsing
</PrecompiledHeader>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<TreatWarningAsError>
true
</TreatWarningAsError>
<WarningLevel>
Level4
</WarningLevel>
<PreprocessorDefinitions>
WIN32;_WINDOWS;NDEBUG;USE_STACK_SIZE=102400;MAX_REQUEST_SIZE=16384;CMAKE_INTDIR="Release";USE_DUKTAPE;USE_IPV6;LUA_COMPAT_ALL;USE_LUA;USE_LUA_SQLITE3;USE_LUA_FILE_SYSTEM;USE_WEBSOCKET;_WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<DebugInformationFormat>
</DebugInformationFormat>
<DisableSpecificWarnings>
4210;4100;4702;%(DisableSpecificWarnings)
</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"$(civetwebLibDir)\src\civetweb.c"
/>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
w32/civetweb-version.props
0 → 100644
浏览文件 @
6e399137
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
/>
<PropertyGroup
Label=
"UserMacros"
>
<civetweb_Version>
1.9.1
</civetweb_Version>
</PropertyGroup>
<PropertyGroup>
<civetweb_VersionImported>
true
</civetweb_VersionImported>
</PropertyGroup>
<PropertyGroup
/>
<ItemDefinitionGroup
/>
<ItemGroup>
<BuildMacro
Include=
"civetweb_Version"
>
<Value>
$(civetweb_Version)
</Value>
</BuildMacro>
</ItemGroup>
</Project>
\ No newline at end of file
w32/civetweb.props
0 → 100644
浏览文件 @
6e399137
<?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=
"civetweb-version.props"
Condition=
" '$(civetweb_VersionImported)' == '' "
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
>
<civetwebLibDir>
$(SolutionDir)..\civetweb-$(civetweb_Version)\
</civetwebLibDir>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>
$(civetwebLibDir)\src\third_party\lua-5.2.4\src\;$(civetwebLibDir)\src\third_party\duktape-1.5.2\src\;$(civetwebLibDir)\src\third_party;$(civetwebLibDir)\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
</Project>
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论