build: download flite from right tarball location (FSBUILD-135)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12482 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ad6d584403
commit
f5c82ca44b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue