* os2 compilation fixed. didn't work because of outdated fpmkunit

git-svn-id: trunk@9959 -
This commit is contained in:
marco 2008-01-26 19:34:39 +00:00
parent 835772dbef
commit 1958976e0a

View File

@ -25,7 +25,7 @@ begin
AddUnit('ziptypes');
end;
T:=P.Targets.AddUnit('ziptypes.pp');
// T:=P.Targets.AddUnit('unzipdll.pp',[emx,os2]);
T:=P.Targets.AddUnit('unzipdll.pp',[emx,os2]);
{$ifndef ALLPACKAGES}
Run;
end;