[Freeswitch-svn] [commit] r9185 - freeswitch/trunk/libs/win32

Freeswitch SVN mikej at freeswitch.org
Mon Jul 28 12:35:24 EDT 2008


Author: mikej
Date: Mon Jul 28 12:35:24 2008
New Revision: 9185

Modified:
   freeswitch/trunk/libs/win32/Download FLITE.2008.vcproj

Log:
fix download path to come from svn. not www. (FSBUILD-62)

Modified: freeswitch/trunk/libs/win32/Download FLITE.2008.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download FLITE.2008.vcproj	(original)
+++ freeswitch/trunk/libs/win32/Download FLITE.2008.vcproj	Mon Jul 28 12:35:24 2008
@@ -76,7 +76,7 @@
 				<Tool
 					Name="VCCustomBuildTool"
 					Description="Downloading Flite."
-					CommandLine="if not exist &quot;$(ProjectDir)..\flite-1.3.99&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://www.freeswitch.org/downloads/libs/flite-1.3.99.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
+					CommandLine="if not exist &quot;$(ProjectDir)..\flite-1.3.99&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/flite-1.3.99.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
 					Outputs="$(ProjectDir)..\flite-1.3.99"
         />
       </FileConfiguration>
@@ -86,7 +86,7 @@
 				<Tool
 					Name="VCCustomBuildTool"
 					Description="Downloading Flite."
-					CommandLine="if not exist &quot;$(ProjectDir)..\flite-1.3.99&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://www.freeswitch.org/downloads/libs/flite-1.3.99.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
+					CommandLine="if not exist &quot;$(ProjectDir)..\flite-1.3.99&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/flite-1.3.99.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
 					Outputs="$(ProjectDir)..\flite-1.3.99"
 				/>
 			</FileConfiguration>



More information about the Freeswitch-svn mailing list