]> granicus.if.org Git - apache/commitdiff
Unless I'm missing something obvious, apr-iconv never needs to be it's
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 20 Jul 2002 23:57:26 +0000 (23:57 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 20 Jul 2002 23:57:26 +0000 (23:57 +0000)
  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

index 8bf461cfe19345fe478f7954c2d8c362ae745158..c7616ec2ec6d27fe9b284778c1289b9d767d2741 100644 (file)
@@ -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