Browse Source

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

git-svn-id: trunk@9959 -
marco 17 năm trước cách đây
mục cha
commit
1958976e0a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/unzip/fpmake.pp

+ 1 - 1
packages/unzip/fpmake.pp

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