comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: gnat Project files
Date: Wed, 4 Nov 2009 10:09:47 +0100
Date: 2009-11-04T10:09:47+01:00	[thread overview]
Message-ID: <ph88ze44meia$.85zul9n0i54a$.dlg@40tude.net> (raw)
In-Reply-To: 316f58b2-1151-4124-a416-e0345be66474@x15g2000vbr.googlegroups.com

On Tue, 3 Nov 2009 18:02:21 -0800 (PST), RasikaSrinivasan@gmail.com wrote:

> I have a "common.gpr" for a number of projects. I was hoping I could
> define Exec_Dir, Object_Dir etc in just in the common.gpr. But it does
> not appear to be inherited in the lower level gprs.

Yes, I have the same problem too. So far the best solution I know is:

with "common.gpr";
project Dependent is
   for Object_Dir use Common'Object_Dir;
   ...

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de



  reply	other threads:[~2009-11-04  9:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-04  2:02 gnat Project files RasikaSrinivasan@gmail.com
2009-11-04  9:09 ` Dmitry A. Kazakov [this message]
2009-11-04 13:23   ` AdaMagica
2009-11-04 14:20     ` Hibou57 (Yannick Duchêne)
2009-11-04 14:39       ` AdaMagica
2009-11-04 17:51         ` Robert A Duff
2009-11-04 14:50       ` Dmitry A. Kazakov
2009-11-04 15:29         ` Hibou57 (Yannick Duchêne)
2009-11-05 10:22 ` Stephen Leake
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox