From: William A. Rowe Jr Date: Wed, 15 May 2002 00:15:44 +0000 (+0000) Subject: Save on incremental build time. libhttpd depends on gen_test_char and X-Git-Tag: 2.0.37~392 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f15a6a8986db41f0dc1b9bf9af07064094c570c;p=thirdparty%2Fapache%2Fhttpd.git Save on incremental build time. libhttpd depends on gen_test_char and libapr. gen_test_char truly needs only apr ... however, this causes the libhttpd to refresh the static apr and dynamic libapr. Now... libapr.dll is in the wrong place to actually start gen_test_char. That doesn't affect us though - the only bits gen_test_char actually needs are APR_HAS/HAVE flags and the apr_isfoo(char) macros. So this lightens the load while not harming the build process. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95099 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Apache.dsw b/Apache.dsw index eba96d8031e..00ef249a2cc 100644 --- a/Apache.dsw +++ b/Apache.dsw @@ -303,10 +303,7 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name apr - End Project Dependency - Begin Project Dependency - Project_Dep_Name aprutil + Project_Dep_Name libapr End Project Dependency }}}