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