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,124f89c41e690cd3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.germany.com!news.belwue.de!newsfeed.ision.net!newsfeed2.easynews.net!ision!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Ada to Ada Pragma Export/Import From: Georg Bauhaus In-Reply-To: <1155161131.024343.273760@b28g2000cwb.googlegroups.com> References: <1155161131.024343.273760@b28g2000cwb.googlegroups.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-ID: <1155167320.24822.39.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Date: Thu, 10 Aug 2006 01:48:41 +0200 NNTP-Posting-Date: 10 Aug 2006 01:45:04 CEST NNTP-Posting-Host: 406240d9.newsspool3.arcor-online.net X-Trace: DXC=\g9Th^f987=^cW`WBF>WQ:=P9Ihe`B8CQK<`>X@5F4_oHF]]1bjG9 X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:6135 Date: 2006-08-10T01:45:04+02:00 List-Id: On Wed, 2006-08-09 at 15:05 -0700, AskeyAJ@gmail.com wrote: > I need to deliver object files (coded in Ada) to another team who will > access the public routines in their Ada code. I cannot deliver the > package bodies (but can deliver the object files, the specs, and the > ALI files). Seems sufficient to me, except you won't need pragma Export at all. If the Ada library files and the object files have proper time stamps, the compiler won't have to compile the body files again. -- Georg