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-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!v18g2000pro.googlegroups.com!not-for-mail From: tolkamp Newsgroups: comp.lang.ada Subject: How to include Win_IO for my project? Date: Tue, 13 Jan 2009 08:07:02 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 77.249.221.108 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1231862822 18238 127.0.0.1 (13 Jan 2009 16:07:02 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 13 Jan 2009 16:07:02 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v18g2000pro.googlegroups.com; posting-host=77.249.221.108; posting-account=CRTuqQoAAACkAj4MrK0vtmdX5EEtJNCk 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: g2news1.google.com comp.lang.ada:3263 Date: 2009-01-13T08:07:02-08:00 List-Id: 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?