* Build os2units only in os/2 and emx targets

git-svn-id: trunk@20186 -
This commit is contained in:
joost 2012-01-28 11:41:58 +00:00
parent ff81a5018f
commit c0a501bdab

View File

@ -16,7 +16,8 @@ begin
P.Directory:='os2units';
{$endif ALLPACKAGES}
P.Version:='2.7.1';
P.SourcePath.Add('src',[OS2,emx]);
P.OSes := [OS2,emx];
P.SourcePath.Add('src');
// P.Dependencies.Add('x11');
// P.Targets.AddUnit('buildall.pas',[OS2]);
P.Targets.AddUnit('clkdll.pas');