提交 fe94bda8 authored 作者: Michael Jerris's avatar Michael Jerris

cleanup project files

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11550 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 bac1ea15
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
> >
</Filter> </Filter>
<File <File
RelativePath=".\src\msvc\spandsp.def" RelativePath=".\msvc\spandsp.def"
> >
</File> </File>
</Files> </Files>
......
<?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="libspandsp" Name="libspandsp"
ProjectGUID="{CF70F278-3364-4395-A2E1-23501C9B8AD2}" ProjectGUID="{CF70F278-3364-4395-A2E1-23501C9B8AD2}"
...@@ -41,14 +41,13 @@ ...@@ -41,14 +41,13 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="src; src\spandsp; src\msvc;..\libtiff\include" AdditionalIncludeDirectories=".;.\spandsp;.\msvc;.\generated;..\..\libtiff\include"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
MinimalRebuild="true" MinimalRebuild="true"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
WarningLevel="4" WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4" DebugInformationFormat="4"
CompileAs="1" CompileAs="1"
DisableSpecificWarnings="4127" DisableSpecificWarnings="4127"
...@@ -65,7 +64,7 @@ ...@@ -65,7 +64,7 @@
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="2" LinkIncremental="2"
ModuleDefinitionFile="src/msvc/spandsp.def" ModuleDefinitionFile="./msvc/spandsp.def"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="2" SubSystem="2"
RandomizedBaseAddress="1" RandomizedBaseAddress="1"
...@@ -119,12 +118,11 @@ ...@@ -119,12 +118,11 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalIncludeDirectories="src; src\spandsp; src\msvc;..\libtiff\include" AdditionalIncludeDirectories=".;.\spandsp;.\msvc;.\generated;..\..\libtiff\include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
RuntimeLibrary="2" RuntimeLibrary="2"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
WarningLevel="4" WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3" DebugInformationFormat="3"
DisableSpecificWarnings="4127" DisableSpecificWarnings="4127"
/> />
...@@ -140,7 +138,7 @@ ...@@ -140,7 +138,7 @@
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
LinkIncremental="1" LinkIncremental="1"
ModuleDefinitionFile="src/msvc/spandsp.def" ModuleDefinitionFile="./msvc/spandsp.def"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="2" SubSystem="2"
OptimizeReferences="2" OptimizeReferences="2"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论