IDE: fixed VerboseFPCSrcScan

git-svn-id: trunk@10515 -
This commit is contained in:
vincents 2007-01-26 19:44:43 +00:00
parent 4c4aaf8a76
commit 4a62d22084

View File

@ -447,7 +447,7 @@ begin
if ScanningCompilerDisabled then exit;
GetFPCCompilerParamsForEnvironmentTest(CurOptions);
{$IFDEF VerboseFPCSrcScan}
writeln('TMainIDE.RescanCompilerDefines A ',CurOptions,
debugln(['TMainIDE.RescanCompilerDefines A ',CurOptions,
' OnlyIfCompilerChanged=',OnlyIfCompilerChanged,
' Valid=',InputHistories.FPCConfigCache.Valid(true),
' ID=',InputHistories.FPCConfigCache.FindItem(CurOptions),
@ -455,7 +455,7 @@ begin
' EnvCompilerFilename=',EnvironmentOptions.CompilerFilename,
' CurDefinesCompilerOptions="',CurDefinesCompilerOptions,'"',
' CurOptions="',CurOptions,'"',
'');
'']);
{$ENDIF}
// rescan compiler defines
// ask the compiler for its settings