move some modules to use .vsprops files to centralize where settings are made and to simplify the project files.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5971 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-10-18 18:11:43 +00:00
parent 30167b5bfb
commit 6959c3ddd7
48 changed files with 151 additions and 730 deletions

View File

@@ -110,8 +110,6 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="&quot;$(InputDir)..\..\..\..\libs\codec\ilbc\src&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
/>
<Tool
@@ -126,9 +124,6 @@
<Tool
Name="VCLinkerTool"
AdditionalLibraryDirectories="&quot;..\..\..\..\libs\codec\ilbc\$(OutDir)&quot;"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
/>
<Tool
Name="VCALinkTool"