mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 21:20:30 +02:00
IDE: clean up
git-svn-id: trunk@45870 -
This commit is contained in:
parent
3ef913ce67
commit
098d534471
@ -3998,7 +3998,7 @@ begin
|
||||
CurIncPath:=aCompilerOptions.ParsedOpts.GetParsedValue(pcosIncludePath);
|
||||
CurSrcPath:=aCompilerOptions.ParsedOpts.GetParsedValue(pcosSrcPath);
|
||||
CurOutPath:=aCompilerOptions.ParsedOpts.GetParsedValue(pcosOutputDir);
|
||||
debugln(['TPkgManager.CheckUserSearchPaths CompOpts=',aCompilerOptions.GetOwnerName,' UnitPath="',CurUnitPath,'" IncPath="',CurIncPath,'" SrcPath="',CurSrcPath,'" OutPath="',CurOutPath,'"']);
|
||||
//debugln(['TPkgManager.CheckUserSearchPaths CompOpts=',aCompilerOptions.GetOwnerName,' UnitPath="',CurUnitPath,'" IncPath="',CurIncPath,'" SrcPath="',CurSrcPath,'" OutPath="',CurOutPath,'"']);
|
||||
|
||||
// create mapping source-directory to package
|
||||
SrcDirToPkg:=PackageGraph.GetMapSourceDirectoryToPackage(aPackage);
|
||||
|
Loading…
Reference in New Issue
Block a user