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 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.50.28.78 with SMTP id z14mr15205815igg.1.1438015673511; Mon, 27 Jul 2015 09:47:53 -0700 (PDT) X-Received: by 10.182.225.195 with SMTP id rm3mr270375obc.25.1438015673375; Mon, 27 Jul 2015 09:47:53 -0700 (PDT) Path: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!f3no3589825igg.0!news-out.google.com!a16ni30265ign.0!nntp.google.com!pg9no4445870igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 27 Jul 2015 09:47:53 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=50.138.108.113; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 50.138.108.113 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Running a preprocessor from GPS? From: David Botton Injection-Date: Mon, 27 Jul 2015 16:47:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:194345 Date: 2015-07-27T09:47:53-07:00 List-Id: >> But, how can I integrate an external preprocessor in GPS so that `Build` and `Build All` will perform macro expansion before compilation? Thank you. Write a makefile, I've not found that any large complex system can use only GPR files so by extension GPS an IDE that uses them. David Botton