[Freeswitch-trunk] [commit] r12482 - freeswitch/trunk/libs/win32
FreeSWITCH SVN
mikej at freeswitch.org
Fri Mar 6 09:40:04 PST 2009
Author: mikej
Date: Fri Mar 6 11:40:04 2009
New Revision: 12482
Log:
build: download flite from right tarball location (FSBUILD-135)
Modified:
freeswitch/trunk/libs/win32/Download FLITE.2008.vcproj
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 Fri Mar 6 11:40:04 2009
@@ -76,17 +76,17 @@
<Tool
Name="VCCustomBuildTool"
Description="Downloading Flite."
- 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).."
"
+ 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-latest.tar.gz "$(ProjectDir).."
"
Outputs="$(ProjectDir)..\flite-1.3.99"
- />
- </FileConfiguration>
+ />
+ </FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Downloading Flite."
- 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).."
"
+ 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-latest.tar.gz "$(ProjectDir).."
"
Outputs="$(ProjectDir)..\flite-1.3.99"
/>
</FileConfiguration>
More information about the Freeswitch-trunk
mailing list