Update to use exosip and osip 2.2.2. Modified GetLibs.vbs to rebuild jrtp when any of the libs are not there.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@78 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
807742c9e8
commit
13f7b29956
|
@ -114,13 +114,14 @@ End Sub
|
|||
Sub BuildLibs_ModExosip(BuildDebug, BuildRelease)
|
||||
|
||||
If Not FSO.FolderExists(LibDestDir & "osip") Then
|
||||
WgetUnTarGz "http://www.antisip.com/download/libosip2-2.2.1.tar.gz", LibDestDir
|
||||
If Not FSO.FolderExists(LibDestDir & "libosip2-2.2.1") Then
|
||||
WgetUnTarGz "http://www.antisip.com/download/libosip2-2.2.2.tar.gz", LibDestDir
|
||||
If Not FSO.FolderExists(LibDestDir & "libosip2-2.2.2") Then
|
||||
Wscript.echo "Unable to get osip from default download location, Trying backup location:"
|
||||
WgetUnTarGz "http://www.sofaswitch.org/mikej/libosip2-2.2.1.tar.gz", LibDestDir
|
||||
WgetUnTarGz "http://www.sofaswitch.org/mikej/libosip2-2.2.2.tar.gz", LibDestDir
|
||||
End If
|
||||
RenameFolder LibDestDir & "libosip2-2.2.1", "osip"
|
||||
RenameFolder LibDestDir & "libosip2-2.2.2", "osip"
|
||||
FSO.CopyFile Utilsdir & "osipparser2.vcproj", LibDestDir & "osip\platform\vsnet\", True
|
||||
FSO.CopyFile Utilsdir & "osip2.vcproj", LibDestDir & "osip\platform\vsnet\", True
|
||||
End If
|
||||
If FSO.FolderExists(LibDestDir & "osip") Then
|
||||
If BuildDebug Then
|
||||
|
@ -140,13 +141,13 @@ Sub BuildLibs_ModExosip(BuildDebug, BuildRelease)
|
|||
End If
|
||||
|
||||
If Not FSO.FolderExists(LibDestDir & "libeXosip2") Then
|
||||
WgetUnTarGz "http://www.antisip.com/download/libeXosip2-1.9.1-pre17.tar.gz", LibDestDir
|
||||
If Not FSO.FolderExists(LibDestDir & "libeXosip2-1.9.1-pre17") Then
|
||||
WgetUnTarGz "http://www.antisip.com/download/libeXosip2-2.2.2.tar.gz", LibDestDir
|
||||
If Not FSO.FolderExists(LibDestDir & "libeXosip2-2.2.2") Then
|
||||
Wscript.echo "Unable to get eXosip from default download location, Trying backup location:"
|
||||
WgetUnTarGz "http://www.sofaswitch.org/mikej/libeXosip2-1.9.1-pre17.tar.gz", LibDestDir
|
||||
WgetUnTarGz "http://www.sofaswitch.org/mikej/libeXosip2-2.2.2.tar.gz", LibDestDir
|
||||
End If
|
||||
RenameFolder LibDestDir & "libeXosip2-1.9.1-pre17", "libeXosip2"
|
||||
FSO.CopyFile Utilsdir & "eXosip.vcproj", LibDestDir & "libeXosip2\platform\vsnet\", True
|
||||
RenameFolder LibDestDir & "libeXosip2-2.2.2", "libeXosip2"
|
||||
' FSO.CopyFile Utilsdir & "eXosip.vcproj", LibDestDir & "libeXosip2\platform\vsnet\", True
|
||||
End If
|
||||
If FSO.FolderExists(LibDestDir & "libeXosip2") Then
|
||||
If BuildDebug Then
|
||||
|
@ -183,13 +184,13 @@ Sub BuildLibs_ModExosip(BuildDebug, BuildRelease)
|
|||
End If
|
||||
If FSO.FolderExists(LibDestDir & "jrtplib") And FSO.FolderExists(LibDestDir & "jthread-1.1.2") And FSO.FolderExists(LibDestDir & "jrtp4c")Then
|
||||
If BuildDebug Then
|
||||
If Not FSO.FileExists(LibDestDir & "jrtp4c\w32\Debug\jrtp4c.lib") Then
|
||||
If (Not FSO.FileExists(LibDestDir & "jrtp4c\w32\Debug\jrtp4c.lib")) Or (Not FSO.FileExists(LibDestDir & "jrtplib\Debug\jrtplib.lib")) Or (Not FSO.FileExists(LibDestDir & "jthread-1.1.2\Debug\jthread.lib")) Then
|
||||
UpgradeViaDevEnv LibDestDir & "jrtp4c\w32\jrtp4c.sln"
|
||||
BuildViaDevEnv LibDestDir & "jrtp4c\w32\jrtp4c.sln", "Debug"
|
||||
End If
|
||||
End If
|
||||
If BuildRelease Then
|
||||
If Not FSO.FileExists(LibDestDir & "jrtp4c\w32\Release\jrtp4c.lib") Then
|
||||
If (Not FSO.FileExists(LibDestDir & "jrtp4c\w32\Release\jrtp4c.lib")) Or (Not FSO.FileExists(LibDestDir & "jrtplib\Release\jrtplib.lib")) Or (Not FSO.FileExists(LibDestDir & "jthread-1.1.2\Release\jthread.lib")) Then
|
||||
UpgradeViaDevEnv LibDestDir & "jrtp4c\w32\jrtp4c.sln"
|
||||
BuildViaDevEnv LibDestDir & "jrtp4c\w32\jrtp4c.sln", "Release"
|
||||
End If
|
||||
|
|
|
@ -0,0 +1,290 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="osip2"
|
||||
ProjectGUID="{85255507-5D16-4218-85E2-F683BB2F04DA}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\include"
|
||||
PreprocessorDefinitions="_WIN32_WINNT;WIN32;_DEBUG;_LIB;OSIP_MT;ENABLE_TRACE;SYSTEM_LOGGER_ENABLED"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
ProgramDataBaseFileName="$(OutDir)/$(ProjectName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)\osip2.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\include"
|
||||
PreprocessorDefinitions="_WIN32_WINNT;WIN32;NDEBUG;_LIB;OSIP_MT;ENABLE_TRACE;SYSTEM_LOGGER_ENABLED"
|
||||
RuntimeLibrary="0"
|
||||
UsePrecompiledHeader="0"
|
||||
ProgramDataBaseFileName="$(OutDir)/$(ProjectName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)\osip2.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug DLL|Win32"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\include"
|
||||
PreprocessorDefinitions="_WIN32_WINNT;WIN32;_DEBUG;_LIB;OSIP_MT;ENABLE_TRACE;SYSTEM_LOGGER_ENABLED"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="0"
|
||||
ProgramDataBaseFileName="$(OutDir)/$(ProjectName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
ModuleDefinitionFile="..\windows\osip2.def"
|
||||
GenerateDebugInformation="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release DLL|Win32"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\include"
|
||||
PreprocessorDefinitions="_WIN32_WINNT;WIN32;NDEBUG;_LIB;OSIP_MT;ENABLE_TRACE;SYSTEM_LOGGER_ENABLED"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
ProgramDataBaseFileName="$(OutDir)/$(ProjectName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
ModuleDefinitionFile="..\windows\osip2.def"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\fsm_misc.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\ict.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\ict_fsm.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\ist.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\ist_fsm.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\nict.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\nict_fsm.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\nist.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\nist_fsm.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\osip.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\osip_dialog.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\osip_event.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\osip_negotiation.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\osip_time.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\osip_transaction.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\port_condv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\port_fifo.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\port_sema.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\port_thread.c">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\fsm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osip2\internal.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osip2\osip.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osip2\osip_condv.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osip2\osip_dialog.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osip2\osip_fifo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osip2\osip_mt.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osip2\osip_negotiation.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osip2\xixt.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
|
@ -1,108 +1,65 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Version="7.10"
|
||||
Name="osipparser2"
|
||||
ProjectGUID="{44F46B7E-0E51-4304-9735-330DFBAB41E5}"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
RootNamespace="osipparser2"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
ConfigurationType="4"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\include;..\..\src\osipparser2"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;OSIP_MT;ENABLE_TRACE;SYSTEM_LOGGER_ENABLED"
|
||||
MinimalRebuild="true"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
ProgramDataBaseFileName="$(OutDir)/$(ProjectName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)\osipparser2.lib"
|
||||
/>
|
||||
OutputFile="$(OutDir)\osipparser2.lib"/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
ConfigurationType="4"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\include;..\..\src\osipparser2"
|
||||
|
@ -111,37 +68,119 @@
|
|||
UsePrecompiledHeader="0"
|
||||
ProgramDataBaseFileName="$(OutDir)/$(ProjectName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/osipparser2.lib"
|
||||
/>
|
||||
OutputFile="$(OutDir)/osipparser2.lib"/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug DLL|Win32"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\include;..\..\src\osipparser2"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;OSIP_MT;ENABLE_TRACE;SYSTEM_LOGGER_ENABLED"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="0"
|
||||
ProgramDataBaseFileName="$(OutDir)/$(ProjectName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
ModuleDefinitionFile="..\windows\osipparser2.def"
|
||||
GenerateDebugInformation="TRUE"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release DLL|Win32"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\include;..\..\src\osipparser2"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;OSIP_MT;ENABLE_TRACE;SYSTEM_LOGGER_ENABLED"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
ProgramDataBaseFileName="$(OutDir)/$(ProjectName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
ModuleDefinitionFile="..\windows\osipparser2.def"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
|
@ -150,324 +189,247 @@
|
|||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_accept.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_accept.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_accept_encoding.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_accept_encoding.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_accept_language.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_accept_language.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_alert_info.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_alert_info.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_allow.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_allow.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_authentication_info.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_authentication_info.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_authorization.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_authorization.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_body.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_body.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_call_id.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_call_id.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_call_info.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_call_info.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_contact.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_contact.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_content_disposition.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_content_disposition.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_content_encoding.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_content_encoding.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_content_length.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_content_length.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_content_type.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_content_type.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_cseq.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_cseq.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_error_info.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_error_info.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_from.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_from.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_header.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_header.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_list.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_list.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_md5c.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_md5c.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_message.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_message.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_message_parse.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_message_parse.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_message_to_str.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_message_to_str.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_mime_version.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_mime_version.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_parser_cfg.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_parser_cfg.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_port.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_port.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_proxy_authenticate.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_proxy_authenticate.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_proxy_authentication_info.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_proxy_authentication_info.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_proxy_authorization.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_proxy_authorization.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_record_route.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_record_route.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_rfc3264.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_rfc3264.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_route.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_route.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_to.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_to.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_uri.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_uri.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_via.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_via.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_www_authenticate.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_www_authenticate.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\sdp_accessor.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\sdp_accessor.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\sdp_message.c"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\sdp_message.c">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_accept.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_accept.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_accept_encoding.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_accept_encoding.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_accept_language.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_accept_language.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_alert_info.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_alert_info.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_allow.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_allow.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_authorization.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_authorization.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\osip_body.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\osip_body.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_call_id.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_call_id.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_call_info.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_call_info.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\osip_const.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\osip_const.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_contact.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_contact.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_content_disposition.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_content_disposition.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_content_encoding.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_content_encoding.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_content_length.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_content_length.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_content_type.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_content_type.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_cseq.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_cseq.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_error_info.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_error_info.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_from.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_from.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_header.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_header.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\osip_headers.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\osip_headers.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\osip_list.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\osip_list.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\osip_md5.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\osip_md5.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\osip_message.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\osip_message.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_mime_version.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_mime_version.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\osip_parser.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\osip_parser.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\osip_port.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\osip_port.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_proxy_authenticate.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_proxy_authenticate.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_proxy_authorization.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_proxy_authorization.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_record_route.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_record_route.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\osip_rfc3264i.h"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\osip_rfc3264i.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_route.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_route.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_to.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_to.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\osip_uri.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\osip_uri.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_via.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_via.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_www_authenticate.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\headers\osip_www_authenticate.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\osipparser2\parser.h"
|
||||
>
|
||||
RelativePath="..\..\src\osipparser2\parser.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\osipparser2\sdp_message.h"
|
||||
>
|
||||
RelativePath="..\..\include\osipparser2\sdp_message.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
||||
>
|
||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
|
|
Loading…
Reference in New Issue