From 8aee1b33b5c3d8a50eb960d05e59b0810d11c366 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 22 Aug 2006 16:30:35 +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@2359 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/win32/Download APR-Iconv.vcproj | 34 ++++++++++++++++++++-------- libs/win32/Download APR-Util.vcproj | 28 +++++++++++++++++++---- libs/win32/Download APR.vcproj | 34 ++++++++++++++++++++++++---- libs/win32/apr-iconv/cleancount | 1 + libs/win32/apr-util/cleancount | 1 + libs/win32/apr/cleancount | 1 + 6 files changed, 81 insertions(+), 18 deletions(-) create mode 100644 libs/win32/apr-iconv/cleancount create mode 100644 libs/win32/apr-util/cleancount create mode 100644 libs/win32/apr/cleancount diff --git a/libs/win32/Download APR-Iconv.vcproj b/libs/win32/Download APR-Iconv.vcproj index 3b73a079bc..fbef010262 100644 --- a/libs/win32/Download APR-Iconv.vcproj +++ b/libs/win32/Download APR-Iconv.vcproj @@ -24,11 +24,6 @@ CharacterSet="2" BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm" > - @@ -48,11 +43,6 @@ CharacterSet="2" BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm" > - @@ -67,6 +57,30 @@ + + + + + + + + diff --git a/libs/win32/Download APR-Util.vcproj b/libs/win32/Download APR-Util.vcproj index dec15acb73..df5f2f7a0f 100644 --- a/libs/win32/Download APR-Util.vcproj +++ b/libs/win32/Download APR-Util.vcproj @@ -26,8 +26,6 @@ > + + + + + + + + diff --git a/libs/win32/Download APR.vcproj b/libs/win32/Download APR.vcproj index 46414de2c1..71b0bad272 100644 --- a/libs/win32/Download APR.vcproj +++ b/libs/win32/Download APR.vcproj @@ -26,11 +26,13 @@ > + + + + + + + + diff --git a/libs/win32/apr-iconv/cleancount b/libs/win32/apr-iconv/cleancount new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/libs/win32/apr-iconv/cleancount @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/libs/win32/apr-util/cleancount b/libs/win32/apr-util/cleancount new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/libs/win32/apr-util/cleancount @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/libs/win32/apr/cleancount b/libs/win32/apr/cleancount new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/libs/win32/apr/cleancount @@ -0,0 +1 @@ +1 \ No newline at end of file