summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2015-06-25 20:32:49 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2015-06-25 20:32:49 +0000
commit3f861793d4a3b494d324282deb424de2d44a1e52 (patch)
tree72139fcd9173949136b33260e08697fb9cb57d85
parentc01a15a7184bbb234a0078ba48105f0821e23847 (diff)
downloadapr-3f861793d4a3b494d324282deb424de2d44a1e52.tar.gz
Adjustments of instructions for -1 suffixes
git-svn-id: https://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