Browse Source

* Build ADO output format as well

git-svn-id: trunk@41619 -
michael 6 years ago
parent
commit
2869e9216f
1 changed files with 7 additions and 0 deletions
  1. 7 0
      packages/fcl-web/fpmake.pp

+ 7 - 0
packages/fcl-web/fpmake.pp

@@ -353,6 +353,13 @@ begin
       AddUnit('sqldbrestconst');
       AddUnit('sqldbrestconst');
       end;
       end;
     T:=P.Targets.AddUnit('sqldbrestxml.pp');
     T:=P.Targets.AddUnit('sqldbrestxml.pp');
+    With T.Dependencies do  
+      begin
+      AddUnit('sqldbrestio');
+      AddUnit('sqldbrestschema');
+      AddUnit('sqldbrestconst');
+      end;
+    T:=P.Targets.AddUnit('sqldbrestado.pp');
     With T.Dependencies do  
     With T.Dependencies do  
       begin
       begin
       AddUnit('sqldbrestio');
       AddUnit('sqldbrestio');