[Lazarus] revision 51059 - lazbuild
Sandro Cumerlato
sandro.cumerlato at gmail.com
Mon Dec 28 23:10:43 CET 2015
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20151228/54a5541e/attachment-0002.html>
-------------- next part --------------
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);
More information about the Lazarus
mailing list