* we should use lowercase extensions, for linux

This commit is contained in:
michael 1999-04-16 19:22:02 +00:00
parent e16f0f99db
commit 531eed99f8

View File

@ -8,8 +8,8 @@
uses Objects,WUtils,WHelp,WTPHWriter; uses Objects,WUtils,WHelp,WTPHWriter;
const const
SrcExt = '.TXT'; SrcExt = '.txt';
HelpExt = '.FPH'; HelpExt = '.fph';
TokenPrefix = '.'; TokenPrefix = '.';
CommentPrefix = ';'; CommentPrefix = ';';
TokenIndex = 'INDEX'; TokenIndex = 'INDEX';