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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: gnat Project files Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <316f58b2-1151-4124-a416-e0345be66474@x15g2000vbr.googlegroups.com> Date: Wed, 4 Nov 2009 10:09:47 +0100 Message-ID: NNTP-Posting-Date: 04 Nov 2009 10:09:47 CET NNTP-Posting-Host: 70675c6b.newsspool3.arcor-online.net X-Trace: DXC=JS11l4\=oQn>jlK2>IgHGdMcF=Q^Z^V3h4Fo<]lROoRa8kFoH3R?7l>_Z5b X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:8958 Date: 2009-11-04T10:09:47+01:00 List-Id: 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