瀏覽代碼

* Build os2units only in os/2 and emx targets

git-svn-id: trunk@20186 -
joost 13 年之前
父節點
當前提交
c0a501bdab
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/os2units/fpmake.pp

+ 2 - 1
packages/os2units/fpmake.pp

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