mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-07 09:57:30 +01: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);
|
CurIncPath:=aCompilerOptions.ParsedOpts.GetParsedValue(pcosIncludePath);
|
||||||
CurSrcPath:=aCompilerOptions.ParsedOpts.GetParsedValue(pcosSrcPath);
|
CurSrcPath:=aCompilerOptions.ParsedOpts.GetParsedValue(pcosSrcPath);
|
||||||
CurOutPath:=aCompilerOptions.ParsedOpts.GetParsedValue(pcosOutputDir);
|
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
|
// create mapping source-directory to package
|
||||||
SrcDirToPkg:=PackageGraph.GetMapSourceDirectoryToPackage(aPackage);
|
SrcDirToPkg:=PackageGraph.GetMapSourceDirectoryToPackage(aPackage);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user