mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 04:50:30 +02: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;
|
||||
|
||||
const
|
||||
SrcExt = '.TXT';
|
||||
HelpExt = '.FPH';
|
||||
SrcExt = '.txt';
|
||||
HelpExt = '.fph';
|
||||
TokenPrefix = '.';
|
||||
CommentPrefix = ';';
|
||||
TokenIndex = 'INDEX';
|
||||
|
Loading…
Reference in New Issue
Block a user