Mail Archives: djgpp/2001/08/03/06:45:12.2
On Fri, 03 Aug 2001 12:08:25 +0300,
Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> wrote:
>exotic encodings like 8859-8, but it needs some work for DOS/Windows
>to make it a good DOS/Windows citizen. For example, it currently
>thinks that the directory separator character can be either / or \,
>but not both; and it doesn't know about the drive-letter
>brain-damage. It would also be nice if someone would send a
In case anybody's interested and hasn't discoverd it already, the
source code uses a make variable called __dos to determine some
things, when it is compiled. For instance, if I include the line
#define __dos 1
in antiword.h, the executable doesn't look for the home variable
anymore and it doesn't look for a .antiword directory. It just looks
at c:\antiword for its header file.
<*** Michael Lang ***>
- Raw text -