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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d3037f71d9d26da1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-10 21:39:35 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!crtntx1-snh1.gtei.net!news.gtei.net!newsfeed1.easynews.com!easynews.com!easynews!elnk-pas-nf1!elnk-nf2-pas!newsfeed.earthlink.net!attbi_feed4!attbi.com!attbi_s53.POSTED!not-for-mail From: "Steve" Newsgroups: comp.lang.ada References: Subject: Re: Preprocessor functionality equivalent ideas needed X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: NNTP-Posting-Host: 12.211.58.135 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s53 1071121173 12.211.58.135 (Thu, 11 Dec 2003 05:39:33 GMT) NNTP-Posting-Date: Thu, 11 Dec 2003 05:39:33 GMT Organization: Comcast Online Date: Thu, 11 Dec 2003 05:39:33 GMT Xref: archiver1.google.com comp.lang.ada:3351 Date: 2003-12-11T05:39:33+00:00 List-Id: Support for multiple configurations is not built into the language, but many development environments do. What development environment are you using? Steve (The Duck) "Greg Milford" wrote in message news:Hpp3r9.6L0@news.boeing.com... > Hello > > I checked the FAQ for this group and did not get an answer to this. I know > Ada does not have a preprocessor, so how should I go about maintaining > changes to a common code base that needs to be built under two different > configurations? > > Am I left with using Global variables or has a better method been used? I > am new to Ada so be kind :) > > Greg > >