mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
build: re-work windows build for latest pocketsphinx 5.1 (MODASRTTS-13)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12541 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
984e3c1f7a
commit
98ee6a9dc7
@ -75,7 +75,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Downloading pocketsphinx."
|
||||
CommandLine="if not exist "$(ProjectDir)..\pocketsphinx-0.5.99" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/pocketsphinx-0.5.99.tar.gz "$(ProjectDir).."
"
|
||||
CommandLine="if not exist "$(ProjectDir)..\pocketsphinx-0.5.99" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/pocketsphinx-0.5.99-latest.tar.gz "$(ProjectDir).."
"
|
||||
Outputs="$(ProjectDir)..\pocketsphinx-0.5.99"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
@ -75,7 +75,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Downloading sphinxbase."
|
||||
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).."
"
|
||||
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-latest.tar.gz "$(ProjectDir).."
"
|
||||
Outputs="$(ProjectDir)..\sphinxbase-0.4.99"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
@ -484,6 +484,10 @@
|
||||
RelativePath="..\..\pocketsphinx-0.5.99\src\libpocketsphinx\ps_lattice_internal.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pocketsphinx-0.5.99\include\ps_mllr.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pocketsphinx-0.5.99\src\libpocketsphinx\s2_semi_mgau.h"
|
||||
>
|
||||
@ -1008,6 +1012,10 @@
|
||||
RelativePath="..\..\pocketsphinx-0.5.99\src\libpocketsphinx\ps_lattice.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pocketsphinx-0.5.99\src\libpocketsphinx\ps_mllr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\pocketsphinx-0.5.99\src\libpocketsphinx\s2_semi_mgau.c"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user