[Lazarus] Files with .rst, .compiled files and .lrs extensions
Mattias Gaertner
nc-gaertnma at netcologne.de
Tue Aug 16 15:26:00 CEST 2011
On Tue, 16 Aug 2011 12:04:26 +0100
Frank Church <vfclists at gmail.com> wrote:
> Is it necessary to save .compiled files to VCS, especially in a
> crossplatform application?
No.
Do *not* save .compiled files in VCS.
> Are they more applicable to packages or to projects.
The same.
> Are .lrs used by Lazarus 0.9.29 and above? I remember reading somewhere that
> only .res are now enough, or some other such files.
lrs files work with any version.
Using .res files requires fpc 2.4.4+ and 0.9.29+.
You can mix units using lrs and units using res in a project.
Mattias
More information about the Lazarus
mailing list