[Freeswitch-svn] [commit] r2371 - in freeswitch/trunk/libs/win32: . apr-util curl exosip howl iksemel js libsndfile portaudio speex xmlrpc
Freeswitch SVN
mikej at freeswitch.org
Wed Aug 23 12:26:51 EDT 2006
Author: mikej
Date: Wed Aug 23 12:26:50 2006
New Revision: 2371
Added:
freeswitch/trunk/libs/win32/curl/cleancount
freeswitch/trunk/libs/win32/exosip/cleancount
freeswitch/trunk/libs/win32/howl/cleancount
freeswitch/trunk/libs/win32/iksemel/cleancount
freeswitch/trunk/libs/win32/js/cleancount
freeswitch/trunk/libs/win32/libsndfile/cleancount
freeswitch/trunk/libs/win32/portaudio/cleancount
freeswitch/trunk/libs/win32/speex/cleancount
freeswitch/trunk/libs/win32/xmlrpc/cleancount
Modified:
freeswitch/trunk/libs/win32/Download CURL.vcproj
freeswitch/trunk/libs/win32/Download EXOSIP.vcproj
freeswitch/trunk/libs/win32/Download HOWL.vcproj
freeswitch/trunk/libs/win32/Download IKSEMEL.vcproj
freeswitch/trunk/libs/win32/Download LIBSNDFILE.vcproj
freeswitch/trunk/libs/win32/Download PORTAUDIO.vcproj
freeswitch/trunk/libs/win32/Download SPEEX.vcproj
freeswitch/trunk/libs/win32/Download SPIDERMONKEY.vcproj
freeswitch/trunk/libs/win32/Download XMLRPC.vcproj
freeswitch/trunk/libs/win32/apr-util/libaprutil.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 CURL.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download CURL.vcproj (original)
+++ freeswitch/trunk/libs/win32/Download CURL.vcproj Wed Aug 23 12:26:50 2006
@@ -26,11 +26,12 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading CURL."
- CommandLine="if not exist $(ProjectDir)..\curl-7.15.2 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/curl-7.15.2.tar.gz $(ProjectDir).."
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
+ CommandLine=""
+ Outputs=""
/>
<Tool
Name="VCMIDLTool"
@@ -50,8 +51,7 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading CURL."
- CommandLine="if not exist $(ProjectDir)..\curl-7.15.2 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/curl-7.15.2.tar.gz $(ProjectDir).."
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@@ -67,6 +67,30 @@
<References>
</References>
<Files>
+ <File
+ RelativePath=".\curl\cleancount"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading CURL."
+ CommandLine="if not exist $(ProjectDir)..\curl-7.15.2 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/curl-7.15.2.tar.gz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\curl-7.15.2"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading CURL."
+ CommandLine="if not exist $(ProjectDir)..\curl-7.15.2 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/curl-7.15.2.tar.gz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\curl-7.15.2"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>
Modified: freeswitch/trunk/libs/win32/Download EXOSIP.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download EXOSIP.vcproj (original)
+++ freeswitch/trunk/libs/win32/Download EXOSIP.vcproj Wed Aug 23 12:26:50 2006
@@ -26,11 +26,12 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading EXOSIP."
- CommandLine="if not exist $(ProjectDir)..\libosip2-2.2.2 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/libosip2-2.2.2.tar.gz $(ProjectDir)..
if not exist $(ProjectDir)..\libeXosip2-2.2.2 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/libeXosip2-2.2.2.tar.gz $(ProjectDir)..
"
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
+ CommandLine=""
+ Outputs=""
/>
<Tool
Name="VCMIDLTool"
@@ -50,8 +51,7 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading EXOSIP."
- CommandLine="if not exist $(ProjectDir)..\libosip2-2.2.2 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/libosip2-2.2.2.tar.gz $(ProjectDir)..
if not exist $(ProjectDir)..\libeXosip2-2.2.2 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/libeXosip2-2.2.2.tar.gz $(ProjectDir)..
"
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@@ -67,6 +67,30 @@
<References>
</References>
<Files>
+ <File
+ RelativePath=".\exosip\cleancount"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading EXOSIP."
+ CommandLine="if not exist $(ProjectDir)..\libosip2-2.2.2 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/libosip2-2.2.2.tar.gz $(ProjectDir)..
if not exist $(ProjectDir)..\libeXosip2-2.2.2 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/libeXosip2-2.2.2.tar.gz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\libosip2-2.2.2;$(ProjectDir)..\libeXosip2-2.2.2"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading EXOSIP."
+ CommandLine="if not exist $(ProjectDir)..\libosip2-2.2.2 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/libosip2-2.2.2.tar.gz $(ProjectDir)..
if not exist $(ProjectDir)..\libeXosip2-2.2.2 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/libeXosip2-2.2.2.tar.gz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\libosip2-2.2.2;$(ProjectDir)..\libeXosip2-2.2.2"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>
Modified: freeswitch/trunk/libs/win32/Download HOWL.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download HOWL.vcproj (original)
+++ freeswitch/trunk/libs/win32/Download HOWL.vcproj Wed Aug 23 12:26:50 2006
@@ -26,11 +26,12 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading HOWL."
- CommandLine="if not exist $(ProjectDir)..\howl-1.0.0 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/howl-1.0.0.tar.gz $(ProjectDir).."
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
+ CommandLine=""
+ Outputs=""
/>
<Tool
Name="VCMIDLTool"
@@ -50,8 +51,7 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading HOWL."
- CommandLine="if not exist $(ProjectDir)..\howl-1.0.0 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/howl-1.0.0.tar.gz $(ProjectDir).."
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@@ -67,6 +67,30 @@
<References>
</References>
<Files>
+ <File
+ RelativePath=".\howl\cleancount"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading HOWL."
+ CommandLine="if not exist $(ProjectDir)..\howl-1.0.0 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/howl-1.0.0.tar.gz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\howl-1.0.0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading HOWL."
+ CommandLine="if not exist $(ProjectDir)..\howl-1.0.0 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/howl-1.0.0.tar.gz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\howl-1.0.0"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>
Modified: freeswitch/trunk/libs/win32/Download IKSEMEL.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download IKSEMEL.vcproj (original)
+++ freeswitch/trunk/libs/win32/Download IKSEMEL.vcproj Wed Aug 23 12:26:50 2006
@@ -26,11 +26,12 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading IKSEMEL."
- CommandLine="if not exist $(ProjectDir)..\iksemel-1.2 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/iksemel-1.2.tar.gz $(ProjectDir).."
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
+ CommandLine=""
+ Outputs=""
/>
<Tool
Name="VCMIDLTool"
@@ -50,8 +51,7 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading IKSEMEL."
- CommandLine="if not exist $(ProjectDir)..\iksemel-1.2 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/iksemel-1.2.tar.gz $(ProjectDir).."
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@@ -67,6 +67,30 @@
<References>
</References>
<Files>
+ <File
+ RelativePath=".\iksemel\cleancount"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading IKSEMEL."
+ CommandLine="if not exist $(ProjectDir)..\iksemel-1.2 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/iksemel-1.2.tar.gz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\iksemel-1.2"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading IKSEMEL."
+ CommandLine="if not exist $(ProjectDir)..\iksemel-1.2 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/iksemel-1.2.tar.gz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\iksemel-1.2"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>
Modified: freeswitch/trunk/libs/win32/Download LIBSNDFILE.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download LIBSNDFILE.vcproj (original)
+++ freeswitch/trunk/libs/win32/Download LIBSNDFILE.vcproj Wed Aug 23 12:26:50 2006
@@ -26,11 +26,12 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading LIBSNDFILE."
- CommandLine="if not exist $(ProjectDir)..\libsndfile-1.0.16 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/libsndfile-1.0.16.tar.gz $(ProjectDir).."
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
+ CommandLine=""
+ Outputs=""
/>
<Tool
Name="VCMIDLTool"
@@ -50,8 +51,7 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading LIBSNDFILE."
- CommandLine="if not exist $(ProjectDir)..\libsndfile-1.0.16 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/libsndfile-1.0.16.tar.gz $(ProjectDir).."
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@@ -67,6 +67,30 @@
<References>
</References>
<Files>
+ <File
+ RelativePath=".\libsndfile\cleancount"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading LIBSNDFILE."
+ CommandLine="if not exist $(ProjectDir)..\libsndfile-1.0.16 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/libsndfile-1.0.16.tar.gz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\libsndfile-1.0.16"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading LIBSNDFILE."
+ CommandLine="if not exist $(ProjectDir)..\libsndfile-1.0.16 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/libsndfile-1.0.16.tar.gz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\libsndfile-1.0.16"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>
Modified: freeswitch/trunk/libs/win32/Download PORTAUDIO.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download PORTAUDIO.vcproj (original)
+++ freeswitch/trunk/libs/win32/Download PORTAUDIO.vcproj Wed Aug 23 12:26:50 2006
@@ -26,11 +26,12 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading PORTAUDIO."
- CommandLine="if not exist $(ProjectDir)..\portaudio_v18_1 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/portaudio_v18_1.zip $(ProjectDir).."
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
+ CommandLine=""
+ Outputs=""
/>
<Tool
Name="VCMIDLTool"
@@ -50,8 +51,7 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading PORTAUDIO."
- CommandLine="if not exist $(ProjectDir)..\portaudio_v18_1 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/portaudio_v18_1.zip $(ProjectDir).."
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@@ -67,6 +67,30 @@
<References>
</References>
<Files>
+ <File
+ RelativePath=".\portaudio\cleancount"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading PORTAUDIO."
+ CommandLine="if not exist $(ProjectDir)..\portaudio_v18_1 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/portaudio_v18_1.zip $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\portaudio_v18_1"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading PORTAUDIO."
+ CommandLine="if not exist $(ProjectDir)..\portaudio_v18_1 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/portaudio_v18_1.zip $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\portaudio_v18_1"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>
Modified: freeswitch/trunk/libs/win32/Download SPEEX.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download SPEEX.vcproj (original)
+++ freeswitch/trunk/libs/win32/Download SPEEX.vcproj Wed Aug 23 12:26:50 2006
@@ -26,11 +26,12 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading SPEEX."
- CommandLine="if not exist $(ProjectDir)..\speex-1.1.11.1 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/speex-1.1.11.1.tar.gz $(ProjectDir).."
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
+ CommandLine=""
+ Outputs=""
/>
<Tool
Name="VCMIDLTool"
@@ -50,8 +51,7 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading SPEEX."
- CommandLine="if not exist $(ProjectDir)..\speex-1.1.11.1 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/speex-1.1.11.1.tar.gz $(ProjectDir).."
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@@ -67,6 +67,30 @@
<References>
</References>
<Files>
+ <File
+ RelativePath=".\speex\cleancount"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading SPEEX."
+ CommandLine="if not exist $(ProjectDir)..\speex-1.1.11.1 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/speex-1.1.11.1.tar.gz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\speex-1.1.11.1"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading SPEEX."
+ CommandLine="if not exist $(ProjectDir)..\speex-1.1.11.1 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/speex-1.1.11.1.tar.gz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\speex-1.1.11.1"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>
Modified: freeswitch/trunk/libs/win32/Download SPIDERMONKEY.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download SPIDERMONKEY.vcproj (original)
+++ freeswitch/trunk/libs/win32/Download SPIDERMONKEY.vcproj Wed Aug 23 12:26:50 2006
@@ -26,11 +26,12 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading SPIDERMONKEY."
- CommandLine="if not exist $(ProjectDir)..\js20051231 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/js20051231.zip $(ProjectDir)..
if not exist $(ProjectDir)..\nspr-4.6.1.winnt5.debug cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/nspr-4.6.1.winnt5.debug.zip $(ProjectDir)..
if not exist $(ProjectDir)..\nspr-4.6.1.winnt5.release cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/nspr-4.6.1.winnt5.release.zip $(ProjectDir)..
"
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
+ CommandLine=""
+ Outputs=""
/>
<Tool
Name="VCMIDLTool"
@@ -50,8 +51,7 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading SPIDERMONKEY."
- CommandLine="if not exist $(ProjectDir)..\js20051231 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/js20051231.zip $(ProjectDir)..
if not exist $(ProjectDir)..\nspr-4.6.1.winnt5.debug cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/nspr-4.6.1.winnt5.debug.zip $(ProjectDir)..
if not exist $(ProjectDir)..\nspr-4.6.1.winnt5.release cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/nspr-4.6.1.winnt5.release.zip $(ProjectDir)..
"
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@@ -67,6 +67,30 @@
<References>
</References>
<Files>
+ <File
+ RelativePath=".\js\cleancount"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading SPIDERMONKEY."
+ CommandLine="if not exist $(ProjectDir)..\js20051231 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/js20051231.zip $(ProjectDir)..
if not exist $(ProjectDir)..\nspr-4.6.1.winnt5.debug cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/nspr-4.6.1.winnt5.debug.zip $(ProjectDir)..
if not exist $(ProjectDir)..\nspr-4.6.1.winnt5.release cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/nspr-4.6.1.winnt5.release.zip $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\js20051231"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading SPIDERMONKEY."
+ CommandLine="if not exist $(ProjectDir)..\js20051231 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/js20051231.zip $(ProjectDir)..
if not exist $(ProjectDir)..\nspr-4.6.1.winnt5.debug cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/nspr-4.6.1.winnt5.debug.zip $(ProjectDir)..
if not exist $(ProjectDir)..\nspr-4.6.1.winnt5.release cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/nspr-4.6.1.winnt5.release.zip $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\js20051231"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>
Modified: freeswitch/trunk/libs/win32/Download XMLRPC.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/Download XMLRPC.vcproj (original)
+++ freeswitch/trunk/libs/win32/Download XMLRPC.vcproj Wed Aug 23 12:26:50 2006
@@ -26,11 +26,12 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading XMLRPC."
- CommandLine="if not exist $(ProjectDir)..\xmlrpc-c-1.03.14 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/xmlrpc-c-1.03.14.tgz $(ProjectDir)..
"
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
+ CommandLine=""
+ Outputs=""
/>
<Tool
Name="VCMIDLTool"
@@ -50,8 +51,7 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Downloading XMLRPC."
- CommandLine="if not exist $(ProjectDir)..\xmlrpc-c-1.03.14 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/xmlrpc-c-1.03.14.tgz $(ProjectDir)..
"
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@@ -67,6 +67,30 @@
<References>
</References>
<Files>
+ <File
+ RelativePath=".\xmlrpc\cleancount"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading XMLRPC."
+ CommandLine="if not exist $(ProjectDir)..\xmlrpc-c-1.03.14 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/xmlrpc-c-1.03.14.tgz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\xmlrpc-c-1.03.14"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Downloading XMLRPC."
+ CommandLine="if not exist $(ProjectDir)..\xmlrpc-c-1.03.14 cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/xmlrpc-c-1.03.14.tgz $(ProjectDir)..
"
+ Outputs="$(ProjectDir)..\xmlrpc-c-1.03.14"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>
Modified: freeswitch/trunk/libs/win32/apr-util/libaprutil.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/apr-util/libaprutil.vcproj (original)
+++ freeswitch/trunk/libs/win32/apr-util/libaprutil.vcproj Wed Aug 23 12:26:50 2006
@@ -1289,7 +1289,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Creating apu_config.h from apu_config.hw"
- CommandLine="if not exist ..\..\apr-util-1.2.7\include\apu_config.h type ..\..\apr-util-1.2.7\include\apu_config.hw > ..\..\apr-util-1.2.7\include\apu_config.h
"
+ CommandLine="if not exist ..\..\apr-util-1.2.7\include\private\apu_config.h type ..\..\apr-util-1.2.7\include\private\apu_config.hw > ..\..\apr-util-1.2.7\include\private\apu_config.h
"
Outputs="..\..\apr-util-1.2.7\include\private\apu_config.h"
/>
</FileConfiguration>
@@ -1299,7 +1299,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Creating apu_config.h from apu_config.hw"
- CommandLine="if not exist ..\..\apr-util-1.2.7\include\apu_config.h type ..\..\apr-util-1.2.7\include\apu_config.hw > ..\..\apr-util-1.2.7\include\apu_config.h
"
+ CommandLine="if not exist ..\..\apr-util-1.2.7\include\private\apu_config.h type ..\..\apr-util-1.2.7\include\private\apu_config.hw > ..\..\apr-util-1.2.7\include\private\apu_config.h
"
Outputs="..\..\apr-util-1.2.7\include\private\apu_config.h"
/>
</FileConfiguration>
@@ -1317,7 +1317,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Creating apu_select_dbm.h from apu_select_dbm.hw"
- CommandLine="if not exist ..\..\apr-util-1.2.7\include\apu_select_dbm.h type ..\..\apr-util-1.2.7\include\apu_select_dbm.hw > ..\..\apr-util-1.2.7\include\apu_select_dbm.h
"
+ CommandLine="if not exist ..\..\apr-util-1.2.7\include\private\apu_select_dbm.h type ..\..\apr-util-1.2.7\include\private\apu_select_dbm.hw > ..\..\apr-util-1.2.7\include\private\apu_select_dbm.h
"
Outputs="..\..\apr-util-1.2.7\include\private\apu_select_dbm.h"
/>
</FileConfiguration>
@@ -1327,7 +1327,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Creating apu_select_dbm.h from apu_select_dbm.hw"
- CommandLine="if not exist ..\..\apr-util-1.2.7\include\apu_select_dbm.h type ..\..\apr-util-1.2.7\include\apu_select_dbm.hw > ..\..\apr-util-1.2.7\include\apu_select_dbm.h
"
+ CommandLine="if not exist ..\..\apr-util-1.2.7\include\private\apu_select_dbm.h type ..\..\apr-util-1.2.7\include\private\apu_select_dbm.hw > ..\..\apr-util-1.2.7\include\private\apu_select_dbm.h
"
Outputs="..\..\apr-util-1.2.7\include\private\apu_select_dbm.h"
/>
</FileConfiguration>
Added: freeswitch/trunk/libs/win32/curl/cleancount
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/curl/cleancount Wed Aug 23 12:26:50 2006
@@ -0,0 +1 @@
+1
\ No newline at end of file
Added: freeswitch/trunk/libs/win32/exosip/cleancount
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/exosip/cleancount Wed Aug 23 12:26:50 2006
@@ -0,0 +1 @@
+1
\ No newline at end of file
Added: freeswitch/trunk/libs/win32/howl/cleancount
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/howl/cleancount Wed Aug 23 12:26:50 2006
@@ -0,0 +1 @@
+1
\ No newline at end of file
Added: freeswitch/trunk/libs/win32/iksemel/cleancount
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/iksemel/cleancount Wed Aug 23 12:26:50 2006
@@ -0,0 +1 @@
+1
\ No newline at end of file
Added: freeswitch/trunk/libs/win32/js/cleancount
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/js/cleancount Wed Aug 23 12:26:50 2006
@@ -0,0 +1 @@
+1
\ No newline at end of file
Added: freeswitch/trunk/libs/win32/libsndfile/cleancount
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/libsndfile/cleancount Wed Aug 23 12:26:50 2006
@@ -0,0 +1 @@
+1
\ No newline at end of file
Added: freeswitch/trunk/libs/win32/portaudio/cleancount
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/portaudio/cleancount Wed Aug 23 12:26:50 2006
@@ -0,0 +1 @@
+1
\ No newline at end of file
Added: freeswitch/trunk/libs/win32/speex/cleancount
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/speex/cleancount Wed Aug 23 12:26:50 2006
@@ -0,0 +1 @@
+1
\ No newline at end of file
Added: freeswitch/trunk/libs/win32/xmlrpc/cleancount
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/win32/xmlrpc/cleancount Wed Aug 23 12:26:50 2006
@@ -0,0 +1 @@
+1
\ No newline at end of file
More information about the Freeswitch-svn
mailing list