From ccc83cbccbee108d18f0db664c85e862e8452032 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 22 Aug 2006 20:31:53 +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@2363 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/win32/Download LIBRESAMPLE.vcproj | 28 ++++++++++++++++++++++---- libs/win32/Download PCRE.vcproj | 28 ++++++++++++++++++++++---- libs/win32/Download SQLITE.vcproj | 28 ++++++++++++++++++++++---- libs/win32/libresample/cleancount | 1 + libs/win32/pcre/cleancount | 1 + libs/win32/sqlite/cleancount | 1 + 6 files changed, 75 insertions(+), 12 deletions(-) create mode 100644 libs/win32/libresample/cleancount create mode 100644 libs/win32/pcre/cleancount create mode 100644 libs/win32/sqlite/cleancount diff --git a/libs/win32/Download LIBRESAMPLE.vcproj b/libs/win32/Download LIBRESAMPLE.vcproj index d5bdc34ca7..e27a780f37 100644 --- a/libs/win32/Download LIBRESAMPLE.vcproj +++ b/libs/win32/Download LIBRESAMPLE.vcproj @@ -26,8 +26,6 @@ > + + + + + + + + diff --git a/libs/win32/Download PCRE.vcproj b/libs/win32/Download PCRE.vcproj index c77f7619bf..d4518c781f 100644 --- a/libs/win32/Download PCRE.vcproj +++ b/libs/win32/Download PCRE.vcproj @@ -26,8 +26,6 @@ > + + + + + + + + diff --git a/libs/win32/Download SQLITE.vcproj b/libs/win32/Download SQLITE.vcproj index 960edbf546..8fc3c651ba 100644 --- a/libs/win32/Download SQLITE.vcproj +++ b/libs/win32/Download SQLITE.vcproj @@ -26,8 +26,6 @@ > + + + + + + + + diff --git a/libs/win32/libresample/cleancount b/libs/win32/libresample/cleancount new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/libs/win32/libresample/cleancount @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/libs/win32/pcre/cleancount b/libs/win32/pcre/cleancount new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/libs/win32/pcre/cleancount @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/libs/win32/sqlite/cleancount b/libs/win32/sqlite/cleancount new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/libs/win32/sqlite/cleancount @@ -0,0 +1 @@ +1 \ No newline at end of file