summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2015-06-25 20:32:49 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2015-06-25 20:32:49 +0000
commitfbac945dc2117acd0d5d3ea422f13edb7ec82dc7 (patch)
tree72139fcd9173949136b33260e08697fb9cb57d85
parent1332fb331f015510f93519fde2fbe27544f33393 (diff)
downloadlibapr-fbac945dc2117acd0d5d3ea422f13edb7ec82dc7.tar.gz
Adjustments of instructions for -1 suffixes
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1687637 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index f3add18e4..ec1e07e8d 100644
--- a/README
+++ b/README
@@ -145,9 +145,9 @@ can load apr.dsw in Visual Studio 2002 (.NET) or later, which will
convert these for you into apr.sln and associated .vcproj files.
When using APR as a dynamic library, nothing special is required,
-simply link to libapr.lib. To use it as a static library, simply
+simply link to libapr-1.lib. To use it as a static library, simply
define APR_DECLARE_STATIC before you include any apr header files
-in your source, and link to apr.lib instead.
+in your source, and link to apr-1.lib instead.
Generating Test Coverage information with gcc