Browse Source

* we should use lowercase extensions, for linux

michael 26 năm trước cách đây
mục cha
commit
531eed99f8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      ide/text/utils/tphc.pas

+ 2 - 2
ide/text/utils/tphc.pas

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