mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 07:55:58 +02:00
buildintf: comment
This commit is contained in:
parent
5ea4a1e270
commit
c2a26476f9
@ -586,8 +586,8 @@ type
|
||||
property FPDocPackageName: string read FFPDocPackageName write SetFPDocPackageName;
|
||||
property CleanOutputFileMask: string read FCleanOutputFileMask write SetCleanOutputFileMask; // saved in session
|
||||
property CleanSourcesFileMask: string read FCleanSourcesFileMask write SetCleanSourcesFileMask; // saved in session
|
||||
property CustomData: TStringToStringTree read FCustomData;
|
||||
property CustomSessionData: TStringToStringTree read FCustomSessionData;
|
||||
property CustomData: TStringToStringTree read FCustomData; // for machine unspecific data, e.g. x-platform
|
||||
property CustomSessionData: TStringToStringTree read FCustomSessionData; // for machine specific data
|
||||
property UseAppBundle: Boolean read FUseAppBundle write SetUseAppBundle;
|
||||
property NSPrincipalClass: string read FNSPrincipalClass write SetNSPrincipalClass;
|
||||
property Resources: TObject read FResources; // TAbstractProjectResources
|
||||
|
Loading…
Reference in New Issue
Block a user