mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-02 06:38:04 +00:00
sphinx build cleanups from FSBUILD-62
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9154 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
cef8809d2a
commit
6c0c409d3e
@ -75,7 +75,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Downloading 8khzsound."
|
Description="Downloading 8khzsound."
|
||||||
CommandLine="if not exist "$(ProjectDir)..\en\us\callie\voicemail\8000" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-1.0.2.tar.gz "$(ProjectDir).."
if not exist "$(ProjectDir)..\music\8000" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-8000-1.0.2.tar.gz "$(ProjectDir).."
"
|
CommandLine="if not exist "$(ProjectDir)..\sounds\en\us\callie\voicemail\8000" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-1.0.2.tar.gz "$(ProjectDir).."
if not exist "$(ProjectDir)..\sounds\music\8000" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-8000-1.0.2.tar.gz "$(ProjectDir).."
"
|
||||||
Outputs="$(ProjectDir)..\sounds\en\us\callie\voicemail\8000"
|
Outputs="$(ProjectDir)..\sounds\en\us\callie\voicemail\8000"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Downloading sphinxbase."
|
Description="Downloading sphinxbase."
|
||||||
CommandLine="if not exist "$(ProjectDir)..\sphinxbase-0.4.99e" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/sphinxbase-0.4.99.tar.gz "$(ProjectDir).."
"
|
CommandLine="if not exist "$(ProjectDir)..\sphinxbase-0.4.99" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/sphinxbase-0.4.99.tar.gz "$(ProjectDir).."
"
|
||||||
Outputs="$(ProjectDir)..\sphinxbase-0.4.99"
|
Outputs="$(ProjectDir)..\sphinxbase-0.4.99"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
@ -85,7 +85,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Downloading sphinxbase."
|
Description="Downloading sphinxbase."
|
||||||
CommandLine="if not exist "$(ProjectDir)..\sphinxbase-0.4.99e" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/sphinxbase-0.4.99.tar.gz "$(ProjectDir).."
"
|
CommandLine="if not exist "$(ProjectDir)..\sphinxbase-0.4.99" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/sphinxbase-0.4.99.tar.gz "$(ProjectDir).."
"
|
||||||
Outputs="$(ProjectDir)..\sphinxbase-0.4.99"
|
Outputs="$(ProjectDir)..\sphinxbase-0.4.99"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
|
@ -166,7 +166,7 @@
|
|||||||
OutputFile="$(OutDir)\$(ProjectName).dll"
|
OutputFile="$(OutDir)\$(ProjectName).dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
AdditionalLibraryDirectories="..\..\..\Release"
|
AdditionalLibraryDirectories="..\..\..\Debug"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile=".\..\..\..\bin\Debug/pocketsphinx.pdb"
|
ProgramDatabaseFile=".\..\..\..\bin\Debug/pocketsphinx.pdb"
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
OutputFile="$(OutDir)\$(ProjectName).dll"
|
OutputFile="$(OutDir)\$(ProjectName).dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
AdditionalLibraryDirectories="..\..\..\Release"
|
AdditionalLibraryDirectories="..\..\..\Debug"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile=".\../../lib/Debug/sphinxbase.pdb"
|
ProgramDatabaseFile=".\../../lib/Debug/sphinxbase.pdb"
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user