mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 13:28:04 +02:00
lazbuild: fixed compilation
git-svn-id: trunk@34544 -
This commit is contained in:
parent
5cc3fd42cb
commit
161a9eb5c5
@ -65,7 +65,7 @@
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="10"/>
|
||||
<Version Value="11"/>
|
||||
<Target>
|
||||
<Filename Value="../lazbuild"/>
|
||||
</Target>
|
||||
@ -74,12 +74,6 @@
|
||||
<OtherUnitFiles Value="../designer;../packager;../debugger"/>
|
||||
<UnitOutputDirectory Value="../units/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Linking>
|
||||
<Debugging>
|
||||
<GenerateDebugInfo Value="True"/>
|
||||
<DebugInfoType Value="dsAuto"/>
|
||||
</Debugging>
|
||||
</Linking>
|
||||
<Other>
|
||||
<CompilerMessages>
|
||||
<UseMsgFile Value="True"/>
|
||||
|
@ -578,7 +578,7 @@ begin
|
||||
Error(ErrorLoadPackageFailed,'Broken dependency: '+PathListToString(PathList));
|
||||
|
||||
// check for circle dependencies
|
||||
PathList:=PackageGraph.FindCircleDependencyPath(APackage,FirstDependency);
|
||||
PathList:=PackageGraph.FindCycleDependencyPath(APackage,FirstDependency);
|
||||
if PathList<>nil then
|
||||
Error(ErrorLoadPackageFailed,'Circle dependency: '+PathListToString(PathList));
|
||||
finally
|
||||
|
Loading…
Reference in New Issue
Block a user