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=0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FROM_2_EMAILS_SHORT,PDS_FROM_2_EMAILS autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a24:ac58:: with SMTP id m24mr20424121iti.65.1560269959278; Tue, 11 Jun 2019 09:19:19 -0700 (PDT) X-Received: by 2002:aca:d746:: with SMTP id o67mr16212516oig.157.1560269959137; Tue, 11 Jun 2019 09:19:19 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!feeder1.cambriumusenet.nl!feed.tweak.nl!209.85.166.216.MISMATCH!g15no203796itd.0!news-out.google.com!l135ni457itc.0!nntp.google.com!g15no203793itd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 11 Jun 2019 09:19:18 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=130.76.112.26; posting-account=fNO1SwoAAAARgeF8HKn4Duw-aHSqtuTg NNTP-Posting-Host: 130.76.112.26 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7bb01593-2920-4d58-b9b5-2fdad4ef74e5@googlegroups.com> Subject: Can AdaMULTI preprocessor directives be defined with the GUI? From: "JudySmith@gmail.com" Injection-Date: Tue, 11 Jun 2019 16:19:19 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56614 Date: 2019-06-11T09:19:18-07:00 List-Id: Hello, Is it possible to define a preprocessor directive variable using something like the AdaMULTI GUI interface itself instead of defining a variable within the code? I.E.: Can I define the following using the GUI itself or some other way without defining the variable within the Ada code? Do I have more than one option? What's the best way to do it? #if DAYSOFOURLIVES'DEFINED then --... #end if; Thank you, Doris