If Not FSO.FolderExists(LibDestDir & "osip") Then\r
WgetUnTarGz "http://www.antisip.com/download/libosip2-2.2.1.tar.gz", LibDestDir\r
RenameFolder LibDestDir & "libosip2-2.2.1", "osip"\r
- FSO.CopyFile Utilsdir & "osipparser2.vcproj", LibDestDir & "osip\platform\vsnet\", True\r
- Upgrade LibDestDir & "osip\platform\vsnet\osipparser2.vcproj", LibDestDir & "osip\platform\vsnet\osipparser2.vcproj"\r
+' FSO.CopyFile Utilsdir & "osipparser2.vcproj", LibDestDir & "osip\platform\vsnet\", True\r
+ Upgrade Utilsdir & "osipparser2.vcproj", LibDestDir & "osip\platform\vsnet\osipparser2.vcproj"\r
Upgrade LibDestDir & "osip\platform\vsnet\osip2.vcproj", LibDestDir & "osip\platform\vsnet\osip2.vcproj"\r
End If\r
\r
If Not FSO.FolderExists(LibDestDir & "libeXosip2") Then \r
WgetUnTarGz "http://www.antisip.com/download/libeXosip2-1.9.1-pre17.tar.gz", LibDestDir\r
RenameFolder LibDestDir & "libeXosip2-1.9.1-pre17", "libeXosip2"\r
- Upgrade LibDestDir & "libeXosip2\platform\vsnet\eXosip.vcproj", LibDestDir & "libeXosip2\platform\vsnet\eXosip.vcproj"\r
+ Upgrade Utilsdir & "eXosip.vcproj", LibDestDir & "libeXosip2\platform\vsnet\eXosip.vcproj"\r
End If\r
\r
If Not FSO.FolderExists(LibDestDir & "jthread-1.1.2") Then \r
' WScript.Echo("Converting: "+ OldFileName)\r
\r
Set vcProject = vcProj.LoadProject(OldFileName)\r
- If Not FSO.FileExists(vcProject.ProjectFile) Then\r
+' If Not FSO.FileExists(vcProject.ProjectFile) Then\r
' // specify name and location of new project file\r
vcProject.ProjectFile = NewFileName\r
- End If\r
+' End If\r
' // call the project engine to save this off. \r
' // when no name is shown, it will create one with the .vcproj name\r
vcProject.Save()\r
--- /dev/null
+<?xml version="1.0" encoding="Windows-1252"?>\r
+<VisualStudioProject\r
+ ProjectType="Visual C++"\r
+ Version="8.00"\r
+ Name="eXosip"\r
+ ProjectGUID="{4EA67539-9EE9-4065-BD39-87E517FD8262}"\r
+ RootNamespace="eXosip"\r
+ >\r
+ <Platforms>\r
+ <Platform\r
+ Name="Win32"\r
+ />\r
+ </Platforms>\r
+ <ToolFiles>\r
+ </ToolFiles>\r
+ <Configurations>\r
+ <Configuration\r
+ Name="Debug|Win32"\r
+ OutputDirectory="Debug"\r
+ IntermediateDirectory="Debug"\r
+ ConfigurationType="4"\r
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"\r
+ UseOfMFC="0"\r
+ ATLMinimizesCRunTimeLibraryUsage="false"\r
+ CharacterSet="2"\r
+ >\r
+ <Tool\r
+ Name="VCPreBuildEventTool"\r
+ />\r
+ <Tool\r
+ Name="VCCustomBuildTool"\r
+ />\r
+ <Tool\r
+ Name="VCXMLDataGeneratorTool"\r
+ />\r
+ <Tool\r
+ Name="VCWebServiceProxyGeneratorTool"\r
+ />\r
+ <Tool\r
+ Name="VCMIDLTool"\r
+ PreprocessorDefinitions="_DEBUG"\r
+ MkTypLibCompatible="true"\r
+ SuppressStartupBanner="true"\r
+ TargetEnvironment="1"\r
+ TypeLibraryName=".\.libs/eXosip.tlb"\r
+ HeaderFileName=""\r
+ />\r
+ <Tool\r
+ Name="VCCLCompilerTool"\r
+ Optimization="0"\r
+ AdditionalIncludeDirectories="..\..\..\osip\include,..\..\include"\r
+ PreprocessorDefinitions="EXOSIP_EXPORTS;_DEBUG;ENABLE_TRACE;WIN32;_WINDOWS;_USRDLL;OSIP_MT;_MT"\r
+ ExceptionHandling="0"\r
+ BasicRuntimeChecks="3"\r
+ RuntimeLibrary="1"\r
+ UsePrecompiledHeader="0"\r
+ AssemblerListingLocation="Debug/"\r
+ ObjectFile="Debug/"\r
+ ProgramDataBaseFileName="$(IntDir)/eXosip.pdb"\r
+ BrowseInformation="1"\r
+ WarningLevel="3"\r
+ SuppressStartupBanner="true"\r
+ DebugInformationFormat="4"\r
+ CompileAs="0"\r
+ />\r
+ <Tool\r
+ Name="VCManagedResourceCompilerTool"\r
+ />\r
+ <Tool\r
+ Name="VCResourceCompilerTool"\r
+ PreprocessorDefinitions="_DEBUG"\r
+ Culture="1036"\r
+ />\r
+ <Tool\r
+ Name="VCPreLinkEventTool"\r
+ />\r
+ <Tool\r
+ Name="VCLibrarianTool"\r
+ />\r
+ <Tool\r
+ Name="VCALinkTool"\r
+ />\r
+ <Tool\r
+ Name="VCXDCMakeTool"\r
+ />\r
+ <Tool\r
+ Name="VCBscMakeTool"\r
+ />\r
+ <Tool\r
+ Name="VCFxCopTool"\r
+ />\r
+ <Tool\r
+ Name="VCPostBuildEventTool"\r
+ />\r
+ </Configuration>\r
+ <Configuration\r
+ Name="Release|Win32"\r
+ OutputDirectory="Release"\r
+ IntermediateDirectory="Release"\r
+ ConfigurationType="4"\r
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"\r
+ UseOfMFC="0"\r
+ ATLMinimizesCRunTimeLibraryUsage="false"\r
+ CharacterSet="2"\r
+ >\r
+ <Tool\r
+ Name="VCPreBuildEventTool"\r
+ />\r
+ <Tool\r
+ Name="VCCustomBuildTool"\r
+ />\r
+ <Tool\r
+ Name="VCXMLDataGeneratorTool"\r
+ />\r
+ <Tool\r
+ Name="VCWebServiceProxyGeneratorTool"\r
+ />\r
+ <Tool\r
+ Name="VCMIDLTool"\r
+ PreprocessorDefinitions="NDEBUG"\r
+ MkTypLibCompatible="true"\r
+ SuppressStartupBanner="true"\r
+ TargetEnvironment="1"\r
+ TypeLibraryName=".\.libs/eXosip.tlb"\r
+ HeaderFileName=""\r
+ />\r
+ <Tool\r
+ Name="VCCLCompilerTool"\r
+ Optimization="2"\r
+ InlineFunctionExpansion="1"\r
+ AdditionalIncludeDirectories="..\..\..\osip\include,..\..\include"\r
+ PreprocessorDefinitions="NDEBUG;EXOSIP_EXPORTS;ENABLE_TRACE;WIN32;_WINDOWS;_USRDLL;OSIP_MT;USE_TMP_BUFFER"\r
+ StringPooling="false"\r
+ ExceptionHandling="0"\r
+ RuntimeLibrary="0"\r
+ BufferSecurityCheck="false"\r
+ EnableFunctionLevelLinking="false"\r
+ UsePrecompiledHeader="0"\r
+ PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"\r
+ AssemblerListingLocation="Release/"\r
+ ObjectFile="Release/"\r
+ ProgramDataBaseFileName="$(IntDir)/eXosip.pdb"\r
+ WarningLevel="3"\r
+ SuppressStartupBanner="true"\r
+ CompileAs="0"\r
+ />\r
+ <Tool\r
+ Name="VCManagedResourceCompilerTool"\r
+ />\r
+ <Tool\r
+ Name="VCResourceCompilerTool"\r
+ PreprocessorDefinitions="NDEBUG"\r
+ Culture="1036"\r
+ />\r
+ <Tool\r
+ Name="VCPreLinkEventTool"\r
+ />\r
+ <Tool\r
+ Name="VCLibrarianTool"\r
+ />\r
+ <Tool\r
+ Name="VCALinkTool"\r
+ />\r
+ <Tool\r
+ Name="VCXDCMakeTool"\r
+ />\r
+ <Tool\r
+ Name="VCBscMakeTool"\r
+ />\r
+ <Tool\r
+ Name="VCFxCopTool"\r
+ />\r
+ <Tool\r
+ Name="VCPostBuildEventTool"\r
+ />\r
+ </Configuration>\r
+ </Configurations>\r
+ <References>\r
+ </References>\r
+ <Files>\r
+ <Filter\r
+ Name="Source Files"\r
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
+ >\r
+ <File\r
+ RelativePath="..\..\src\eXcall_api.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\eXconf.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\eXinsubscription_api.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\eXmessage_api.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\eXoptions_api.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\eXosip.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="eXosip.def"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\eXpublish_api.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\eXrefer_api.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\eXregister_api.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\eXsubscription_api.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\eXtransport.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\eXutils.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\inet_ntop.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\jauth.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\jcall.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\jcallback.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\jdialog.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\jevents.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\jnotify.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\jpipe.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\jpublish.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\jreg.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\jrequest.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\jresponse.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\jsubscribe.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\misc.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\sdp_offans.c"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\udp.c"\r
+ >\r
+ </File>\r
+ </Filter>\r
+ <Filter\r
+ Name="Header Files"\r
+ Filter="h;hpp;hxx;hm;inl"\r
+ >\r
+ <File\r
+ RelativePath="..\..\include\eXosip2\eX_call.h"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\include\eXosip2\eX_message.h"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\include\eXosip2\eX_options.h"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\include\eXosip2\eX_publish.h"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\include\eXosip2\eX_refer.h"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\include\eXosip2\eX_register.h"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\include\eXosip2\eX_setup.h"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\include\eXosip2\eX_subscribe.h"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\include\eXosip2\eXosip.h"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\eXosip2.h"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\inet_ntop.h"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\src\jpipe.h"\r
+ >\r
+ </File>\r
+ </Filter>\r
+ <Filter\r
+ Name="Resource Files"\r
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
+ >\r
+ </Filter>\r
+ </Files>\r
+</VisualStudioProject>\r