Windows sphinx downloads for release mode (FSBUILD-146)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12853 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-03-31 17:33:45 +00:00
parent 4747b4d8d4
commit 7b72eceba2
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Downloading pocketsphinx."
CommandLine="if not exist &quot;$(ProjectDir)..\pocketsphinx-0.5.99&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/pocketsphinx-0.5.99.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
CommandLine="if not exist &quot;$(ProjectDir)..\pocketsphinx-0.5.99&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/pocketsphinx-0.5.99-latest.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
Outputs="$(ProjectDir)..\pocketsphinx-0.5.99"
/>
</FileConfiguration>

View File

@ -85,7 +85,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Downloading sphinxbase."
CommandLine="if not exist &quot;$(ProjectDir)..\sphinxbase-0.4.99&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/sphinxbase-0.4.99.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
CommandLine="if not exist &quot;$(ProjectDir)..\sphinxbase-0.4.99&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/sphinxbase-0.4.99-latest.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
Outputs="$(ProjectDir)..\sphinxbase-0.4.99"
/>
</FileConfiguration>