Browse Source

* Fixed fpmake.pp for ptc on windows

git-svn-id: trunk@20037 -
joost 13 years ago
parent
commit
4a46f22c49
1 changed files with 1 additions and 2 deletions
  1. 1 2
      packages/ptc/fpmake.pp

+ 1 - 2
packages/ptc/fpmake.pp

@@ -40,7 +40,7 @@ begin
     P.IncludePath.Add('src/x11',AllUnixOSes);
 
   P.Dependencies.Add('hermes');
-  P.Dependencies.Add('x11');
+  P.Dependencies.Add('x11',AllUnixOSes);
   P.Dependencies.Add('fcl-base');
 
   T:=P.Targets.AddUnit('ptc.pp');
@@ -101,7 +101,6 @@ begin
       AddInclude('x11dga2displayi.inc',allunixoses);
       AddInclude('x11consolei.inc',allunixoses);
       AddInclude('consolei.inc');
-      AddUnit('directdr',[Win32,win64]);
       AddUnit('p_gx',[Wince]);
       AddUnit('textfx2',[Go32v2]);
       AddUnit('cga',[Go32v2]);