[Freeswitch-svn] [commit] r2363 - in freeswitch/trunk/libs/win32: . libresample pcre sqlite
Freeswitch SVN
mikej at freeswitch.org
Tue Aug 22 16:31:54 EDT 2006
Author: mikej
Date: Tue Aug 22 16:31:53 2006
New Revision: 2363
Added:
freeswitch/trunk/libs/win32/libresample/cleancount
freeswitch/trunk/libs/win32/pcre/cleancount
freeswitch/trunk/libs/win32/sqlite/cleancount
Modified:
freeswitch/trunk/libs/win32/Download LIBRESAMPLE.vcproj
freeswitch/trunk/libs/win32/Download PCRE.vcproj
freeswitch/trunk/libs/win32/Download SQLITE.vcproj
Log:
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.
Modified: freeswitch/trunk/libs/win32/Download LIBRESAMPLE.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download LIBRESAMPLE.vcproj (original)
+++ freeswitch/trunk/libs/win32/Download LIBRESAMPLE.vcproj Tue Aug 22 16:31:53 2006
@@ -26,8 +26,6 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading LIBRESAMPLE."
- CommandLine="if not exist $(ProjectDir)..\libresample-0.1.3 cscript /nologo "$(ProjectDir)util.vbs" 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 "$(ProjectDir)util.vbs" 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 "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/libresample-0.1.3.zip $(ProjectDir)..
"
+ 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 "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/libresample-0.1.3.zip $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\libresample-0.1.3"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>
Modified: freeswitch/trunk/libs/win32/Download PCRE.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download PCRE.vcproj (original)
+++ freeswitch/trunk/libs/win32/Download PCRE.vcproj Tue Aug 22 16:31:53 2006
@@ -26,8 +26,6 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading PCRE."
- CommandLine="if not exist $(ProjectDir)..\pcre-6.4 cscript /nologo "$(ProjectDir)util.vbs" 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 "$(ProjectDir)util.vbs" 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 "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/pcre-6.4.tar.gz $(ProjectDir)..
"
+ 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 "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/pcre-6.4.tar.gz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\pcre-6.4"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>
Modified: freeswitch/trunk/libs/win32/Download SQLITE.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download SQLITE.vcproj (original)
+++ freeswitch/trunk/libs/win32/Download SQLITE.vcproj Tue Aug 22 16:31:53 2006
@@ -26,8 +26,6 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading SQLITE."
- CommandLine="if not exist $(ProjectDir)..\sqlite-source-3_3_6 cscript /nologo "$(ProjectDir)util.vbs" 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 "$(ProjectDir)util.vbs" 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 "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/sqlite-source-3_3_6.zip $(ProjectDir)..
"
+ 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 "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/sqlite-source-3_3_6.zip $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\sqlite-source-3_3_6"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>
Added: freeswitch/trunk/libs/win32/libresample/cleancount
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/libresample/cleancount Tue Aug 22 16:31:53 2006
@@ -0,0 +1 @@
+1
\ No newline at end of file
Added: freeswitch/trunk/libs/win32/pcre/cleancount
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/pcre/cleancount Tue Aug 22 16:31:53 2006
@@ -0,0 +1 @@
+1
\ No newline at end of file
Added: freeswitch/trunk/libs/win32/sqlite/cleancount
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/sqlite/cleancount Tue Aug 22 16:31:53 2006
@@ -0,0 +1 @@
+1
\ No newline at end of file
More information about the Freeswitch-svn
mailing list