[Freeswitch-svn] [commit] r3751 - in freeswitch/trunk: . libs/win32/curl

Freeswitch SVN mikej at freeswitch.org
Tue Dec 19 22:13:37 EST 2006


Author: mikej
Date: Tue Dec 19 22:13:37 2006
New Revision: 3751

Modified:
   freeswitch/trunk/Freeswitch.sln
   freeswitch/trunk/libs/win32/curl/curllib.vcproj

Log:
move windows build to use the in tree curl

Modified: freeswitch/trunk/Freeswitch.sln
==============================================================================
--- freeswitch/trunk/Freeswitch.sln	(original)
+++ freeswitch/trunk/Freeswitch.sln	Tue Dec 19 22:13:37 2006
@@ -406,12 +406,7 @@
 		{EFA9E76E-62A5-4237-B7E9-F39B8E174CD5} = {EFA9E76E-62A5-4237-B7E9-F39B8E174CD5}
 	EndProjectSection
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Download CURL", "libs\win32\Download CURL.vcproj", "{831F76E8-D288-4C54-9B6D-281D9436CCC7}"
-EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curllib", "libs\win32\curl\curllib.vcproj", "{87EE9DA4-DE1E-4448-8324-183C98DCA588}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831F76E8-D288-4C54-9B6D-281D9436CCC7} = {831F76E8-D288-4C54-9B6D-281D9436CCC7}
-	EndProjectSection
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Download XMLRPC", "libs\win32\Download XMLRPC.vcproj", "{EC8D4AE8-0F3E-454A-BFB8-D56A5D9C0121}"
 EndProject
@@ -821,10 +816,6 @@
 		{3D0370CA-BED2-4657-A475-32375CBCB6E4}.Debug|Win32.Build.0 = Debug|Win32
 		{3D0370CA-BED2-4657-A475-32375CBCB6E4}.Release|Win32.ActiveCfg = Release|Win32
 		{3D0370CA-BED2-4657-A475-32375CBCB6E4}.Release|Win32.Build.0 = Release|Win32
