mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-30 00:11:31 +01:00
* we should use lowercase extensions, for linux
This commit is contained in:
parent
e16f0f99db
commit
531eed99f8
@ -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';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user