]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FSBUILD-203 - Win32 Dependencies do not download if there is a space in the path...
authorJeff Lenk <jeff@jefflenk.com>
Wed, 4 Nov 2009 15:14:03 +0000 (15:14 +0000)
committerJeff Lenk <jeff@jefflenk.com>
Wed, 4 Nov 2009 15:14:03 +0000 (15:14 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15348 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/win32/Dowload 32khz music.2008.vcproj
libs/win32/Download 16khz music.2008.vcproj
libs/win32/Download 8khz music.2008.vcproj

index a39f128a42ef6b425ba5eb4fe7dc9dc0cd6b0c6f..2161fcd5c927d07a0e899c1a4b68be6b3c222ac2 100644 (file)
@@ -75,7 +75,7 @@
                                <Tool\r
                                        Name="VCCustomBuildTool"\r
                                        Description="Downloading 32khzsound."\r
-                                       CommandLine="set /P SOUND_VERSION=&lt;$(ProjectDir)..\..\build\moh_version.txt&#x0D;&#x0A;if not exist &quot;$(ProjectDir)..\sounds\music\32000&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-32000-%SOUND_VERSION%.tar.gz &quot;$(ProjectDir)..\sounds&quot;&#x0D;&#x0A;&#x0D;&#x0A;"\r
+                                       CommandLine="set /P SOUND_VERSION=&lt;&quot;$(ProjectDir)..\..\build\moh_version.txt&quot;&#x0D;&#x0A;if not exist &quot;$(ProjectDir)..\sounds\music\32000&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-32000-%SOUND_VERSION%.tar.gz &quot;$(ProjectDir)..\sounds&quot;&#x0D;&#x0A;&#x0D;&#x0A;"\r
                                        Outputs="$(ProjectDir)..\sounds\music\32000"\r
                                />\r
                        </FileConfiguration>\r
@@ -85,7 +85,7 @@
                                <Tool\r
                                        Name="VCCustomBuildTool"\r
                                        Description="Downloading 32khzsound."\r
-                                       CommandLine="set /P SOUND_VERSION=&lt;$(ProjectDir)..\..\build\moh_version.txt&#x0D;&#x0A;if not exist &quot;$(ProjectDir)..\sounds\music\32000&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-32000-%SOUND_VERSION%.tar.gz &quot;$(ProjectDir)..\sounds&quot;&#x0D;&#x0A;&#x0D;&#x0A;"\r
+                                       CommandLine="set /P SOUND_VERSION=&lt;&quot;$(ProjectDir)..\..\build\moh_version.txt&quot;&#x0D;&#x0A;if not exist &quot;$(ProjectDir)..\sounds\music\32000&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-32000-%SOUND_VERSION%.tar.gz &quot;$(ProjectDir)..\sounds&quot;&#x0D;&#x0A;&#x0D;&#x0A;"\r
                                        Outputs="$(ProjectDir)..\sounds\music\32000"\r
                                />\r
                        </FileConfiguration>\r
index cac78b546a6226ab00a10f9c57ccc858ffb8eb9f..4e787856ca4b010e561283094d2f6e5a155f98e0 100644 (file)
@@ -75,7 +75,7 @@
                                <Tool\r
                                        Name="VCCustomBuildTool"\r
                                        Description="Downloading 16khzsound."\r
-                                       CommandLine="set /P SOUND_VERSION=&lt;$(ProjectDir)..\..\build\moh_version.txt&#x0D;&#x0A;if not exist &quot;$(ProjectDir)..\sounds\music\16000&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-16000-%SOUND_VERSION%.tar.gz &quot;$(ProjectDir)..\sounds&quot;&#x0D;&#x0A;&#x0D;&#x0A;"\r
+                                       CommandLine="set /P SOUND_VERSION=&lt;&quot;$(ProjectDir)..\..\build\moh_version.txt&quot;&#x0D;&#x0A;if not exist &quot;$(ProjectDir)..\sounds\music\16000&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-16000-%SOUND_VERSION%.tar.gz &quot;$(ProjectDir)..\sounds&quot;&#x0D;&#x0A;&#x0D;&#x0A;"\r
                                        Outputs="$(ProjectDir)..\sounds\music\16000"\r
                                />\r
                        </FileConfiguration>\r
@@ -85,7 +85,7 @@
                                <Tool\r
                                        Name="VCCustomBuildTool"\r
                                        Description="Downloading 16khzsound."\r
-                                       CommandLine="set /P SOUND_VERSION=&lt;$(ProjectDir)..\..\build\moh_version.txt&#x0D;&#x0A;if not exist &quot;$(ProjectDir)..\sounds\music\16000&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-16000-%SOUND_VERSION%.tar.gz &quot;$(ProjectDir)..\sounds&quot;&#x0D;&#x0A;&#x0D;&#x0A;"\r
+                                       CommandLine="set /P SOUND_VERSION=&lt;&quot;$(ProjectDir)..\..\build\moh_version.txt&quot;&#x0D;&#x0A;if not exist &quot;$(ProjectDir)..\sounds\music\16000&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/freeswitch-sounds-music-16000-%SOUND_VERSION%.tar.gz &quot;$(ProjectDir)..\sounds&quot;&#x0D;&#x0A;&#x0D;&#x0A;"\r
                                        Outputs="$(ProjectDir)..\sounds\music\16000"\r
                                />\r
                        </FileConfiguration>\r
index 42cb1d8365597df1a64f3d57a8fb81ce7a0dfdd8..da891ece8b89c8a7f7673f0a364acf9d68f39056 100644 (file)
@@ -75,7 +75,7 @@
                                <Tool\r
                                        Name="VCCustomBuildTool"\r
                                        Description="Downloading 8khzsound."\r
-                                       CommandLine="set /P SOUND_VERSION=&lt;$(ProjectDir)..\..\build\moh_version.txt&#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-%SOUND_VERSION%.tar.gz &quot;$(ProjectDir)..\sounds&quot;&#x0D;&#x0A;"\r
+                                       CommandLine="set /P SOUND_VERSION=&lt;&quot;$(ProjectDir)..\..\build\moh_version.txt&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-%SOUND_VERSION%.tar.gz &quot;$(ProjectDir)..\sounds&quot;&#x0D;&#x0A;"\r
                                        Outputs="$(ProjectDir)..\sounds\music\8000"\r
                                />\r
                        </FileConfiguration>\r
@@ -85,7 +85,7 @@
                                <Tool\r
                                        Name="VCCustomBuildTool"\r
                                        Description="Downloading 8khzsound."\r
-                                       CommandLine="set /P SOUND_VERSION=&lt;$(ProjectDir)..\..\build\moh_version.txt&#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-%SOUND_VERSION%.tar.gz &quot;$(ProjectDir)..\sounds&quot;&#x0D;&#x0A;"\r
+                                       CommandLine="set /P SOUND_VERSION=&lt;&quot;$(ProjectDir)..\..\build\moh_version.txt&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-%SOUND_VERSION%.tar.gz &quot;$(ProjectDir)..\sounds&quot;&#x0D;&#x0A;"\r
                                        Outputs="$(ProjectDir)..\sounds\music\8000"\r
                                />\r
                        </FileConfiguration>\r