[Freeswitch-svn] [commit] r9154 - in freeswitch/trunk/libs/win32: . pocketsphinx sphinxbase

Freeswitch SVN mikej at freeswitch.org
Thu Jul 24 01:55:41 EDT 2008


Author: mikej
Date: Thu Jul 24 01:55:40 2008
New Revision: 9154

Modified:
   freeswitch/trunk/libs/win32/Download 8khz Sounds.2008.vcproj
   freeswitch/trunk/libs/win32/Download sphinxbase.2008.vcproj
   freeswitch/trunk/libs/win32/pocketsphinx/pocketsphinx.2008.vcproj
   freeswitch/trunk/libs/win32/sphinxbase/sphinxbase.2008.vcproj

Log:
sphinx build cleanups from FSBUILD-62

Modified: freeswitch/trunk/libs/win32/Download 8khz Sounds.2008.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download 8khz Sounds.2008.vcproj	(original)
+++ freeswitch/trunk/libs/win32/Download 8khz Sounds.2008.vcproj	Thu Jul 24 01:55:40 2008
@@ -75,7 +75,7 @@
 				<Tool
 					Name="VCCustomBuildTool"
 					Description="Downloading 8khzsound."
-					CommandLine="if not exist &quot;$(ProjectDir)..\en\us\callie\voicemail\8000&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-1.0.2.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;if not exist &quot;$(ProjectDir)..\music\8000&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-8000-1.0.2.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
+					CommandLine="if not exist &quot;$(ProjectDir)..\sounds\en\us\callie\voicemail\8000&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-1.0.2.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;if not exist &quot;$(ProjectDir)..\sounds\music\8000&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-8000-1.0.2.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
 					Outputs="$(ProjectDir)..\sounds\en\us\callie\voicemail\8000"
 				/>
 			</FileConfiguration>

Modified: freeswitch/trunk/libs/win32/Download sphinxbase.2008.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download sphinxbase.2008.vcproj	(original)
+++ freeswitch/trunk/libs/win32/Download sphinxbase.2008.vcproj	Thu Jul 24 01:55:40 2008
@@ -75,7 +75,7 @@
 				<Tool
 					Name="VCCustomBuildTool"
 					Description="Downloading sphinxbase."
-					CommandLine="if not exist &quot;$(ProjectDir)..\sphinxbase-0.4.99e&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.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
 					Outputs="$(ProjectDir)..\sphinxbase-0.4.99"
 				/>
 			</FileConfiguration>
@@ -85,7 +85,7 @@
 				<Tool
 					Name="VCCustomBuildTool"
 					Description="Downloading sphinxbase."
-					CommandLine="if not exist &quot;$(ProjectDir)..\sphinxbase-0.4.99e&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.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
 					Outputs="$(ProjectDir)..\sphinxbase-0.4.99"
 				/>
 			</FileConfiguration>

Modified: freeswitch/trunk/libs/win32/pocketsphinx/pocketsphinx.2008.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/pocketsphinx/pocketsphinx.2008.vcproj	(original)
+++ freeswitch/trunk/libs/win32/pocketsphinx/pocketsphinx.2008.vcproj	Thu Jul 24 01:55:40 2008
@@ -166,7 +166,7 @@
 				OutputFile="$(OutDir)\$(ProjectName).dll"
 				LinkIncremental="2"
 				SuppressStartupBanner="true"
-				AdditionalLibraryDirectories="..\..\..\Release"
+				AdditionalLibraryDirectories="..\..\..\Debug"
 				GenerateDebugInformation="true"
 				ProgramDatabaseFile=".\..\..\..\bin\Debug/pocketsphinx.pdb"
 				RandomizedBaseAddress="1"

Modified: freeswitch/trunk/libs/win32/sphinxbase/sphinxbase.2008.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/sphinxbase/sphinxbase.2008.vcproj	(original)
+++ freeswitch/trunk/libs/win32/sphinxbase/sphinxbase.2008.vcproj	Thu Jul 24 01:55:40 2008
@@ -167,7 +167,7 @@
 				OutputFile="$(OutDir)\$(ProjectName).dll"
 				LinkIncremental="2"
 				SuppressStartupBanner="true"
-				AdditionalLibraryDirectories="..\..\..\Release"
+				AdditionalLibraryDirectories="..\..\..\Debug"
 				GenerateDebugInformation="true"
 				ProgramDatabaseFile=".\../../lib/Debug/sphinxbase.pdb"
 				RandomizedBaseAddress="1"



More information about the Freeswitch-svn mailing list