-		{831F76E8-D288-4C54-9B6D-281D9436CCC7}.Debug|Win32.ActiveCfg = Debug|Win32
-		{831F76E8-D288-4C54-9B6D-281D9436CCC7}.Debug|Win32.Build.0 = Debug|Win32
-		{831F76E8-D288-4C54-9B6D-281D9436CCC7}.Release|Win32.ActiveCfg = Release|Win32
-		{831F76E8-D288-4C54-9B6D-281D9436CCC7}.Release|Win32.Build.0 = Release|Win32
 		{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Debug|Win32.ActiveCfg = Debug|Win32
 		{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Debug|Win32.Build.0 = Debug|Win32
 		{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Release|Win32.ActiveCfg = Release|Win32
@@ -1023,7 +1014,6 @@
 		{985135DA-BBE1-42D2-8A85-1F7DF0609B3D} = {C120A020-773F-4EA3-923F-B67AF28B750D}
 		{5927104D-C14C-4AC8-925C-4AB681762E75} = {C120A020-773F-4EA3-923F-B67AF28B750D}
 		{EFA9E76E-62A5-4237-B7E9-F39B8E174CD5} = {C120A020-773F-4EA3-923F-B67AF28B750D}
-		{831F76E8-D288-4C54-9B6D-281D9436CCC7} = {C120A020-773F-4EA3-923F-B67AF28B750D}
 		{EC8D4AE8-0F3E-454A-BFB8-D56A5D9C0121} = {C120A020-773F-4EA3-923F-B67AF28B750D}
 		{8B2CE7D1-77EF-45ED-927D-82147805440B} = {C120A020-773F-4EA3-923F-B67AF28B750D}
 		{8B3B4C4C-13C2-446C-BEB0-F412CC2CFB9A} = {C120A020-773F-4EA3-923F-B67AF28B750D}

Modified: freeswitch/trunk/libs/win32/curl/curllib.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/curl/curllib.vcproj	(original)
+++ freeswitch/trunk/libs/win32/curl/curllib.vcproj	Tue Dec 19 22:13:37 2006
@@ -4,6 +4,7 @@
 	Version="8.00"
 	Name="curllib"
 	ProjectGUID="{87EE9DA4-DE1E-4448-8324-183C98DCA588}"
+	RootNamespace="curllib"
 	>
 	<Platforms>
 		<Platform
@@ -48,7 +49,7 @@
 				Name="VCCLCompilerTool"
 				Optimization="2"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\curl-7.15.2\lib\,..\..\curl-7.15.2\include"
+				AdditionalIncludeDirectories="..\..\curl\lib\;..\..\curl\include;."
 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;BUILDING_LIBCURL"
 				StringPooling="true"
 				RuntimeLibrary="2"
@@ -128,7 +129,7 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\curl-7.15.2\lib\,..\..\curl-7.15.2\include"
+				AdditionalIncludeDirectories="..\..\curl\lib\;..\..\curl\include;."
 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;BUILDING_LIBCURL"
 				MinimalRebuild="true"
 				BasicRuntimeChecks="3"
@@ -182,451 +183,459 @@
 			Name="Source Files"
 			>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\base64.c"
+				RelativePath="..\..\curl\lib\base64.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\connect.c"
+				RelativePath="..\..\curl\lib\connect.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\content_encoding.c"
+				RelativePath="..\..\curl\lib\content_encoding.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\cookie.c"
+				RelativePath="..\..\curl\lib\cookie.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\dict.c"
+				RelativePath="..\..\curl\lib\dict.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\easy.c"
+				RelativePath="..\..\curl\lib\easy.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\escape.c"
+				RelativePath="..\..\curl\lib\escape.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\file.c"
+				RelativePath="..\..\curl\lib\file.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\formdata.c"
+				RelativePath="..\..\curl\lib\formdata.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\ftp.c"
+				RelativePath="..\..\curl\lib\ftp.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\getenv.c"
+				RelativePath="..\..\curl\lib\getenv.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\getinfo.c"
+				RelativePath="..\..\curl\lib\getinfo.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\gtls.c"
+				RelativePath="..\..\curl\lib\gtls.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\hash.c"
+				RelativePath="..\..\curl\lib\hash.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\hostares.c"
+				RelativePath="..\..\curl\lib\hostares.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\hostasyn.c"
+				RelativePath="..\..\curl\lib\hostasyn.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\hostip.c"
+				RelativePath="..\..\curl\lib\hostip.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\hostip4.c"
+				RelativePath="..\..\curl\lib\hostip4.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\hostip6.c"
+				RelativePath="..\..\curl\lib\hostip6.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\hostsyn.c"
+				RelativePath="..\..\curl\lib\hostsyn.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\hostthre.c"
+				RelativePath="..\..\curl\lib\hostthre.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\http.c"
+				RelativePath="..\..\curl\lib\http.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\http_chunks.c"
+				RelativePath="..\..\curl\lib\http_chunks.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\http_digest.c"
+				RelativePath="..\..\curl\lib\http_digest.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\http_negotiate.c"
+				RelativePath="..\..\curl\lib\http_negotiate.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\http_ntlm.c"
+				RelativePath="..\..\curl\lib\http_ntlm.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\if2ip.c"
+				RelativePath="..\..\curl\lib\if2ip.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\inet_ntop.c"
+				RelativePath="..\..\curl\lib\inet_ntop.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\inet_pton.c"
+				RelativePath="..\..\curl\lib\inet_pton.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\krb4.c"
+				RelativePath="..\..\curl\lib\krb4.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\ldap.c"
+				RelativePath="..\..\curl\lib\ldap.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\llist.c"
+				RelativePath="..\..\curl\lib\llist.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\md5.c"
+				RelativePath="..\..\curl\lib\md5.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\memdebug.c"
+				RelativePath="..\..\curl\lib\memdebug.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\mprintf.c"
+				RelativePath="..\..\curl\lib\mprintf.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\multi.c"
+				RelativePath="..\..\curl\lib\multi.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\netrc.c"
+				RelativePath="..\..\curl\lib\netrc.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\parsedate.c"
+				RelativePath="..\..\curl\lib\parsedate.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\progress.c"
+				RelativePath="..\..\curl\lib\progress.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\security.c"
+				RelativePath="..\..\curl\lib\security.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\select.c"
+				RelativePath="..\..\curl\lib\select.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\sendf.c"
+				RelativePath="..\..\curl\lib\sendf.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\share.c"
+				RelativePath="..\..\curl\lib\share.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\speedcheck.c"
+				RelativePath="..\..\curl\lib\socks.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\sslgen.c"
+				RelativePath="..\..\curl\lib\speedcheck.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\ssluse.c"
+				RelativePath="..\..\curl\lib\splay.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\strequal.c"
+				RelativePath="..\..\curl\lib\sslgen.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\strerror.c"
+				RelativePath="..\..\curl\lib\ssluse.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\strtok.c"
+				RelativePath="..\..\curl\lib\strequal.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\strtoofft.c"
+				RelativePath="..\..\curl\lib\strerror.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\telnet.c"
+				RelativePath="..\..\curl\lib\strtok.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\tftp.c"
+				RelativePath="..\..\curl\lib\strtoofft.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\timeval.c"
+				RelativePath="..\..\curl\lib\telnet.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\transfer.c"
+				RelativePath="..\..\curl\lib\tftp.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\url.c"
+				RelativePath="..\..\curl\lib\timeval.c"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\version.c"
+				RelativePath="..\..\curl\lib\transfer.c"
 				>
 			</File>
+			<File
+				RelativePath="..\..\curl\lib\url.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\curl\lib\version.c"
+				>
+			</File>
 		</Filter>
 		<Filter
 			Name="Header Files"
 			>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\arpa_telnet.h"
+				RelativePath="..\..\curl\lib\arpa_telnet.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\base64.h"
+				RelativePath="..\..\curl\lib\base64.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\ca-bundle.h"
+				RelativePath="..\..\curl\lib\ca-bundle.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\config-win32.h"
+				RelativePath="..\..\curl\lib\config-win32.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\connect.h"
+				RelativePath="..\..\curl\lib\connect.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\content_encoding.h"
+				RelativePath="..\..\curl\lib\content_encoding.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\cookie.h"
+				RelativePath="..\..\curl\lib\cookie.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\curlx.h"
+				RelativePath="..\..\curl\lib\curlx.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\dict.h"
+				RelativePath="..\..\curl\lib\dict.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\easyif.h"
+				RelativePath="..\..\curl\lib\easyif.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\escape.h"
+				RelativePath="..\..\curl\lib\escape.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\file.h"
+				RelativePath="..\..\curl\lib\file.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\formdata.h"
+				RelativePath="..\..\curl\lib\formdata.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\ftp.h"
+				RelativePath="..\..\curl\lib\ftp.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\getinfo.h"
+				RelativePath="..\..\curl\lib\getinfo.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\gtls.h"
+				RelativePath="..\..\curl\lib\gtls.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\hash.h"
+				RelativePath="..\..\curl\lib\hash.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\hostip.h"
+				RelativePath="..\..\curl\lib\hostip.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\http.h"
+				RelativePath="..\..\curl\lib\http.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\http_chunks.h"
+				RelativePath="..\..\curl\lib\http_chunks.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\http_digest.h"
+				RelativePath="..\..\curl\lib\http_digest.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\http_negotiate.h"
+				RelativePath="..\..\curl\lib\http_negotiate.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\http_ntlm.h"
+				RelativePath="..\..\curl\lib\http_ntlm.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\if2ip.h"
+				RelativePath="..\..\curl\lib\if2ip.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\inet_ntoa_r.h"
+				RelativePath="..\..\curl\lib\inet_ntoa_r.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\inet_ntop.h"
+				RelativePath="..\..\curl\lib\inet_ntop.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\inet_pton.h"
+				RelativePath="..\..\curl\lib\inet_pton.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\krb4.h"
+				RelativePath="..\..\curl\lib\krb4.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\ldap.h"
+				RelativePath="..\..\curl\lib\ldap.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\llist.h"
+				RelativePath="..\..\curl\lib\llist.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\md5.h"
+				RelativePath="..\..\curl\lib\md5.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\memdebug.h"
+				RelativePath="..\..\curl\lib\memdebug.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\memory.h"
+				RelativePath="..\..\curl\lib\memory.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\multiif.h"
+				RelativePath="..\..\curl\lib\multiif.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\netrc.h"
+				RelativePath="..\..\curl\lib\netrc.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\parsedate.h"
+				RelativePath="..\..\curl\lib\parsedate.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\progress.h"
+				RelativePath="..\..\curl\lib\progress.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\select.h"
+				RelativePath="..\..\curl\lib\select.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\sendf.h"
+				RelativePath="..\..\curl\lib\sendf.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\setup.h"
+				RelativePath="..\..\curl\lib\setup.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\share.h"
+				RelativePath="..\..\curl\lib\share.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\sockaddr.h"
+				RelativePath="..\..\curl\lib\sockaddr.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\speedcheck.h"
+				RelativePath="..\..\curl\lib\speedcheck.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\sslgen.h"
+				RelativePath="..\..\curl\lib\sslgen.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\ssluse.h"
+				RelativePath="..\..\curl\lib\ssluse.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\strequal.h"
+				RelativePath="..\..\curl\lib\strequal.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\strerror.h"
+				RelativePath="..\..\curl\lib\strerror.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\strtok.h"
+				RelativePath="..\..\curl\lib\strtok.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\strtoofft.h"
+				RelativePath="..\..\curl\lib\strtoofft.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\telnet.h"
+				RelativePath="..\..\curl\lib\telnet.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\tftp.h"
+				RelativePath="..\..\curl\lib\tftp.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\timeval.h"
+				RelativePath="..\..\curl\lib\timeval.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\transfer.h"
+				RelativePath="..\..\curl\lib\transfer.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\url.h"
+				RelativePath="..\..\curl\lib\url.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\curl-7.15.2\lib\urldata.h"
+				RelativePath="..\..\curl\lib\urldata.h"
 				>
 			</File>
 		</Filter>



More information about the Freeswitch-svn mailing list