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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2e5c3d9c5db6eb95 X-Google-Attributes: gid103376,public From: Gautier Subject: Re: Project structure with Gnat Date: 1999/08/05 Message-ID: <37A94176.2A448CCB@maths.unine.ch>#1/1 X-Deja-AN: 509096406 Content-Transfer-Encoding: 7bit References: <37A81DAB.53D76730@wanadoo.fr> <37A84689.6F88BA3F@maths.unine.ch> <7o9vik$opg$1@nnrp1.deja.com> Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-08-05T00:00:00+00:00 List-Id: Robert Dewar wrote: > > In article <37A84689.6F88BA3F@maths.unine.ch>, > Gautier wrote: > > The "gnatmake -i" us already a plus (avoids > > different versions of .o/.ali laying everywhere) but it > > "pollutes" the source directories... > > gnatmake -i preserves the current locations of object and ali > files, so if you don't like what it does, it means you did not > set things up properly in the first place! Very useful when the .ali not yet exist! > And if you want ali's and objects in one directory, that is > indeed trivial to achieve as per the previous notes on the > subject. Manually, it's trivial. One can even compile everything with gcc command manually... The interest would be to include this automatism into the automatic tool named gnatmake, so this functionnality is easy to use directly _and_ when called from an IDE ! -- Gautier -------- http://members.xoom.com/gdemont/