summaryrefslogtreecommitdiff
path: root/NON-AUTOTOOLS-BUILD
diff options
context:
space:
mode:
authorchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-16 15:56:41 +0000
committerchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-16 15:56:41 +0000
commit2e478ec557c57c90ffb1bdc334a92b5a1c641edd (patch)
tree65e5fc53bb1e085ee810d02d86d4f6207ce04701 /NON-AUTOTOOLS-BUILD
parentdc014560c73c9bf37f40ea786b751d5e60e6d895 (diff)
downloadpcre-2e478ec557c57c90ffb1bdc334a92b5a1c641edd.tar.gz
pcre32: docs: Clarify that pcretest can be linked with any combination of the libraries
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1104 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NON-AUTOTOOLS-BUILD')
-rw-r--r--NON-AUTOTOOLS-BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/NON-AUTOTOOLS-BUILD b/NON-AUTOTOOLS-BUILD
index bbe349d..671c3f4 100644
--- a/NON-AUTOTOOLS-BUILD
+++ b/NON-AUTOTOOLS-BUILD
@@ -198,8 +198,8 @@ can skip ahead to the CMake section.
pcreposix.c (remembering -DHAVE_CONFIG_H if necessary). Link the result
(on its own) as the pcreposix library.
- (9) The pcretest program can be linked with any of the 8-bit, 16-bit and 32-bit
- libraries (depending on what you selected in config.h). Compile
+ (9) The pcretest program can be linked with any combination of the 8-bit, 16-bit
+ and 32-bit libraries (depending on what you selected in config.h). Compile
pcretest.c and pcre_printint.c (again, don't forget -DHAVE_CONFIG_H) and
link them together with the appropriate library/ies. If you compiled an
8-bit library, pcretest also needs the pcreposix wrapper library unless