mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-15 21:22:57 +00:00
adj
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@369 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b97846541e
commit
f8895b687f
@ -26,7 +26,7 @@
|
|||||||
* Anthony Minessale II <anthmct@yahoo.com>
|
* Anthony Minessale II <anthmct@yahoo.com>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* mod_iaxchan.c -- IAX2 Endpoint Module
|
* mod_iax.c -- IAX2 Endpoint Module
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include <switch.h>
|
#include <switch.h>
|
||||||
@ -42,7 +42,7 @@
|
|||||||
#include <iax/iax2-parser.h>
|
#include <iax/iax2-parser.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char modname[] = "mod_iaxchan";
|
static const char modname[] = "mod_iax";
|
||||||
|
|
||||||
static switch_memory_pool *module_pool;
|
static switch_memory_pool *module_pool;
|
||||||
static int running = 1;
|
static int running = 1;
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="8.00"
|
Version="8.00"
|
||||||
Name="mod_IaxChan"
|
Name="mod_Iax"
|
||||||
ProjectGUID="{3A5B9131-F20C-4A85-9447-6C1610941CEE}"
|
ProjectGUID="{3A5B9131-F20C-4A85-9447-6C1610941CEE}"
|
||||||
RootNamespace="mod_IaxChan"
|
RootNamespace="mod_Iax"
|
||||||
Keyword="Win32Proj"
|
Keyword="Win32Proj"
|
||||||
>
|
>
|
||||||
<Platforms>
|
<Platforms>
|
||||||
@ -25,7 +25,7 @@
|
|||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="cscript /nologo $(InputDir)..\..\..\..\w32\vsnet\getlibs.vbs Mod_IaxChan Debug"
|
CommandLine="cscript /nologo $(InputDir)..\..\..\..\w32\vsnet\getlibs.vbs Mod_Iax Debug"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
@ -64,13 +64,13 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="Ws2_32.lib Iphlpapi.lib libiax2.lib Winmm.lib"
|
AdditionalDependencies="Ws2_32.lib Iphlpapi.lib libiax2.lib Winmm.lib"
|
||||||
OutputFile="..\..\..\..\w32\vsnet\$(OutDir)/mod/mod_IaxChan.dll"
|
OutputFile="..\..\..\..\w32\vsnet\$(OutDir)/mod/mod_Iax.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
AdditionalLibraryDirectories="$(InputDir)..\..\..\..\libs\iax\Debug"
|
AdditionalLibraryDirectories="$(InputDir)..\..\..\..\libs\iax\Debug"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)/mod_IaxChan.pdb"
|
ProgramDatabaseFile="$(OutDir)/mod_Iax.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
ImportLibrary="$(OutDir)/mod_IaxChan.lib"
|
ImportLibrary="$(OutDir)/mod_Iax.lib"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -108,7 +108,7 @@
|
|||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="cscript /nologo $(InputDir)..\..\..\..\w32\vsnet\getlibs.vbs Mod_IaxChan Release"
|
CommandLine="cscript /nologo $(InputDir)..\..\..\..\w32\vsnet\getlibs.vbs Mod_Iax Release"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
@ -144,7 +144,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="Ws2_32.lib Iphlpapi.lib libiax2.lib Winmm.lib"
|
AdditionalDependencies="Ws2_32.lib Iphlpapi.lib libiax2.lib Winmm.lib"
|
||||||
OutputFile="..\..\..\..\w32\vsnet\$(OutDir)/mod/mod_IaxChan.dll"
|
OutputFile="..\..\..\..\w32\vsnet\$(OutDir)/mod/mod_Iax.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
AdditionalLibraryDirectories=""$(InputDir)..\..\..\..\libs\iax\Release""
|
AdditionalLibraryDirectories=""$(InputDir)..\..\..\..\libs\iax\Release""
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
@ -152,7 +152,7 @@
|
|||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"
|
EnableCOMDATFolding="2"
|
||||||
LinkTimeCodeGeneration="1"
|
LinkTimeCodeGeneration="1"
|
||||||
ImportLibrary="$(OutDir)/mod_IaxChan.lib"
|
ImportLibrary="$(OutDir)/mod_Iax.lib"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -190,7 +190,7 @@
|
|||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||||
>
|
>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\mod_iaxchan.c"
|
RelativePath=".\mod_iax.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user