mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 12:40:20 +02:00
IDE+lazbuild: removed old default for LazarusDirectory
git-svn-id: trunk@36301 -
This commit is contained in:
parent
912b61003c
commit
93bcb0ea8b
@ -819,7 +819,7 @@ begin
|
||||
FShowMenuGlyphs := sbgSystem;
|
||||
|
||||
// files
|
||||
LazarusDirectory:=IDEProcs.ProgramDirectory(true);
|
||||
LazarusDirectory:='';
|
||||
FLazarusDirHistory:=TStringList.Create;
|
||||
CompilerFilename:='';
|
||||
FCompilerFileHistory:=TStringList.Create;
|
||||
|
@ -2814,7 +2814,7 @@ begin
|
||||
Result:=mrYes;
|
||||
o:=RequiredPackage.GetOutputDirType;
|
||||
if not RequiredPackage.LastCompile[o].StateFileLoaded then begin
|
||||
DebugLn('TPkgManager.CheckCompileNeedDueToDependencies No state file for ',RequiredPackage.IDAsString);
|
||||
DebugLn('TPkgManager.CheckCompileNeedDueToDependencies Missing state file for ',RequiredPackage.IDAsString,': ',RequiredPackage.GetStateFilename);
|
||||
exit;
|
||||
end;
|
||||
if StateFileAge<RequiredPackage.LastCompile[o].StateFileDate then begin
|
||||
@ -2979,7 +2979,7 @@ begin
|
||||
Result:=LoadPackageCompiledState(APackage,false,true);
|
||||
if Result<>mrOk then exit;
|
||||
if not Stats^.StateFileLoaded then begin
|
||||
DebugLn('TLazPackageGraph.CheckIfCurPkgOutDirNeedsCompile No state file for ',APackage.IDAsString);
|
||||
DebugLn('TLazPackageGraph.CheckIfCurPkgOutDirNeedsCompile Missing state file for ',APackage.IDAsString,': ',StateFilename);
|
||||
ConfigChanged:=true;
|
||||
exit(mrYes);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user