mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
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
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Downloading Flite."
|
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"
|
Outputs="$(ProjectDir)..\flite-1.3.99"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Downloading Flite."
|
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"
|
Outputs="$(ProjectDir)..\flite-1.3.99"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user