| 10 |
system. This now has full Autotools support and so is now "standard" in some |
system. This now has full Autotools support and so is now "standard" in some |
| 11 |
sense. It should help with compiling PCRE in a wide variety of environments. |
sense. It should help with compiling PCRE in a wide variety of environments. |
| 12 |
|
|
| 13 |
An important change is that the dftables auxiliary program is no longer |
NOTE: when building shared libraries for Windows, three dlls are now built, |
| 14 |
|
called libpcre, libpcreposix, and libpcrecpp. Previously, everything was |
| 15 |
|
included in a single dll. |
| 16 |
|
|
| 17 |
|
Another important change is that the dftables auxiliary program is no longer |
| 18 |
compiled and run at "make" time by default. Instead, a default set of character |
compiled and run at "make" time by default. Instead, a default set of character |
| 19 |
tables (assuming ASCII coding) is used. If you want to use dftables to generate |
tables (assuming ASCII coding) is used. If you want to use dftables to generate |
| 20 |
the character tables as previously, add --enable-rebuild-chartables to the |
the character tables as previously, add --enable-rebuild-chartables to the |