diff --git a/libs/win32/Dowload 32khz music.2008.vcproj b/libs/win32/Dowload 32khz music.2008.vcproj index a39f128a42..2161fcd5c9 100644 --- a/libs/win32/Dowload 32khz music.2008.vcproj +++ b/libs/win32/Dowload 32khz music.2008.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCustomBuildTool" Description="Downloading 32khzsound." - CommandLine="set /P SOUND_VERSION=<$(ProjectDir)..\..\build\moh_version.txt
if not exist "$(ProjectDir)..\sounds\music\32000" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-32000-%SOUND_VERSION%.tar.gz "$(ProjectDir)..\sounds"

" + CommandLine="set /P SOUND_VERSION=<"$(ProjectDir)..\..\build\moh_version.txt"
if not exist "$(ProjectDir)..\sounds\music\32000" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-32000-%SOUND_VERSION%.tar.gz "$(ProjectDir)..\sounds"

" Outputs="$(ProjectDir)..\sounds\music\32000" /> </FileConfiguration> @@ -85,7 +85,7 @@ <Tool Name="VCCustomBuildTool" Description="Downloading 32khzsound." - CommandLine="set /P SOUND_VERSION=<$(ProjectDir)..\..\build\moh_version.txt
if not exist "$(ProjectDir)..\sounds\music\32000" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-32000-%SOUND_VERSION%.tar.gz "$(ProjectDir)..\sounds"

" + CommandLine="set /P SOUND_VERSION=<"$(ProjectDir)..\..\build\moh_version.txt"
if not exist "$(ProjectDir)..\sounds\music\32000" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-32000-%SOUND_VERSION%.tar.gz "$(ProjectDir)..\sounds"

" Outputs="$(ProjectDir)..\sounds\music\32000" /> </FileConfiguration> diff --git a/libs/win32/Download 16khz music.2008.vcproj b/libs/win32/Download 16khz music.2008.vcproj index cac78b546a..4e787856ca 100644 --- a/libs/win32/Download 16khz music.2008.vcproj +++ b/libs/win32/Download 16khz music.2008.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCustomBuildTool" Description="Downloading 16khzsound." - CommandLine="set /P SOUND_VERSION=<$(ProjectDir)..\..\build\moh_version.txt
if not exist "$(ProjectDir)..\sounds\music\16000" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-16000-%SOUND_VERSION%.tar.gz "$(ProjectDir)..\sounds"

" + CommandLine="set /P SOUND_VERSION=<"$(ProjectDir)..\..\build\moh_version.txt"
if not exist "$(ProjectDir)..\sounds\music\16000" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-16000-%SOUND_VERSION%.tar.gz "$(ProjectDir)..\sounds"

" Outputs="$(ProjectDir)..\sounds\music\16000" /> </FileConfiguration> @@ -85,7 +85,7 @@ <Tool Name="VCCustomBuildTool" Description="Downloading 16khzsound." - CommandLine="set /P SOUND_VERSION=<$(ProjectDir)..\..\build\moh_version.txt
if not exist "$(ProjectDir)..\sounds\music\16000" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-16000-%SOUND_VERSION%.tar.gz "$(ProjectDir)..\sounds"

" + CommandLine="set /P SOUND_VERSION=<"$(ProjectDir)..\..\build\moh_version.txt"
if not exist "$(ProjectDir)..\sounds\music\16000" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-16000-%SOUND_VERSION%.tar.gz "$(ProjectDir)..\sounds"

" Outputs="$(ProjectDir)..\sounds\music\16000" /> </FileConfiguration> diff --git a/libs/win32/Download 8khz music.2008.vcproj b/libs/win32/Download 8khz music.2008.vcproj index 42cb1d8365..da891ece8b 100644 --- a/libs/win32/Download 8khz music.2008.vcproj +++ b/libs/win32/Download 8khz music.2008.vcproj @@ -75,7 +75,7 @@ <Tool Name="VCCustomBuildTool" Description="Downloading 8khzsound." - CommandLine="set /P SOUND_VERSION=<$(ProjectDir)..\..\build\moh_version.txt
if not exist "$(ProjectDir)..\sounds\music\8000" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-8000-%SOUND_VERSION%.tar.gz "$(ProjectDir)..\sounds"
" + CommandLine="set /P SOUND_VERSION=<"$(ProjectDir)..\..\build\moh_version.txt"
if not exist "$(ProjectDir)..\sounds\music\8000" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-8000-%SOUND_VERSION%.tar.gz "$(ProjectDir)..\sounds"
" Outputs="$(ProjectDir)..\sounds\music\8000" /> </FileConfiguration> @@ -85,7 +85,7 @@ <Tool Name="VCCustomBuildTool" Description="Downloading 8khzsound." - CommandLine="set /P SOUND_VERSION=<$(ProjectDir)..\..\build\moh_version.txt
if not exist "$(ProjectDir)..\sounds\music\8000" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-8000-%SOUND_VERSION%.tar.gz "$(ProjectDir)..\sounds"
" + CommandLine="set /P SOUND_VERSION=<"$(ProjectDir)..\..\build\moh_version.txt"
if not exist "$(ProjectDir)..\sounds\music\8000" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-8000-%SOUND_VERSION%.tar.gz "$(ProjectDir)..\sounds"
" Outputs="$(ProjectDir)..\sounds\music\8000" /> </FileConfiguration>