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: 103376,d13bf824aeeb7e2b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.224.230 with SMTP id rf6mr67275pbc.4.1330356459443; Mon, 27 Feb 2012 07:27:39 -0800 (PST) Path: h9ni15572pbe.0!nntp.google.com!news1.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Question about GNAT project files. Date: Mon, 27 Feb 2012 15:27:37 +0000 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="17215"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/uEcMyuUwe+6TTcZLHafM3UT6sHMCAt/M=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:5Z3MYKlvXovqePGPUGzgPAHHwrg= sha1:2lDKeUS8UBVraTdpqNXmwvKkEy4= Content-Type: text/plain; charset=us-ascii Date: 2012-02-27T15:27:37+00:00 List-Id: Ludovic Brenta writes: > for Main use ("test", "benchmark"); According to [1], the Main attribute contains a list of file *names* so that should be ("test.adb", "benchmark.adb"). Clearly it works without the file extension, not sure whether it makes any difference! [1] http://www.adacore.com/wp-content/files/auto_update/gprbuild-docs/html/gprbuild_ug.html#Main-Subprograms