[Pcre-svn] [1104] code/trunk/NON-AUTOTOOLS-BUILD: pcre32: do…

Startseite
Nachricht löschen
Autor: Subversion repository
Datum:  
To: pcre-svn
Betreff: [Pcre-svn] [1104] code/trunk/NON-AUTOTOOLS-BUILD: pcre32: docs: Clarify that pcretest can be linked with any combination of the libraries
Revision: 1104
          http://vcs.pcre.org/viewvc?view=rev&revision=1104
Author:   chpe
Date:     2012-10-16 16:56:41 +0100 (Tue, 16 Oct 2012)


Log Message:
-----------
pcre32: docs: Clarify that pcretest can be linked with any combination of the libraries

Modified Paths:
--------------
    code/trunk/NON-AUTOTOOLS-BUILD


Modified: code/trunk/NON-AUTOTOOLS-BUILD
===================================================================
--- code/trunk/NON-AUTOTOOLS-BUILD    2012-10-16 15:56:38 UTC (rev 1103)
+++ code/trunk/NON-AUTOTOOLS-BUILD    2012-10-16 15:56:41 UTC (rev 1104)
@@ -198,8 +198,8 @@
      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