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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,163994d4f34e92d0 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.188.76 with SMTP id cz12mr6379953qab.0.1344284989383; Mon, 06 Aug 2012 13:29:49 -0700 (PDT) Received: by 10.66.83.74 with SMTP id o10mr664691pay.33.1344262721042; Mon, 06 Aug 2012 07:18:41 -0700 (PDT) Path: c6ni65261628qas.0!nntp.google.com!r1no13244398qas.0!news-out.google.com!g9ni23487916pbo.0!nntp.google.com!border1.nntp.dca.giganews.com!novia!feeder3.cambriumusenet.nl!feed.tweaknews.nl!85.12.40.130.MISMATCH!xlned.com!feeder1.xlned.com!border2.nntp.ams.giganews.com!nntp.giganews.com!news.panservice.it!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: how to tell gnatmake to send executables to a different directory when compiling multi source? Date: Sun, 29 Jul 2012 15:15:28 +0100 Organization: A noiseless patient Spider Message-ID: References: <871ujuptn3.fsf@ludovic-brenta.org> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="edf2659fbb8cb6d4b5f62db4b36ac1e6"; logging-data="17766"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19x+eQpakmbJtjdmNJ3hhi8ueitouK8OoA=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (darwin) Cancel-Lock: sha1:+ddC+YWpv4NnWkoNJwc3q1JO2W4= sha1:sM5UZwm4pNBaY4xYK8YunZgnSGQ= X-Original-Bytes: 1536 Content-Type: text/plain Date: 2012-07-29T15:15:28+01:00 List-Id: Ludovic Brenta writes: > "Nasser M. Abbasi" writes: >> I found why I can't tell gnatmake to use different folder >> for object and executable at the same time. > > Yes you can: > > for Object_Dir use "obj"; > for Exec_Dir use "."; Ludovic, Those are GPR features, and Nasser doesn't want to use GNAT Project.