comp.lang.ada
 help / color / mirror / Atom feed
From: "DuckE" <nospam_steved94@home.com>
Subject: Re: including other ada directorys on win2000 with gantmake and adagide
Date: Wed, 23 May 2001 22:29:02 GMT
Date: 2001-05-23T22:29:02+00:00	[thread overview]
Message-ID: <OQWO6.48833$p33.974887@news1.sttls1.wa.home.com> (raw)
In-Reply-To: ea598d4.0105220334.3216fadf@posting.google.com

Withing AdaGIDE, select "GNAT Options in current directory..." from the
"Tools" menu.

In the edit box under "Compiler" enter:

-IC:\myDirectory\mySubdirectory

in order to include files from "C:\miDirectory\mySubdirectory" in the
compile.

Add the same directive to the Gnatmake edit box to have the directory
included in a build.

Hint: If the directory name includes spaces, enclose the path in quotes.

To include the directory when invoking gnatmake from the command line type:

gnatmake myfile -IC:\myDirectory\mySubdirectory

I hope this helps,

SteveD


"tony Gair" <tonygair@blueyonder.co.uk> wrote in message
news:ea598d4.0105220334.3216fadf@posting.google.com...
> To all,
>     would anyone please tell me the way to include other directories
> in my source path in both gnatmake and adagide,
> thanks for reading,
> Tony Gair





      parent reply	other threads:[~2001-05-23 22:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-22 11:34 including other ada directorys on win2000 with gantmake and adagide tony Gair
2001-05-22 13:35 ` Ted Dennison
2001-05-23 22:29 ` DuckE [this message]
replies disabled

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