mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 10:20:41 +02:00
IDE/lazbuild: fixed switching IDE/project when only compiler file changes
git-svn-id: trunk@48388 -
This commit is contained in:
parent
53ea897bac
commit
f3692b49fe
@ -2696,7 +2696,7 @@ begin
|
||||
end;
|
||||
if LCLTargetChanged then
|
||||
CodeToolBoss.SetGlobalValue(ExternalMacroStart+'LCLWidgetType',fLCLWidgetType);
|
||||
if FPCTargetChanged and (ScanFPCSrc<>smsfsSkip) then
|
||||
if ScanFPCSrc<>smsfsSkip then
|
||||
RescanCompilerDefines(false,false,ScanFPCSrc=smsfsWaitTillDone,Quiet);
|
||||
//if (PackageGraph<>nil) and (PackageGraph.CodeToolsPackage<>nil) then debugln(['TBuildManager.SetBuildTarget CODETOOLS OUTDIR=',PackageGraph.CodeToolsPackage.CompilerOptions.GetUnitOutPath(true,coptParsed),' ',PackageGraph.CodeToolsPackage.CompilerOptions.ParsedOpts.ParsedStamp[pcosOutputDir],' ',CompilerParseStamp]);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user