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: 103376,a5f87a50bf9eecc7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news4.google.com!news.glorb.com!newsfeed.stueberl.de!newsfeed.vmunix.org!peer-uk.news.demon.net!kibo.news.demon.net!mutlu.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: help with include and library files in GPS Date: Thu, 23 Feb 2006 20:33:39 +0000 Organization: Pushface Message-ID: References: <1140710414.054668.201470@z34g2000cwc.googlegroups.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1140726816 1879 62.49.19.209 (23 Feb 2006 20:33:36 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Thu, 23 Feb 2006 20:33:36 +0000 (UTC) Cancel-Lock: sha1:v6aCBj481VT8gWzpfIYtRvdQoHQ= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Xref: g2news1.google.com comp.lang.ada:3114 Date: 2006-02-23T20:33:39+00:00 List-Id: "new" writes: > I have been using GPS for a while and have not been able to figure out > how to include libraries and include files in GPS. > > I have programmed in C for a while and am fimiliar with how it is done > there. There is alway a way to specify search directories for .h files > and compiled library files. I see that there is a way to do this with > gnatmake, but am having trouble finding how to do it from inside GPS. > > Any help would be appreciated. If all you want to do is to split up your project into multiple source directories, check out the Project -> Edit Project Properties -> Sources dialog. Many people like to distribute Ada with compiled libraries, personally I've never been bothered ... just compile the source.