freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Devel] Re: djgpp and uppercase vs. lowercase file names


From: Werner LEMBERG
Subject: [Devel] Re: djgpp and uppercase vs. lowercase file names
Date: Sat, 20 Nov 2004 18:27:36 +0100 (CET)

[About uppercasing on Windows platforms.]

> Thanks.  So it sounds like replacing that line would fix the
> problem.  The difficulty is, however, that it's impossible to do
> that unconditionally, since cmd.exe is not available on plain DOS or
> on Windows 9X.  So perhaps just put the alternative line commented
> out there, and mention the problem and the solution in some README
> file.

We have already a lot of autodetect stuff in FreeType's configuration
process (for GNU make); it won't be a big deal to add a test for
cmd.exe.

Since I don't use Windows: Can you sketch out how to detect `cmd.exe'?

Currently, we test for Windows NT by checking the `OS' environment
variable whether it contains `Windows_NT'.

We check for win32 by testing whether COMSPEC is defined and the
output of the `ver' program contains the string `Windows'.


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]