Hello,
lazbuild compilation has been compromised in revision 51059, line 887.
http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/ide/project.pp?root=lazarus&r1=50436&r2=51059&pathrev=51059
please review your code (= False) or consider attached patch.
Sandro
Index: ide/lazbuild.lpr
===================================================================
--- ide/lazbuild.lpr (revision 51070)
+++ ide/lazbuild.lpr (working copy)
@@ -1005,7 +1005,7 @@
Result.BeginUpdate(true);
try
// read project info file
- if
Result.ReadProject(AFilename,EnvironmentOptions.BuildMatrixOptions)<>mrOk then
+ if
Result.ReadProject(AFilename,EnvironmentOptions.BuildMatrixOptions,False)<>mrOk
then
Error(ErrorLoadProjectFailed,'Project '+AFilename);
//BuildBoss.RescanCompilerDefines(true);
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus