[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 "$(ProjectDir)..\flite-1.3.99" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://www.freeswitch.org/downloads/libs/flite-1.3.99.tar.gz "$(ProjectDir).."
"
+ CommandLine="if not exist "$(ProjectDir)..\flite-1.3.99" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/flite-1.3.99.tar.gz "$(ProjectDir).."
"
Outputs="$(ProjectDir)..\flite-1.3.99"
/>
</FileConfiguration>
@@ -86,7 +86,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Downloading Flite."
- CommandLine="if not exist "$(ProjectDir)..\flite-1.3.99" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://www.freeswitch.org/downloads/libs/flite-1.3.99.tar.gz "$(ProjectDir).."
"
+ CommandLine="if not exist "$(ProjectDir)..\flite-1.3.99" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/flite-1.3.99.tar.gz "$(ProjectDir).."
"
Outputs="$(ProjectDir)..\flite-1.3.99"
/>
</FileConfiguration>
More information about the Freeswitch-svn
mailing list