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!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: How to best organize and build large projects? Date: Mon, 21 Sep 2015 16:19:05 +0100 Organization: A noiseless patient Spider Message-ID: References: <428ab038-94ac-4549-ae3b-0b06f4fb80a8@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="90a04fd2ec31e3fef462e17581f28739"; logging-data="17131"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/MQ+qmdi1cVcKqj4ZjbeeX0ivpFviKQKk=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:oJcpQ15wZYVDxQd5qkon7YLJs3Y= sha1:T4Pc0PMK80rj6YOpqNoe5VLD4tE= Xref: news.eternal-september.org comp.lang.ada:27802 Date: 2015-09-21T16:19:05+01:00 List-Id: Lucas Redding writes: > whether you decide to use gprbuild/gnatmake/make etc it can be > independent to the gpr If your project component (executable or library) is multi-language (e.g. Ada and C), gnatmake isn't the right tool: use gprbuild. NB gnatmake will lose the ability to build libraries after the next release.