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 10.182.153.68 with SMTP id ve4mr1747419obb.39.1392214251857; Wed, 12 Feb 2014 06:10:51 -0800 (PST) X-Received: by 10.140.26.243 with SMTP id 106mr4212qgv.31.1392214251785; Wed, 12 Feb 2014 06:10:51 -0800 (PST) Path: border1.nntp.dca.giganews.com!nntp.giganews.com!c10no19090850igq.0!news-out.google.com!s3ni15330qas.0!nntp.google.com!k15no18301992qaq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 12 Feb 2014 06:10:51 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.136.60.48; posting-account=qOKjyQoAAACkueA1sEk2JOzdoAkAN1Qg NNTP-Posting-Host: 193.136.60.48 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <783ad521-d54a-4c28-8c76-9afb84f4a396@googlegroups.com> Subject: Defining the invocation of a shell command in a gpr project file From: David Pereira Injection-Date: Wed, 12 Feb 2014 14:10:51 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.dca.giganews.com comp.lang.ada:184805 Date: 2014-02-12T06:10:51-08:00 List-Id: Hi all, I believe this is a naive question, but still I was not able to find the an= swer by the google method :-) So, my question is this: is it possible to invoke a shell command when usin= g gnatmake or gprbuild? I am implementing a binding to C library and, since= I am in Mac Os, I have to call the command install_name_tool to change the= path point to where the library I am using is available, after the binary = is compiled and linked. Thanks in advance. Cheers, David