From: kreg0815 AT iscb DOT de (Michael Lang) Newsgroups: comp.os.msdos.djgpp Subject: Re: Can't make Antiword with Djgpp Date: 3 Aug 2001 10:37:46 GMT Organization: Altopia Corp. - Usenet Access - http://www.altopia.com Lines: 18 Message-ID: <9kdutq$du$0@pita.alt.net> References: <3B69EEE9 DOT C54F9C25 AT uol DOT com DOT br> <1438-Fri03Aug2001120824+0300-eliz AT is DOT elta DOT co DOT il> User-Agent: slrn/0.9.6.3 (Win32) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Fri, 03 Aug 2001 12:08:25 +0300, Eli Zaretskii 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 ***>