[Freeswitch-svn] [commit] r2359 - in freeswitch/trunk/libs/win32: . apr apr-iconv apr-util
Freeswitch SVN
mikej at freeswitch.org
Tue Aug 22 12:30:36 EDT 2006
Author: mikej
Date: Tue Aug 22 12:30:35 2006
New Revision: 2359
Added:
freeswitch/trunk/libs/win32/apr-iconv/cleancount
freeswitch/trunk/libs/win32/apr-util/cleancount
freeswitch/trunk/libs/win32/apr/cleancount
Modified:
freeswitch/trunk/libs/win32/Download APR-Iconv.vcproj
freeswitch/trunk/libs/win32/Download APR-Util.vcproj
freeswitch/trunk/libs/win32/Download APR.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 APR-Iconv.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download APR-Iconv.vcproj (original)
+++ freeswitch/trunk/libs/win32/Download APR-Iconv.vcproj Tue Aug 22 12:30:35 2006
@@ -25,11 +25,6 @@
BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
>
<Tool
- Name="VCPreBuildEventTool"
- Description="Downloading APR-Iconv."
- CommandLine="if not exist $(ProjectDir)..\apr-iconv-1.1.1 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/apr-iconv-1.1.1.tar.gz $(ProjectDir).."
- />
- <Tool
Name="VCCustomBuildTool"
/>
<Tool
@@ -49,11 +44,6 @@
BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
>
<Tool
- Name="VCPreBuildEventTool"
- Description="Downloading APR-Iconv."
- CommandLine="if not exist $(ProjectDir)..\apr-iconv-1.1.1 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/apr-iconv-1.1.1.tar.gz $(ProjectDir).."
- />
- <Tool
Name="VCCustomBuildTool"
/>
<Tool
@@ -67,6 +57,30 @@
<References>
</References>
<Files>
+ <File
+ RelativePath=".\apr-iconv\cleancount"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading APR-Iconv."
+ CommandLine="if not exist $(ProjectDir)..\apr-iconv-1.1.1 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/apr-iconv-1.1.1.tar.gz $(ProjectDir).."
+ Outputs="$(ProjectDir)..\apr-iconv-1.1.1"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading APR-Iconv."
+ CommandLine="if not exist $(ProjectDir)..\apr-iconv-1.1.1 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/apr-iconv-1.1.1.tar.gz $(ProjectDir).."
+ Outputs="$(ProjectDir)..\apr-iconv-1.1.1"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>
Modified: freeswitch/trunk/libs/win32/Download APR-Util.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download APR-Util.vcproj (original)
+++ freeswitch/trunk/libs/win32/Download APR-Util.vcproj Tue Aug 22 12:30:35 2006
@@ -26,8 +26,6 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading APR-Util."
- CommandLine="if not exist $(ProjectDir)..\apr-util-1.2.7 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/apr-util-1.2.7.tar.gz $(ProjectDir).."
/>
<Tool
Name="VCCustomBuildTool"
@@ -50,8 +48,6 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading APR-Util."
- CommandLine="if not exist $(ProjectDir)..\apr-util-1.2.7 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/apr-util-1.2.7.tar.gz $(ProjectDir).."
/>
<Tool
Name="VCCustomBuildTool"
@@ -67,6 +63,30 @@
<References>
</References>
<Files>
+ <File
+ RelativePath=".\apr-util\cleancount"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading APR-Util."
+ CommandLine="if not exist $(ProjectDir)..\apr-util-1.2.7 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/apr-util-1.2.7.tar.gz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\apr-util-1.2.7"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading APR-Util."
+ CommandLine="if not exist $(ProjectDir)..\apr-util-1.2.7 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/apr-util-1.2.7.tar.gz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\apr-util-1.2.7"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>
Modified: freeswitch/trunk/libs/win32/Download APR.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download APR.vcproj (original)
+++ freeswitch/trunk/libs/win32/Download APR.vcproj Tue Aug 22 12:30:35 2006
@@ -26,11 +26,13 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading APR."
- CommandLine="if not exist $(ProjectDir)..\apr-1.2.7 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/apr-1.2.7.tar.gz $(ProjectDir).."
+ Description=""
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
+ CommandLine=""
+ Outputs=""
/>
<Tool
Name="VCMIDLTool"
@@ -50,8 +52,8 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading APR."
- CommandLine="if not exist $(ProjectDir)..\apr-1.2.7 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/apr-1.2.7.tar.gz $(ProjectDir).."
+ Description=""
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@@ -67,6 +69,30 @@
<References>
</References>
<Files>
+ <File
+ RelativePath=".\apr\cleancount"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading APR."
+ CommandLine="if not exist $(ProjectDir)..\apr-1.2.7 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/apr-1.2.7.tar.gz $(ProjectDir).."
+ Outputs="$(ProjectDir)..\apr-1.2.7"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading APR."
+ CommandLine="if not exist $(ProjectDir)..\apr-1.2.7 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/apr-1.2.7.tar.gz $(ProjectDir).."
+ Outputs="$(ProjectDir)..\apr-1.2.7"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>
Added: freeswitch/trunk/libs/win32/apr-iconv/cleancount
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/apr-iconv/cleancount Tue Aug 22 12:30:35 2006
@@ -0,0 +1 @@
+1
\ No newline at end of file
Added: freeswitch/trunk/libs/win32/apr-util/cleancount
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/apr-util/cleancount Tue Aug 22 12:30:35 2006
@@ -0,0 +1 @@
+1
\ No newline at end of file
Added: freeswitch/trunk/libs/win32/apr/cleancount
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/apr/cleancount Tue Aug 22 12:30:35 2006
@@ -0,0 +1 @@
+1
\ No newline at end of file
More information about the Freeswitch-svn
mailing list