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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:2b94:: with SMTP id h142mr18727838ita.163.1560328264911; Wed, 12 Jun 2019 01:31:04 -0700 (PDT) X-Received: by 2002:aca:3256:: with SMTP id y83mr19288284oiy.110.1560328264618; Wed, 12 Jun 2019 01:31:04 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.dns-netz.com!news.freedyn.net!newsreader4.netcologne.de!news.netcologne.de!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!s188no99076itb.0!news-out.google.com!l135ni132itc.0!nntp.google.com!g15no99732itd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 12 Jun 2019 01:31:04 -0700 (PDT) In-Reply-To: <7bb01593-2920-4d58-b9b5-2fdad4ef74e5@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=160.46.252.107; posting-account=mOyWBQoAAAD7S-NBmMUOr9hRClcL0vqR NNTP-Posting-Host: 160.46.252.107 References: <7bb01593-2920-4d58-b9b5-2fdad4ef74e5@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5e598460-5260-4283-94d7-6562f635e63d@googlegroups.com> Subject: Re: Can AdaMULTI preprocessor directives be defined with the GUI? From: R R Injection-Date: Wed, 12 Jun 2019 08:31:04 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2358 X-Received-Body-CRC: 314535075 Xref: reader01.eternal-september.org comp.lang.ada:56624 Date: 2019-06-12T01:31:04-07:00 List-Id: On Tuesday, June 11, 2019 at 6:19:20 PM UTC+2, Judy...@gmail.com wrote: > Hello, >=20 > Is it possible to define a preprocessor directive variable using somethin= g like the AdaMULTI GUI interface itself instead of defining a variable wit= hin the code? >=20 > I.E.: Can I define the following using the GUI itself or some other way w= ithout defining the variable within the Ada code? Do I have more than one o= ption? What's the best way to do it? >=20 > #if DAYSOFOURLIVES'DEFINED then >=20 > --... > #end if; >=20 > Thank you, > Doris I don't know the AdaMULTI environment anymore. It's been decades that I use= d it and at that time Green Hill didn't support a preprocessor.=20 You typically define or set preprocessor variables at the command line (e.g= . -XDAYSOFOURLIVES=3D1000). GNAT uses a configuration file (gpr file) to se= t some variables. Most probably AdaMULTI IDE has some equivalent means. You= have to look it up in your AdaMULTI documentation. BR Rolf