comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: Working folders for a project
Date: Tue, 27 Sep 2022 15:16:34 +0100	[thread overview]
Message-ID: <ly1qrw298d.fsf@pushface.org> (raw)
In-Reply-To: tgu54k$1npa$1@gioia.aioe.org

"Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> writes:

> There is no need to specify any (Object_Dir included) unless you build
> for different targets/scenarios, e.g. Debug/Release/Profile and need
> to sort them out.

This is true, but I like to keep all the compiler-created stuff out of
sight.

Only one problem with that: that's where the executables get created! so
I'd say

   for Object_Dir use ("obj");
   for Exec_Dir use (".");  -- the same directory as the project file

NB Alire likes to use

   for Exec_Dir use ("bin");

  parent reply	other threads:[~2022-09-27 14:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-27  2:50 Working folders for a project Rick Duley
2022-09-27  3:24 ` Nasser M. Abbasi
2022-09-27  6:14 ` Emmanuel Briot
2022-09-27  6:27 ` Dmitry A. Kazakov
2022-09-27  7:43   ` Rick Duley
2022-09-27  8:30     ` Dmitry A. Kazakov
2022-09-27  7:59   ` G.B.
2022-09-27 14:16   ` Simon Wright [this message]
2022-09-28 20:35 ` Stephen Leake
2022-09-28 21:22   ` Björn Lundin
2022-09-29  8:13   ` Simon Wright
2022-09-29  8:57     ` Simon Wright
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox