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.236.69.74 with SMTP id m50mr20244039yhd.0.1400701534723; Wed, 21 May 2014 12:45:34 -0700 (PDT) X-Received: by 10.182.66.73 with SMTP id d9mr115575obt.10.1400701534585; Wed, 21 May 2014 12:45:34 -0700 (PDT) Path: border2.nntp.dca.giganews.com!nntp.giganews.com!c1no13097219igq.0!news-out.google.com!qf4ni5721igc.0!nntp.google.com!c1no13097211igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 21 May 2014 12:45:31 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.35; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.35 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNAT-GPS: Two projects in one directory From: Anh Vo Injection-Date: Wed, 21 May 2014 19:45:34 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:186547 Date: 2014-05-21T12:45:31-07:00 List-Id: On Wednesday, May 21, 2014 12:19:58 PM UTC-7, Victor Porton wrote: > I want to create two projects: librdf.gpr for a shared library and test.gpr > is in this directory. What will it do if I have two projects in one > directory? It does nothing. You have to open the one you would like to. > Also test.gpr should use librdf.gpr. How to make one project to use the > other? with "libfdf.gpr"; A. Vo