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:
Michael Jerris 2009-03-09 19:45:30 +00:00
parent 984e3c1f7a
commit 98ee6a9dc7
3 changed files with 10 additions and 2 deletions

View File

@ -75,7 +75,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Downloading pocketsphinx." 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" Outputs="$(ProjectDir)..\pocketsphinx-0.5.99"
/> />
</FileConfiguration> </FileConfiguration>

View File

@ -75,7 +75,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Downloading sphinxbase." 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" Outputs="$(ProjectDir)..\sphinxbase-0.4.99"
/> />
</FileConfiguration> </FileConfiguration>

View File

@ -484,6 +484,10 @@
RelativePath="..\..\pocketsphinx-0.5.99\src\libpocketsphinx\ps_lattice_internal.h" RelativePath="..\..\pocketsphinx-0.5.99\src\libpocketsphinx\ps_lattice_internal.h"
> >
</File> </File>
<File
RelativePath="..\..\pocketsphinx-0.5.99\include\ps_mllr.h"
>
</File>
<File <File
RelativePath="..\..\pocketsphinx-0.5.99\src\libpocketsphinx\s2_semi_mgau.h" 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" RelativePath="..\..\pocketsphinx-0.5.99\src\libpocketsphinx\ps_lattice.c"
> >
</File> </File>
<File
RelativePath="..\..\pocketsphinx-0.5.99\src\libpocketsphinx\ps_mllr.c"
>
</File>
<File <File
RelativePath="..\..\pocketsphinx-0.5.99\src\libpocketsphinx\s2_semi_mgau.c" RelativePath="..\..\pocketsphinx-0.5.99\src\libpocketsphinx\s2_semi_mgau.c"
> >