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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,124f89c41e690cd3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!m73g2000cwd.googlegroups.com!not-for-mail From: "AskeyAJ@gmail.com" Newsgroups: comp.lang.ada Subject: Re: Ada to Ada Pragma Export/Import Date: 11 Aug 2006 09:58:17 -0700 Organization: http://groups.google.com Message-ID: <1155315497.084286.276280@m73g2000cwd.googlegroups.com> References: <1155161131.024343.273760@b28g2000cwb.googlegroups.com> <1155304977.485236.259010@m79g2000cwm.googlegroups.com> NNTP-Posting-Host: 199.46.199.233 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1155315503 9866 127.0.0.1 (11 Aug 2006 16:58:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 11 Aug 2006 16:58:23 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 dfw-gate4.raytheon.com:8080 (Squid/2.4.STABLE7) Complaints-To: groups-abuse@google.com Injection-Info: m73g2000cwd.googlegroups.com; posting-host=199.46.199.233; posting-account=CYqfnw0AAAAF1B0yTvpOrbsgro2pqp2d Xref: g2news2.google.com comp.lang.ada:6180 Date: 2006-08-11T09:58:17-07:00 List-Id: Martin, Great idea. I'll get someone on that this afternoon. Thanx. Andy Martin Krischik wrote: > You might consider greating a library. The GNAT project manager can do > this for most targest. When a library is created the .ads and .ali are > together with the library file are automaticly copied into a distribution > directory and made read only. > > Once they are read only GNAT will not try to compile them again. > > You then just send your customer the content of thar directoy and be done. > > See AdaCL [1] if you need examples on how to create the needed project > manager (adacl.gpr) files. > > > Martin > > [1] adacl.sf.net > -- > Martin Krischik > krischik@users.sourceforge.net