* Added aspelltypes.inc to fpmake.pp

git-svn-id: trunk@32119 -
This commit is contained in:
joost 2015-10-21 21:31:03 +00:00
parent 502eee8f80
commit c3c2fa1ede

View File

@ -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