From: Jeff Lenk Date: Wed, 14 Mar 2012 14:26:32 +0000 (-0500) Subject: FS-3997 --resolve X-Git-Tag: v1.2-rc1~19^2^2~68^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8fbaa77a45bc0cf93b56d3f8bc7c5de0dc46119;p=thirdparty%2Ffreeswitch.git FS-3997 --resolve --- diff --git a/libs/win32/Download FLITE.2010.vcxproj b/libs/win32/Download FLITE.2010.vcxproj index bb63d1f00b..ca1f31338f 100644 --- a/libs/win32/Download FLITE.2010.vcxproj +++ b/libs/win32/Download FLITE.2010.vcxproj @@ -71,7 +71,7 @@ if exist "$(ProjectDir)..\flite-1.5.4-current" move "$(ProjectDir)..\flite-1.5.4 $(ProjectDir)..\flite-1.5.4;%(Outputs) Downloading Flite. - if not exist "$(ProjectDir)..\flite-1.5.4" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/flite-1.5.4-current.tar.bz2 "$(ProjectDir).." + if not exist "$(ProjectDir)..\flite-1.5.4" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/flite-1.5.4-current.tar.bz2 "$(ProjectDir).." if exist "$(ProjectDir)..\flite-1.5.4-current" move "$(ProjectDir)..\flite-1.5.4-current" "$(ProjectDir)..\flite-1.5.4" $(ProjectDir)..\flite-1.5.4;%(Outputs)