From 52f0e14a0f52daec47a008806e1988bc9ea84d2b Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sat, 20 Jul 2002 23:57:26 +0000 Subject: [PATCH] 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 --- Apache.dsw | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.50.1