Browse Source

vcl-compat: disabled it for palmos, atari, msdos and go32v2. fcl-web is not compiled for these, and that is a dependency.

git-svn-id: trunk@42941 -
Károly Balogh 6 năm trước cách đây
mục cha
commit
8cb8f19258
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      packages/vcl-compat/fpmake.pp

+ 3 - 3
packages/vcl-compat/fpmake.pp

@@ -19,8 +19,8 @@ begin
     P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Various non-visual VCL compatibility units.';
-    P.OSes := P.OSes - [embedded];
-      
+    P.OSes := P.OSes - [embedded,palmos,atari,msdos,go32v2];
+
 {$ifdef ALLPACKAGES}
     P.Directory:=ADirectory;
 {$endif ALLPACKAGES}
@@ -29,7 +29,7 @@ begin
     P.Dependencies.Add('fcl-xml');
     P.Dependencies.Add('fcl-web');
     P.Dependencies.Add('rtl-extra'); 
-  
+
     P.SourcePath.Add('src');
     P.IncludePath.Add('src');