Explorar el Código

* Add include-files to fpmake.pp

git-svn-id: trunk@32129 -
joost hace 10 años
padre
commit
fa1eacb387
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      packages/fcl-sdo/fpmake.pp

+ 2 - 0
packages/fcl-sdo/fpmake.pp

@@ -30,6 +30,7 @@ begin
     // P.NeedLibC:= false;
     P.SourcePath.Add('src/base');
     P.SourcePath.Add('src/das');
+    P.IncludePath.Add('src/das');
 
     T:=P.Targets.AddUnit('sdo_consts.pas');
     T.ResourceStrings := True;
@@ -261,6 +262,7 @@ begin
     with T.Dependencies do
       begin
       AddUnit('data_acces_intf');
+      AddInclude('sdo_global.inc');
       end;
     T:=P.Targets.AddUnit('sdo_das_utils.pas');
     with T.Dependencies do