mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
* Added aspelltypes.inc to fpmake.pp
git-svn-id: trunk@32119 -
This commit is contained in:
parent
502eee8f80
commit
c3c2fa1ede
@ -31,6 +31,7 @@ begin
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('aspell.pp');
|
||||
T.Dependencies.AddInclude('src/aspelltypes.inc');
|
||||
T:=P.Targets.AddUnit('aspelldyn.pp');
|
||||
T:=P.Targets.AddUnit('spellcheck.pp');
|
||||
with T.Dependencies do
|
||||
|
Loading…
Reference in New Issue
Block a user