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!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: More operating systems with GNU GPS Date: Mon, 8 Feb 2016 14:37:13 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <56b85c67$0$24169$e4fe514c@news.kpn.nl> <56b868a9$0$24113$e4fe514c@news.kpn.nl> NNTP-Posting-Host: bqgfK7NL3xTHnr0WRaLl4g.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: news.eternal-september.org comp.lang.ada:29435 Date: 2016-02-08T14:37:13+01:00 List-Id: On 08/02/2016 11:02, ldries46 wrote: > Yes, as referenced in the title I meant GNAT GPS. > As I have my Windows system divided in several partitions to run a neat > system and keeping it neat. > The GPS software and fi instance GtkAda are positioned in another > partition as the ada source and build files. > This means that I do get references to several partitions and > directories in my system. of course I can edit them all manually, but If > it can be done with some program It would be less easy to make mistakes. No, it does not mean this. GtkAda comes with gtkada.gpr file which is system dependent. You "with" gtkada.gpr in you project and this is all you have to do. Your project remains independent on the target system. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de