On Sun, 20 Sep 2015 11:42:51 +0000 Mark Morgan Lloyd <[email protected]> wrote:
> leledumbo wrote: > >> For newer lazaruses, .lrs is no longer used, since Lazarus uses the .lfm > > files directly for new projects. > > > > and even in older lazarus, only .lfm is used for streaming. you can > > regenerate .lrs simply by either compiling it with lazres or make a trivial > > change in the form designer. > > Would lazres be automatically invoked by lazarus or lazbuild is the .lsr > was missing? No. They share the code, so they call the same procedure. Lazarus and lazbuild auto generate the lrs files. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
