From dc5cd4e942114330532c359e3632c1ffa6491972 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 23 Aug 2006 16:26:50 +0000 Subject: [PATCH] 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@2371 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/win32/Download CURL.vcproj | 32 +++++++++++++++++++++---- libs/win32/Download EXOSIP.vcproj | 32 +++++++++++++++++++++---- libs/win32/Download HOWL.vcproj | 32 +++++++++++++++++++++---- libs/win32/Download IKSEMEL.vcproj | 32 +++++++++++++++++++++---- libs/win32/Download LIBSNDFILE.vcproj | 32 +++++++++++++++++++++---- libs/win32/Download PORTAUDIO.vcproj | 32 +++++++++++++++++++++---- libs/win32/Download SPEEX.vcproj | 32 +++++++++++++++++++++---- libs/win32/Download SPIDERMONKEY.vcproj | 32 +++++++++++++++++++++---- libs/win32/Download XMLRPC.vcproj | 32 +++++++++++++++++++++---- libs/win32/apr-util/libaprutil.vcproj | 8 +++---- libs/win32/curl/cleancount | 1 + libs/win32/exosip/cleancount | 1 + libs/win32/howl/cleancount | 1 + libs/win32/iksemel/cleancount | 1 + libs/win32/js/cleancount | 1 + libs/win32/libsndfile/cleancount | 1 + libs/win32/portaudio/cleancount | 1 + libs/win32/speex/cleancount | 1 + libs/win32/xmlrpc/cleancount | 1 + 19 files changed, 265 insertions(+), 40 deletions(-) create mode 100644 libs/win32/curl/cleancount create mode 100644 libs/win32/exosip/cleancount create mode 100644 libs/win32/howl/cleancount create mode 100644 libs/win32/iksemel/cleancount create mode 100644 libs/win32/js/cleancount create mode 100644 libs/win32/libsndfile/cleancount create mode 100644 libs/win32/portaudio/cleancount create mode 100644 libs/win32/speex/cleancount create mode 100644 libs/win32/xmlrpc/cleancount diff --git a/libs/win32/Download CURL.vcproj b/libs/win32/Download CURL.vcproj index 3fc00834e6..0da3395056 100644 --- a/libs/win32/Download CURL.vcproj +++ b/libs/win32/Download CURL.vcproj @@ -26,11 +26,12 @@ > + + + + + + + + diff --git a/libs/win32/Download EXOSIP.vcproj b/libs/win32/Download EXOSIP.vcproj index 357b42f49f..77f9e12dc9 100644 --- a/libs/win32/Download EXOSIP.vcproj +++ b/libs/win32/Download EXOSIP.vcproj @@ -26,11 +26,12 @@ > + + + + + + + + diff --git a/libs/win32/Download HOWL.vcproj b/libs/win32/Download HOWL.vcproj index c2d078a937..be1f846fab 100644 --- a/libs/win32/Download HOWL.vcproj +++ b/libs/win32/Download HOWL.vcproj @@ -26,11 +26,12 @@ > + + + + + + + + diff --git a/libs/win32/Download IKSEMEL.vcproj b/libs/win32/Download IKSEMEL.vcproj index 63b0f6d758..f9aa3a6442 100644 --- a/libs/win32/Download IKSEMEL.vcproj +++ b/libs/win32/Download IKSEMEL.vcproj @@ -26,11 +26,12 @@ > + + + + + + + + diff --git a/libs/win32/Download LIBSNDFILE.vcproj b/libs/win32/Download LIBSNDFILE.vcproj index b580d666f8..b95c097ad0 100644 --- a/libs/win32/Download LIBSNDFILE.vcproj +++ b/libs/win32/Download LIBSNDFILE.vcproj @@ -26,11 +26,12 @@ > + + + + + + + + diff --git a/libs/win32/Download PORTAUDIO.vcproj b/libs/win32/Download PORTAUDIO.vcproj index 3701cac282..d5141f7f63 100644 --- a/libs/win32/Download PORTAUDIO.vcproj +++ b/libs/win32/Download PORTAUDIO.vcproj @@ -26,11 +26,12 @@ > + + + + + + + + diff --git a/libs/win32/Download SPEEX.vcproj b/libs/win32/Download SPEEX.vcproj index ca48b843a4..47255bda5a 100644 --- a/libs/win32/Download SPEEX.vcproj +++ b/libs/win32/Download SPEEX.vcproj @@ -26,11 +26,12 @@ > + + + + + + + + diff --git a/libs/win32/Download SPIDERMONKEY.vcproj b/libs/win32/Download SPIDERMONKEY.vcproj index 862b9f4507..e16606883e 100644 --- a/libs/win32/Download SPIDERMONKEY.vcproj +++ b/libs/win32/Download SPIDERMONKEY.vcproj @@ -26,11 +26,12 @@ > + + + + + + + + diff --git a/libs/win32/Download XMLRPC.vcproj b/libs/win32/Download XMLRPC.vcproj index 83c2492ab7..7aae5deb09 100644 --- a/libs/win32/Download XMLRPC.vcproj +++ b/libs/win32/Download XMLRPC.vcproj @@ -26,11 +26,12 @@ > + + + + + + + + diff --git a/libs/win32/apr-util/libaprutil.vcproj b/libs/win32/apr-util/libaprutil.vcproj index 970e3686e1..0b453883bd 100644 --- a/libs/win32/apr-util/libaprutil.vcproj +++ b/libs/win32/apr-util/libaprutil.vcproj @@ -1289,7 +1289,7 @@ @@ -1299,7 +1299,7 @@ @@ -1317,7 +1317,7 @@ @@ -1327,7 +1327,7 @@ diff --git a/libs/win32/curl/cleancount b/libs/win32/curl/cleancount new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/libs/win32/curl/cleancount @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/libs/win32/exosip/cleancount b/libs/win32/exosip/cleancount new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/libs/win32/exosip/cleancount @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/libs/win32/howl/cleancount b/libs/win32/howl/cleancount new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/libs/win32/howl/cleancount @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/libs/win32/iksemel/cleancount b/libs/win32/iksemel/cleancount new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/libs/win32/iksemel/cleancount @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/libs/win32/js/cleancount b/libs/win32/js/cleancount new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/libs/win32/js/cleancount @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/libs/win32/libsndfile/cleancount b/libs/win32/libsndfile/cleancount new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/libs/win32/libsndfile/cleancount @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/libs/win32/portaudio/cleancount b/libs/win32/portaudio/cleancount new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/libs/win32/portaudio/cleancount @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/libs/win32/speex/cleancount b/libs/win32/speex/cleancount new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/libs/win32/speex/cleancount @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/libs/win32/xmlrpc/cleancount b/libs/win32/xmlrpc/cleancount new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/libs/win32/xmlrpc/cleancount @@ -0,0 +1 @@ +1 \ No newline at end of file