skypiax: modified VC++ solution so to include libspandsp includes and lib
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16691 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f53c1cbf19
commit
d914adb78c
|
@ -1,7 +1,7 @@
|
||||||
<?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="mod_skypiax"
|
Name="mod_skypiax"
|
||||||
ProjectGUID="{C6E78A4C-DB1E-47F4-9B63-4DC27D86343F}"
|
ProjectGUID="{C6E78A4C-DB1E-47F4-9B63-4DC27D86343F}"
|
||||||
RootNamespace="mod_skypiax"
|
RootNamespace="mod_skypiax"
|
||||||
|
@ -39,6 +39,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
AdditionalIncludeDirectories=""$(InputDir)..\..\..\..\libs\spandsp\src\msvc";"$(InputDir)..\..\..\..\libs\spandsp\src";"$(InputDir)..\..\..\..\libs\tiff-3.8.2\libtiff""
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
WarnAsError="false"
|
WarnAsError="false"
|
||||||
|
@ -54,7 +55,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions="rpcrt4.lib "
|
AdditionalOptions="rpcrt4.lib "..\..\..\..\debug\libtiff.lib" "..\..\..\..\libs\spandsp\src\debug\spandsp.lib""
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="0"
|
DataExecutionPrevention="0"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue