From c2a26476f9b159969e2060d9a58606fa35a61229 Mon Sep 17 00:00:00 2001 From: mattias Date: Fri, 23 Dec 2022 10:08:05 +0100 Subject: [PATCH] buildintf: comment --- components/buildintf/projectintf.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/buildintf/projectintf.pas b/components/buildintf/projectintf.pas index 96d69eb355..08ccefa445 100644 --- a/components/buildintf/projectintf.pas +++ b/components/buildintf/projectintf.pas @@ -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