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!r10g2000prf.googlegroups.com!not-for-mail From: Anh Vo Newsgroups: comp.lang.ada Subject: Re: How to include Win_IO for my project? Date: Fri, 16 Jan 2009 11:15:09 -0800 (PST) Organization: http://groups.google.com Message-ID: <2d0d385f-02da-4793-a0ec-ca25d9dff603@r10g2000prf.googlegroups.com> References: NNTP-Posting-Host: 149.32.224.34 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1232133310 1934 127.0.0.1 (16 Jan 2009 19:15:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 16 Jan 2009 19:15:10 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r10g2000prf.googlegroups.com; posting-host=149.32.224.34; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.04506.648),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:4366 Date: 2009-01-16T11:15:09-08:00 List-Id: On Jan 16, 10:34=A0am, tolkamp wrote: > When I select "Edit Project Properties" the =A0"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?- Hide quoted text - Source dirs is the one. Note that GPS is directory base, not a file base. A. Vo