mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 08:26:18 +02:00
* includepath added
git-svn-id: trunk@10085 -
This commit is contained in:
parent
22bfc9d00d
commit
18dc29ee7c
@ -18,6 +18,8 @@ begin
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
T:=P.Targets.AddUnit('symbolic.pas');
|
||||
|
Loading…
Reference in New Issue
Block a user