comp.lang.ada
 help / color / mirror / Atom feed
* gnat project "include file"
@ 2009-12-07 18:27 Zircona
  2009-12-07 19:58 ` sjw
  2009-12-08  8:42 ` Dmitry A. Kazakov
  0 siblings, 2 replies; 3+ messages in thread
From: Zircona @ 2009-12-07 18:27 UTC (permalink / raw)


HI!

I got a projet which are multiple project.. Some of them have
dependency to the other.
Is there a way to change the with command to used an environment
variable?
E.g.
I have a project call electrics.gpr:
with "..\..\..\acsys_common\dist\script\acsys_common.gpr"
project electrics is
end electrics;

I would like something like
with External ("ACSYS_COMMON_SCRIPT") & "/acsys_common.gpr"
project electrics is
end electrics;

Is there a way to do this?

Thanks!



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-08  8:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-07 18:27 gnat project "include file" Zircona
2009-12-07 19:58 ` sjw
2009-12-08  8:42 ` Dmitry A. Kazakov

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