diff --git a/libs/win32/Download 8khz Sounds.2008.vcproj b/libs/win32/Download 8khz Sounds.2008.vcproj index 29236bb8df..1242fda807 100644 --- a/libs/win32/Download 8khz Sounds.2008.vcproj +++ b/libs/win32/Download 8khz Sounds.2008.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCustomBuildTool" 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" /> </FileConfiguration> diff --git a/libs/win32/Download sphinxbase.2008.vcproj b/libs/win32/Download sphinxbase.2008.vcproj index ca26eac2e6..a40c790496 100644 --- a/libs/win32/Download sphinxbase.2008.vcproj +++ b/libs/win32/Download sphinxbase.2008.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCustomBuildTool" 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" /> </FileConfiguration> @@ -85,7 +85,7 @@ <Tool Name="VCCustomBuildTool" 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" /> </FileConfiguration> diff --git a/libs/win32/pocketsphinx/pocketsphinx.2008.vcproj b/libs/win32/pocketsphinx/pocketsphinx.2008.vcproj index a82cc76fef..ba7a1a019c 100644 --- a/libs/win32/pocketsphinx/pocketsphinx.2008.vcproj +++ b/libs/win32/pocketsphinx/pocketsphinx.2008.vcproj @@ -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" diff --git a/libs/win32/sphinxbase/sphinxbase.2008.vcproj b/libs/win32/sphinxbase/sphinxbase.2008.vcproj index 74fddb86f5..2e779a947c 100644 --- a/libs/win32/sphinxbase/sphinxbase.2008.vcproj +++ b/libs/win32/sphinxbase/sphinxbase.2008.vcproj @@ -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"