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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,588f5e4093912277,start X-Google-Attributes: gid103376,public From: spoons@cegt201.bradley.edu Subject: Compile Order Utility Date: 1997/11/06 Message-ID: <878843990.1330@dejanews.com>#1/1 X-Deja-AN: 287475114 X-Http-User-Agent: Mozilla/2.0 (compatible; MSIE 3.02; Update a; Windows 95) X-Originating-IP-Addr: 139.73.198.7 (ems1-7.agt.gmeds.com) Organization: Deja News Posting Service X-Authenticated-Sender: spoons@cegt201.bradley.edu X-Article-Creation-Date: Thu Nov 06 19:19:57 1997 GMT Newsgroups: comp.lang.ada Date: 1997-11-06T00:00:00+00:00 List-Id: I have recently finished a compile-order utility that is sort of an AdaMakeGen for the Activada compiler. I know it's not necessary for use with ObjectAda, but SOME of us still need to compile Ada83 code to true DOS executables. If you are interested, e-mail me at spoons@cegt201.bradley.edu. It is somewhat limited right now and will only run in a DOS console under Win95 or NT. I has to use ObjectAda to create it because I'm still working on command-line functions in ActivAda. Ironic, eh? It will not handle some situations properly yet, either: Multiple packages in one physical file Using commas to separate with'd packages ( a workaround is to modify the package to have each with'd package have its own with statement.) Possible others that I haven't found. It will handle: Separates Files located in different directories Packages that are cross-linked ( each packages body with'd with the other package's spec ) J -------------------==== Posted via Deja News ====----------------------- http://www.dejanews.com/ Search, Read, Post to Usenet