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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,38159b1b5557a2e7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-30 05:29:42 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.stueberl.de!news.m-online.net!news-FFM2.ecrc.net!news.iks-jena.de!not-for-mail From: Lutz Donnerhacke Newsgroups: comp.lang.ada Subject: Re: Standard Ada Preprocessor (conclusions) Date: Fri, 30 Jan 2004 13:29:42 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: References: <401A5B3A.1020201@noplace.com> NNTP-Posting-Host: taranis.iks-jena.de X-Trace: branwen.iks-jena.de 1075469382 31190 217.17.192.37 (30 Jan 2004 13:29:42 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Fri, 30 Jan 2004 13:29:42 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:5093 Date: 2004-01-30T13:29:42+00:00 List-Id: * Marin David Condic wrote: > answer. But if we can offer them something that does the same job in a > better way - or offer them everything they've already got and *more* - > then there's more incentive to use Ada. My setup for plattform dependant implementations: - There is a source directory containing all portable files. - There are plattform dependant directories containing only the implementation body (usually as generic instanciation or seperate body) - Call: gnatmake -aI"platform"