Przemek, Viktor,

> For PCRE we have set of macros you can set in C_USR
envvar before building Harbour to reach such effect, f.e. -DHB_POSIX_REGEX
We can use:

   HB_POSIX_REGEX - use POSIX regex instead of PCRE, it should work
                    on all POSIX systems (f.e. in *nixes)

   HB_PCRE_REGEX  - use platform native PCRE library

   HB_PCRE_REGEX_BCC - use old PCRE library build into BCC CRTL

when non of the above is set then our own copy of PCRE is used.

In such a case, I think it would be better to create a separate
library for PCRE. This way it would be easier to switch library
during linking time.

Any opinions ?

--

Marek

----------------------------------------------------------------------
Mamy nagrody dla Ciebie!
Kliknij >>> http://link.interia.pl/f1cf5
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to