[Freeswitch-svn] [commit] r12482 - freeswitch/trunk/libs/win32

FreeSWITCH SVN mikej at freeswitch.org
Fri Mar 6 09:40:04 PST 2009


Author: mikej
Date: Fri Mar  6 11:40:04 2009
New Revision: 12482

Log:
build: download flite from right tarball location (FSBUILD-135)

Modified:
   freeswitch/trunk/libs/win32/Download FLITE.2008.vcproj

Modified: freeswitch/trunk/libs/win32/Download FLITE.2008.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download FLITE.2008.vcproj	(original)
+++ freeswitch/trunk/libs/win32/Download FLITE.2008.vcproj	Fri Mar  6 11:40:04 2009
@@ -76,17 +76,17 @@
 				<Tool
 					Name="VCCustomBuildTool"
 					Description="Downloading Flite."
-					CommandLine="if not exist &quot;$(ProjectDir)..\flite-1.3.99&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/flite-1.3.99.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
+					CommandLine="if not exist &quot;$(ProjectDir)..\flite-1.3.99&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/flite-1.3.99-latest.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
 					Outputs="$(ProjectDir)..\flite-1.3.99"
-        />
-      </FileConfiguration>
+				/>
+			</FileConfiguration>
 			<FileConfiguration
 				Name="Release|Win32"
 				>
 				<Tool
 					Name="VCCustomBuildTool"
 					Description="Downloading Flite."
-					CommandLine="if not exist &quot;$(ProjectDir)..\flite-1.3.99&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/flite-1.3.99.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
+					CommandLine="if not exist &quot;$(ProjectDir)..\flite-1.3.99&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/flite-1.3.99-latest.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
 					Outputs="$(ProjectDir)..\flite-1.3.99"
 				/>
 			</FileConfiguration>



More information about the Freeswitch-svn mailing list