summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2015-06-25 20:34:05 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2015-06-25 20:34:05 +0000
commitb0aab2a5547a9b30d340d71b156a3812b6904b6c (patch)
tree37542f384b618a971d4eac8d0ecb6560742db862 /README
parent7533ced154f4c001243bc0f91dfa17971bc1a709 (diff)
downloadapr-b0aab2a5547a9b30d340d71b156a3812b6904b6c.tar.gz
Reflect -2 suffixes
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1687638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index f688fe8b8..c97cd7046 100644
--- a/README
+++ b/README
@@ -178,9 +178,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-2.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-2.lib instead.
On windows, selection of database drivers is via the environment values
DBD_LIST (for mysql, oracle, pgsql, sqlite2 and/or sqlite3)