diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-04-16 13:25:10 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-04-16 13:25:10 +0000 |
commit | 88e1c64afcd55068b44b441995139eb18c36bb01 (patch) | |
tree | 250fb12b6851dde8a74e00fe7a1ca516def6dc9b /NON-UNIX-USE | |
parent | ebe3a8b89cabe5b896b5e942e09211c96ceedde9 (diff) | |
download | pcre-88e1c64afcd55068b44b441995139eb18c36bb01.tar.gz |
Fix bugs in the documentation.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@148 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NON-UNIX-USE')
-rw-r--r-- | NON-UNIX-USE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NON-UNIX-USE b/NON-UNIX-USE index 13dbc97..fa1f895 100644 --- a/NON-UNIX-USE +++ b/NON-UNIX-USE @@ -157,7 +157,7 @@ The Cygwin home page (http://www.cygwin.com/) says this: On both MinGW and Cygwin, PCRE should build correctly using: ./configure && make && make install - + This should create two libraries called libpcre and libpcreposix, and, if you have enabled building the C++ wrapper, a third one called libpcrecpp. |