Browse Source

Tweak: list #include files in the compiler output.

Martijn Laan 5 years ago
parent
commit
87e306ba1d
1 changed files with 1 additions and 0 deletions
  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;