提交 ccc83cbc authored 作者: Michael Jerris's avatar Michael Jerris

Let msvc decide if it needs to re-run the download projects based upon the…

Let msvc decide if it needs to re-run the download projects based upon the presence of the downloaded directory.  This now works properly for these targets when it will scroll pass the target as "up-to-date" instead of running it and doing nothing.  This should speed up the build process a bit.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2363 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 da727681
......@@ -26,8 +26,6 @@
>
<Tool
Name="VCPreBuildEventTool"
Description="Downloading LIBRESAMPLE."
CommandLine="if not exist $(ProjectDir)..\libresample-0.1.3 cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/libresample-0.1.3.zip $(ProjectDir).."
/>
<Tool
Name="VCCustomBuildTool"
......@@ -50,8 +48,6 @@
>
<Tool
Name="VCPreBuildEventTool"
Description="Downloading LIBRESAMPLE."
CommandLine="if not exist $(ProjectDir)..\libresample-0.1.3 cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/libresample-0.1.3.zip $(ProjectDir).."
/>
<Tool
Name="VCCustomBuildTool"
......@@ -67,6 +63,30 @@
<References>
</References>
<Files>
<File
RelativePath=".\libresample\cleancount"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Downloading LIBRESAMPLE."
CommandLine="if not exist $(ProjectDir)..\libresample-0.1.3 cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/libresample-0.1.3.zip $(ProjectDir)..&#x0D;&#x0A;"
Outputs="$(ProjectDir)..\libresample-0.1.3"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Downloading LIBRESAMPLE."
CommandLine="if not exist $(ProjectDir)..\libresample-0.1.3 cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/libresample-0.1.3.zip $(ProjectDir)..&#x0D;&#x0A;"
Outputs="$(ProjectDir)..\libresample-0.1.3"
/>
</FileConfiguration>
</File>
</Files>
<Globals>
</Globals>
......
......@@ -26,8 +26,6 @@
>
<Tool
Name="VCPreBuildEventTool"
Description="Downloading PCRE."
CommandLine="if not exist $(ProjectDir)..\pcre-6.4 cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/pcre-6.4.tar.gz $(ProjectDir).."
/>
<Tool
Name="VCCustomBuildTool"
......@@ -50,8 +48,6 @@
>
<Tool
Name="VCPreBuildEventTool"
Description="Downloading PCRE."
CommandLine="if not exist $(ProjectDir)..\pcre-6.4 cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/pcre-6.4.tar.gz $(ProjectDir).."
/>
<Tool
Name="VCCustomBuildTool"
......@@ -67,6 +63,30 @@
<References>
</References>
<Files>
<File
RelativePath=".\pcre\cleancount"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Downloading PCRE."
CommandLine="if not exist $(ProjectDir)..\pcre-6.4 cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/pcre-6.4.tar.gz $(ProjectDir)..&#x0D;&#x0A;"
Outputs="$(ProjectDir)..\pcre-6.4"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Downloading PCRE."
CommandLine="if not exist $(ProjectDir)..\pcre-6.4 cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/pcre-6.4.tar.gz $(ProjectDir)..&#x0D;&#x0A;"
Outputs="$(ProjectDir)..\pcre-6.4"
/>
</FileConfiguration>
</File>
</Files>
<Globals>
</Globals>
......
......@@ -26,8 +26,6 @@
>
<Tool
Name="VCPreBuildEventTool"
Description="Downloading SQLITE."
CommandLine="if not exist $(ProjectDir)..\sqlite-source-3_3_6 cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/sqlite-source-3_3_6.zip $(ProjectDir).."
/>
<Tool
Name="VCCustomBuildTool"
......@@ -50,8 +48,6 @@
>
<Tool
Name="VCPreBuildEventTool"
Description="Downloading SQLITE."
CommandLine="if not exist $(ProjectDir)..\sqlite-source-3_3_6 cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/sqlite-source-3_3_6.zip $(ProjectDir).."
/>
<Tool
Name="VCCustomBuildTool"
......@@ -67,6 +63,30 @@
<References>
</References>
<Files>
<File
RelativePath=".\sqlite\cleancount"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Downloading SQLITE."
CommandLine="if not exist $(ProjectDir)..\sqlite-source-3_3_6 cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/sqlite-source-3_3_6.zip $(ProjectDir)..&#x0D;&#x0A;"
Outputs="$(ProjectDir)..\sqlite-source-3_3_6"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Downloading SQLITE."
CommandLine="if not exist $(ProjectDir)..\sqlite-source-3_3_6 cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://svn.freeswitch.org/downloads/libs/sqlite-source-3_3_6.zip $(ProjectDir)..&#x0D;&#x0A;"
Outputs="$(ProjectDir)..\sqlite-source-3_3_6"
/>
</FileConfiguration>
</File>
</Files>
<Globals>
</Globals>
......
1
\ No newline at end of file
1
\ No newline at end of file
1
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论