lazbuild: fixed compilation

git-svn-id: trunk@34544 -
This commit is contained in:
mattias 2012-01-02 23:49:56 +00:00
parent 5cc3fd42cb
commit 161a9eb5c5
2 changed files with 2 additions and 8 deletions

View File

@ -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"/>

View File

@ -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