From 1ebbaf20e01b1869f6901d6d9d348a27434fd7d6 Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 6 Dec 2012 16:18:22 +0000 Subject: [PATCH] lazbuild: comment git-svn-id: trunk@39458 - --- ide/lazbuild.lpr | 1 + 1 file changed, 1 insertion(+) diff --git a/ide/lazbuild.lpr b/ide/lazbuild.lpr index 81e3ca92e2..0ebf2ec179 100644 --- a/ide/lazbuild.lpr +++ b/ide/lazbuild.lpr @@ -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);