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,99d04266e293cdd1 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: File Name Rules Date: 1996/07/09 Message-ID: #1/1 X-Deja-AN: 167536574 references: <4ruegk$42b@catapult.gatech.edu> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-07-09T00:00:00+00:00 List-Id: Rob said "I tend to use symbolic links, I am also using two compilers and wrote a perl script to take a set of ada files and create a symbolic link by looking into the actual file and deciding what the gnat filename should be. Its not ideal but it saves inserting nasty pragmas everywhere, getting warnings from one or another compiler" There is no need to "insert nasty pragmas everywhere". To specify a set of file names to GNAT that is not the default, simply create a file gnat.adc that contains the list of file name to unit name translations.