提交 d4dbd900 authored 作者: Mathieu Rene's avatar Mathieu Rene

ESL-30

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16595 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 c276b7b7
<?xml version="1.0" encoding="Windows-1252"?> <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="9,00" Version="9.00"
Name="ESL" Name="ESL"
ProjectGUID="{FEA2D0AE-6713-4E41-A473-A143849BC7FF}" ProjectGUID="{FEA2D0AE-6713-4E41-A473-A143849BC7FF}"
RootNamespace="ESL" RootNamespace="ESL"
...@@ -115,9 +115,10 @@ ...@@ -115,9 +115,10 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\src\include"
PreprocessorDefinitions="WIN32;NDEBUG" PreprocessorDefinitions="WIN32;NDEBUG"
RuntimeLibrary="2" RuntimeLibrary="2"
UsePrecompiledHeader="2" UsePrecompiledHeader="0"
WarningLevel="3" WarningLevel="3"
DebugInformationFormat="3" DebugInformationFormat="3"
/> />
...@@ -132,8 +133,9 @@ ...@@ -132,8 +133,9 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="$(NoInherit)" AdditionalDependencies="esl.lib Ws2_32.lib"
LinkIncremental="1" LinkIncremental="1"
AdditionalLibraryDirectories="&quot;..\..\..\$(ConfigurationName)\&quot;"
GenerateDebugInformation="true" GenerateDebugInformation="true"
TargetMachine="1" TargetMachine="1"
/> />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论