lazbuild: comment

git-svn-id: trunk@39458 -
This commit is contained in:
mattias 2012-12-06 16:18:22 +00:00
parent 6ff833e38d
commit 1ebbaf20e0

View File

@ -826,6 +826,7 @@ begin
else
CompilerFilename:=Project1.GetCompilerFilename;
//DebugLn(['TLazBuildApplication.BuildProject CompilerFilename="',CompilerFilename,'" CompilerPath="',Project1.CompilerOptions.CompilerPath,'"']);
// Note: use absolute paths, same as TBuildManager.DoCheckIfProjectNeedsCompilation
CompilerParams:=Project1.CompilerOptions.MakeOptionsString(SrcFilename,[ccloAbsolutePaths])
+' '+PrepareCmdLineOption(SrcFilename);