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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,eaee5e6761e9a59a X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!s13g2000prd.googlegroups.com!not-for-mail From: xorquewasp@googlemail.com Newsgroups: comp.lang.ada Subject: Re: GNAT subunit naming Date: Fri, 14 Mar 2008 12:10:12 -0700 (PDT) Organization: http://groups.google.com Message-ID: <46e86d34-5ca7-4bac-97f8-1fc05337472a@s13g2000prd.googlegroups.com> References: NNTP-Posting-Host: 81.86.41.187 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1205521812 23037 127.0.0.1 (14 Mar 2008 19:10:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 14 Mar 2008 19:10:12 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s13g2000prd.googlegroups.com; posting-host=81.86.41.187; posting-account=D9GNUgoAAAAmg7CCIh9FhKHNAJmHypsp User-Agent: G2/1.0 X-HTTP-UserAgent: gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20392 Date: 2008-03-14T12:10:12-07:00 List-Id: Dmitry A. Kazakov wrote: > > hello_device-func1.adb > hello_device-func2.adb > hello_device-func3.adb ? > > -- > Regards, > Dmitry A. Kazakov > http://www.dmitry-kazakov.de Hi. Those are the files that GNAT looks for by default, yes, however I would like to know how to tell it to use the filenames I specify (hello_f1.adb, hello_f2.adb, etc...). thanks.