[Lazarus] Is win32 svn broken?

Gregory M. Turner gmt at malth.us
Thu Oct 13 15:38:22 CEST 2011



----- 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






More information about the Lazarus mailing list