浏览代码

Tweak: list #include files in the compiler output.

Martijn Laan 5 年之前
父节点
当前提交
87e306ba1d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Projects/Compile.pas

+ 1 - 0
Projects/Compile.pas

@@ -2100,6 +2100,7 @@ begin
 
   Lines := TLowFragStringList.Create;
   try
+    Data.Compiler.AddStatus(Format(SCompilerStatusReadingInFile, [FileName]));
     F := TTextFileReader.Create(Filename, fdOpenExisting, faRead, fsRead);
     try
       F.CodePage := Data.AnsiConvertCodePage;