mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 07:30:11 +02:00
* Darwin only has 8-bit char version of the library
This commit is contained in:
parent
b61d85ad2d
commit
8e6bc090c2
@ -35,11 +35,13 @@ begin
|
|||||||
AddInclude('pcreconst.inc');
|
AddInclude('pcreconst.inc');
|
||||||
end;
|
end;
|
||||||
T:=P.Targets.AddUnit('libpcre2_16.pp');
|
T:=P.Targets.AddUnit('libpcre2_16.pp');
|
||||||
|
T.OSes:=[Win64,Linux];
|
||||||
with T.Dependencies do
|
with T.Dependencies do
|
||||||
begin
|
begin
|
||||||
AddInclude('pcreconst.inc');
|
AddInclude('pcreconst.inc');
|
||||||
end;
|
end;
|
||||||
T:=P.Targets.AddUnit('libpcre2_32.pp');
|
T:=P.Targets.AddUnit('libpcre2_32.pp');
|
||||||
|
T.OSes:=[Win64,Linux];
|
||||||
P.ExamplePath.Add('examples');
|
P.ExamplePath.Add('examples');
|
||||||
P.Targets.AddExampleProgram('tpcre.pp');
|
P.Targets.AddExampleProgram('tpcre.pp');
|
||||||
P.NamespaceMap:='namespaces.lst';
|
P.NamespaceMap:='namespaces.lst';
|
||||||
|
Loading…
Reference in New Issue
Block a user