From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,8fa98f4202df5e1 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!d21g2000yqn.googlegroups.com!not-for-mail From: AdaMagica Newsgroups: comp.lang.ada Subject: Re: gnat Project files Date: Wed, 4 Nov 2009 06:39:26 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <316f58b2-1151-4124-a416-e0345be66474@x15g2000vbr.googlegroups.com> <2b75c222-406d-45ae-b091-2f7a4047d3ef@p35g2000yqh.googlegroups.com> NNTP-Posting-Host: 91.13.228.125 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1257345567 20018 127.0.0.1 (4 Nov 2009 14:39:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 4 Nov 2009 14:39:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d21g2000yqn.googlegroups.com; posting-host=91.13.228.125; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8961 Date: 2009-11-04T06:39:26-08:00 List-Id: On 4 Nov., 15:20, Hibou57 (Yannick Duch=EAne) wrote: > Currently, I do not use GPS, nor the GNAT project facilities, but > still have a question : is it possible to use a relative path for this > common path ? I mean, a relative path which would be interpreted > relatively to another path specific to each project. You can specify an abolute or releative path, or you can use an environment variable for project file paths. with "../Relative_Path/common"; with "/Absolute_Path/something"; project Dependent is ...