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 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED.2uCIJahv+a4XEBqttj5Vkw.user.gioia.aioe.org!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Have one GPR file build another with external variables Date: Sat, 30 May 2020 21:29:16 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <906b9ee8-19be-4fd0-8ba7-f7af5823bd56@googlegroups.com> NNTP-Posting-Host: 2uCIJahv+a4XEBqttj5Vkw.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 Content-Language: en-US X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:58892 Date: 2020-05-30T21:29:16+02:00 List-Id: On 30/05/2020 20:48, Jere wrote: > gprbuild my_runtime.gpr -xBUILD=debug > cd /somepath/my_library/ > gprbuild my_library.gpr -xBUILD=debug [ Run-time might be a special case. ] With libraries I "with" all of them in my project and everything necessary is rebuilt. I have two GPR files per library: one for design, another for production. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de