From: William A. Rowe Jr Date: Sat, 20 Jul 2002 23:57:26 +0000 (+0000) Subject: Unless I'm missing something obvious, apr-iconv never needs to be it's X-Git-Tag: 2.0.40~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5028b078db6c21c2693ff772c32fc5c17190b9df;p=apache Unless I'm missing something obvious, apr-iconv never needs to be it's own .dll/.so library. In the case of libapriconv, we need to anticipate that the library will be incorporated into libaprutil and exposed through the apr_xlate_() API. In the case of the aprutil we can use the same approach. After this patch, one never includes the libapriconv or apriconv in any application. Including libaprutil or aprutil is sufficient. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96133 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Apache.dsw b/Apache.dsw index 8bf461cfe1..c7616ec2ec 100644 --- a/Apache.dsw +++ b/Apache.dsw @@ -54,9 +54,6 @@ Package=<4> Project_Dep_Name Apache End Project Dependency Begin Project Dependency - Project_Dep_Name apriconv - End Project Dependency - Begin Project Dependency Project_Dep_Name ApacheMonitor End Project Dependency Begin Project Dependency @@ -287,6 +284,9 @@ Package=<5> Package=<4> {{{ + Begin Project Dependency + Project_Dep_Name apriconv + End Project Dependency Begin Project Dependency Project_Dep_Name gen_uri_delims End Project Dependency