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,12da20627e3e7424 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!news.glorb.com!xmission!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Compiler switches for directory in GNAT project files Date: Sat, 27 Aug 2011 15:50:38 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <6e8c14b6-efab-44b3-b857-252bfd63744d@n12g2000yqh.googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: pcls6.std.com 1314474634 10684 192.74.137.71 (27 Aug 2011 19:50:34 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Sat, 27 Aug 2011 19:50:34 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:TbhsnDl1VtV5uZ6OVuUf2zV1CVc= Xref: g2news1.google.com comp.lang.ada:20711 Date: 2011-08-27T15:50:38-04:00 List-Id: Bj�rn writes: > Is there a way to specify specific compiler switches for all files > contained in a specific directory in GNAT project files? You could create a separate project file for that directory. - Bob