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:32:50 UTC

svn commit: r1687637 - /apr/apr/branches/1.5.x/README

Author: wrowe
Date: Thu Jun 25 20:32:49 2015
New Revision: 1687637

URL: http://svn.apache.org/r1687637
Log:
Adjustments of instructions for -1 suffixes

Modified:
    apr/apr/branches/1.5.x/README

Modified: apr/apr/branches/1.5.x/README
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/README?rev=1687637&r1=1687636&r2=1687637&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/README (original)
+++ apr/apr/branches/1.5.x/README Thu Jun 25 20:32:49 2015
@@ -145,9 +145,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-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