mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 08:49:38 +02:00
* Build os2units only in os/2 and emx targets
git-svn-id: trunk@20186 -
This commit is contained in:
parent
ff81a5018f
commit
c0a501bdab
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user