[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: po_gnatdist project handling problem



I had a closer look at the gnat_ls_polyorb.txt file I already sent.
Line 41 and 42 :
      Object directory = "/usr/share/ada/adainclude/"
      exec directory:  "/usr/share/ada/adainclude/"

So may be I should enhance my polyorb.gpr file ?
Here is the gnat pro one :
with "polyorb/polyorb_common";
with "polyorb/polyorb_src_setup";

project PolyORB is

   for Source_Dirs use ("../../include/polyorb");
   for Object_Dir  use  "../../lib/polyorb";
   for Externally_Built use "true";

end PolyORB;

I'll give it a try...


Reply to: