----- Original Message ----- > > Index: buildlazdialog.pas > =================================================================== > --- buildlazdialog.pas (revision 32869) > +++ buildlazdialog.pas (working copy) > @@ -262,7 +262,7 @@ > Tool.Title:=lisIDE; > Tool.WorkingDirectory:=WorkingDirectory; > case Options.IdeBuildMode of > - bmBuild: Tool.CmdLineParams:='all'; > + bmBuild: Tool.CmdLineParams:='ide'; > bmCleanBuild: Tool.CmdLineParams:='clean all'; > end; > // append extra options > --
Sorry, to be clear, in between this step and the next we must "make bigide" from the command-line, otherwise the code is not activated in the ide. > Next replace lazarus.exe with the old working version and go into > build+clean options and turn off the "clean" radio button and > checkbox. -gmt -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
