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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a0d5afcf8d13378c X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!o40g2000prn.googlegroups.com!not-for-mail From: tolkamp Newsgroups: comp.lang.ada Subject: Re: How to include Win_IO for my project? Date: Fri, 16 Jan 2009 10:34:58 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 77.249.221.108 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1232130898 26598 127.0.0.1 (16 Jan 2009 18:34:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 16 Jan 2009 18:34:58 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: o40g2000prn.googlegroups.com; posting-host=77.249.221.108; posting-account=nZAcngoAAACcfYM9wDw3w9Z1XR3bObfs User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; InfoPath.1),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:4365 Date: 2009-01-16T10:34:58-08:00 List-Id: On 14 jan, 08:14, a...@anon.org (anon) wrote: > In command-line version of GNAT: > > =A0gnat file<.adb> =A0 -Idir -Ldir > > use "-Idir" for a dir that contains the "*.ads", "*.ali" and "ali.o" > and "-Ldir" for a dir that contains extra libraries. > > other options are listed by using > > =A0 gnat make -gnath > > In , t= olkamp writes: > > > > >To make it possible to plot results of my project I have downloaded > >GtkAda and Win_IO. > >After this I have created a dependency between my project and GtkAda. > >Now the project should be configured to include the sources for > >Win_IO. > >How can I add the Win_IO directory to my project?- Tekst uit oorspronkel= ijk bericht niet weergeven - > > - Tekst uit oorspronkelijk bericht weergeven - I am not using the command line. At this website http://www.ctr.unican.es/Win_IO I found the text: Then, you should configure the project to include the sources for Win_IO. You can do this by adding the Win_IO directory to the "Sources" part of the "Edit Project Properties" window. When I select "Edit Project Properties" the "Sources" part is not available, only: - General - Languages - VCS - Source dirs - Source files - Objects - Main files - Library - Naming - Switches. Which of these selections must be used?