You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2015/06/25 22:34:05 UTC

svn commit: r1687638 - /apr/apr/trunk/README

Author: wrowe
Date: Thu Jun 25 20:34:05 2015
New Revision: 1687638

URL: http://svn.apache.org/r1687638
Log:
Reflect -2 suffixes

Modified:
    apr/apr/trunk/README

Modified: apr/apr/trunk/README
URL: http://svn.apache.org/viewvc/apr/apr/trunk/README?rev=1687638&r1=1687637&r2=1687638&view=diff
==============================================================================
--- apr/apr/trunk/README (original)
+++ apr/apr/trunk/README Thu Jun 25 20:34:05 2015
@@ -178,9 +178,9 @@ can load apr.dsw in Visual Studio 2002 (
 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)