From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on ip-172-31-74-118.ec2.internal 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!feeder.eternal-september.org!aioe.org!.POSTED.IIfIc3CB/+nKo+wKq8+a0g.user.gioia.aioe.org!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Checking for OS in gnatstudio project file(.gpr) Date: Fri, 19 Jun 2020 17:29:38 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <5eeb50d9$0$1208$e4fe514c@news.kpn.nl> <5eec70f6$0$1460$e4fe514c@news.kpn.nl> <821289e0-cdc7-426f-a5c3-6bfc72369266o@googlegroups.com> NNTP-Posting-Host: IIfIc3CB/+nKo+wKq8+a0g.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (darwin) Cancel-Lock: sha1:/Di2NhkTI6C4NRv5Qgv1wOCMBlI= X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:59129 List-Id: Mark Lorenzen writes: > Casing of what? Do you e.g. have directories with mixed casing? > > It seems that your Object_Dir and Exec_Dir are the same on the two > platforms. Do you have file names with mixed case? Casing is an attribute of package Naming. It doesn't matter on Windows (or macOS), but it seems to me that if your compiler is GNAT you might as well go with the flow and make all your Ada source file names lower case! Not really that hard a mindset to get into.