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!k4g2000yqb.googlegroups.com!not-for-mail From: AdaMagica Newsgroups: comp.lang.ada Subject: Re: gnat Project files Date: Wed, 4 Nov 2009 05:23:53 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <316f58b2-1151-4124-a416-e0345be66474@x15g2000vbr.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 1257341033 30881 127.0.0.1 (4 Nov 2009 13:23:53 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 4 Nov 2009 13:23:53 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k4g2000yqb.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:8959 Date: 2009-11-04T05:23:53-08:00 List-Id: > Yes, I have the same problem too. So far the best solution I know is: > > with "common.gpr"; > project Dependent is > =A0 =A0for Object_Dir use Common'Object_Dir; This is not the best solution, it's *the* solution AdaCore has in mind.