diff --git a/Builder/Package Generator/DModule.dfm b/Builder/Package Generator/DModule.dfm index 3749fee43..dff020e36 100644 --- a/Builder/Package Generator/DModule.dfm +++ b/Builder/Package Generator/DModule.dfm @@ -1,5 +1,4 @@ object DM: TDM - OldCreateOrder = False Height = 333 Width = 537 end diff --git a/Builder/Package Generator/DModule.pas b/Builder/Package Generator/DModule.pas index 45267818a..1c2faef01 100644 --- a/Builder/Package Generator/DModule.pas +++ b/Builder/Package Generator/DModule.pas @@ -59,6 +59,7 @@ TDM = class(TDataModule) procedure SetDataPath(const AValue : String); public constructor Create(AOwner: TComponent); override; + destructor Destroy; override; procedure CheckForMissingFiles; procedure GetFileList(const ACriteria: String; AFiles: TStrings); property DataPath : String read FDataPath write SetDataPath; @@ -106,10 +107,16 @@ function UpTwoDirs(const APath : String):String; constructor TDM.Create(AOwner: TComponent); begin inherited Create(AOwner); - // Default Output Path is w:\source\Indy10 - OutputPath := SysUtils.ExcludeTrailingPathDelimiter(GIndyPath); - // Default Data Path is W:\source\Indy10\builder\Package Generator\Data - DataPath := GIndyPath + 'Builder\Package Generator\Data'; + // Default Output Path is w:\source\Indy10\ + OutputPath := SysUtils.IncludeTrailingPathDelimiter(GIndyPath); + // Default Data Path is W:\source\Indy10\Builder\Package Generator\Data + DataPath := OutputPath + 'Builder\Package Generator\Data\'; +end; + +destructor TDM.Destroy; +begin + FreeAndNil(FIni); + inherited Destroy; end; procedure TDM.CheckForMissingFiles; @@ -161,21 +168,6 @@ procedure TDM.CheckForMissingFiles; finally FindClose(SR); end; - - if FindFirst(GIndyPath + 'Lib\Protocols\IdFTPListParse*.pas', faAnyFile, SR) = 0 then - try - repeat - UnitName := ChangeFileExt(SR.Name, ''); - if not FIni.SectionExists(UnitName) then - begin - FIni.WriteString(UnitName, 'Pkg', 'Protocols'); - FIni.WriteBool(UnitName, 'SettingsNeeded', True); - WriteLn('Missing settings for: Protocols\' + UnitName); - end; - until FindNext(SR) <> 0; - finally - FindClose(SR); - end; end; procedure TDM.GetFileList(const ACriteria: String; AFiles: TStrings); @@ -190,6 +182,7 @@ procedure TDM.GetFileList(const ACriteria: String; AFiles: TStrings); LFiles := TStringList.Create; try FIni.ReadSections(LFiles); + //LFiles.Sort; LCriteria := TStringList.Create; try LCriteria.CommaText := ACriteria; @@ -222,9 +215,10 @@ procedure TDM.GetFileList(const ACriteria: String; AFiles: TStrings); procedure TDM.SetDataPath(const AValue: String); begin - FDataPath := AValue; + FDataPath := SysUtils.IncludeTrailingPathDelimiter(AValue); FreeAndNil(FIni); - FIni := TMemIniFile.Create(SysUtils.IncludeTrailingPathDelimiter(AValue) + 'File.ini'); + FIni := TMemIniFile.Create(FDataPath + 'File.ini'); + FIni.AutoSave := True; end; procedure SetIndyPath; @@ -232,7 +226,7 @@ procedure SetIndyPath; Param: String; I: Integer; begin - if ParamCount > 0 then begin + if ParamCount > 0 then begin for I := 1 to ParamCount do begin Param := ParamStr(I); if not CharInSet(Param[1], ['/', '-']) then begin diff --git a/Builder/Package Generator/Data/File.ini b/Builder/Package Generator/Data/File.ini index 059772ea7..06a47092e 100644 --- a/Builder/Package Generator/Data/File.ini +++ b/Builder/Package Generator/Data/File.ini @@ -372,7 +372,30 @@ DelphiDotNet=False VCL=True Kylix=True Pkg=Protocols -DescrShort=IdSSLOpenSSLHeaders +DescrShort= +Protocol= +DesignUnit=False +FTPParser=False +Release=False +ReleaseNative=False +ReleaseDotNet=False +ReleaseComment= +BubbleExists=False +IFDEFPermitted=False +Owners= +FPC=True +FPCListInPkg=False +FPCHasRegProc=False +FPCHasLRSFile=False +DotNet2_0OrAboveOnly=False + +[IdAuthenticationSSPI] +DotNet=False +DelphiDotNet=False +VCL=True +Kylix=True +Pkg=Protocols +DescrShort= Protocol= DesignUnit=False FTPParser=False @@ -1884,6 +1907,29 @@ FPCHasRegProc=False FPCHasLRSFile=False DotNet2_0OrAboveOnly=False +[IdFIPS] +DotNet=True +DelphiDotNet=True +VCL=True +Kylix=True +Pkg=Protocols +DescrShort= +Protocol= +DesignUnit=False +FTPParser=False +Release=True +ReleaseNative=True +ReleaseDotNet=True +ReleaseComment= +BubbleExists=False +IFDEFPermitted=False +Owners= +FPC=True +FPCListInPkg=True +FPCHasRegProc=False +FPCHasLRSFile=False +DotNet2_0OrAboveOnly=False + [IdFSP] DotNet=True DelphiDotNet=True @@ -3264,6 +3310,29 @@ FPCHasRegProc=False FPCHasLRSFile=False DotNet2_0OrAboveOnly=False +[IdHL7] +DotNet=True +DelphiDotNet=True +VCL=True +Kylix=True +Pkg=Protocols +DescrShort= +Protocol=HL7 Client +DesignUnit=False +FTPParser=False +Release=False +ReleaseNative=False +ReleaseDotNet=False +ReleaseComment= +BubbleExists=False +IFDEFPermitted=False +Owners= +FPC=True +FPCListInPkg=True +FPCHasRegProc=False +FPCHasLRSFile=False +DotNet2_0OrAboveOnly=False + [IdHMAC] DotNet=True DelphiDotNet=True @@ -3701,7 +3770,7 @@ FPCHasRegProc=False FPCHasLRSFile=False DotNet2_0OrAboveOnly=False -[IdHeaderCoderUTF] +[IdHeaderList] DotNet=True DelphiDotNet=True VCL=True @@ -3711,12 +3780,12 @@ DescrShort= Protocol= DesignUnit=False FTPParser=False -Release=True -ReleaseNative=True -ReleaseDotNet=True +Release=False +ReleaseNative=False +ReleaseDotNet=False ReleaseComment= BubbleExists=False -IFDEFPermitted=True +IFDEFPermitted=False Owners= FPC=True FPCListInPkg=True @@ -3724,12 +3793,12 @@ FPCHasRegProc=False FPCHasLRSFile=False DotNet2_0OrAboveOnly=False -[IdHeaderList] -DotNet=True -DelphiDotNet=True +[IdIDN] +DotNet=False +DelphiDotNet=False VCL=True Kylix=True -Pkg=Protocols +Pkg=System DescrShort= Protocol= DesignUnit=False @@ -4805,6 +4874,29 @@ FPCHasRegProc=False FPCHasLRSFile=False DotNet2_0OrAboveOnly=False +[IdMessageHelper] +DotNet=True +DelphiDotNet=True +VCL=True +Kylix=True +Pkg=Protocols +DescrShort= +Protocol= +DesignUnit=False +FTPParser=False +Release=False +ReleaseNative=False +ReleaseDotNet=False +ReleaseComment= +BubbleExists=False +IFDEFPermitted=False +Owners= +FPC=True +FPCListInPkg=True +FPCHasRegProc=False +FPCHasLRSFile=False +DotNet2_0OrAboveOnly=False + [IdMessageParts] DotNet=True DelphiDotNet=True @@ -4903,7 +4995,7 @@ DelphiDotNet=False VCL=True Kylix=True Pkg=Protocols -DescrShort=IdSSLOpenSSLHeaders +DescrShort= Protocol=NTLM DesignUnit=False FTPParser=False @@ -5564,6 +5656,29 @@ FPCHasRegProc=False FPCHasLRSFile=False DotNet2_0OrAboveOnly=False +[IdResourceStringsOpenSSL] +DotNet=False +DelphiDotNet=False +VCL=True +Kylix=True +Pkg=Protocols +DescrShort= +Protocol= +DesignUnit=False +FTPParser=False +Release=False +ReleaseNative=False +ReleaseDotNet=False +ReleaseComment= +BubbleExists=False +IFDEFPermitted=False +Owners= +FPC=True +FPCListInPkg=True +FPCHasRegProc=False +FPCHasLRSFile=False +DotNet2_0OrAboveOnly=False + [IdResourceStringsProtocols] DotNet=True DelphiDotNet=True @@ -5587,6 +5702,100 @@ FPCHasRegProc=False FPCHasLRSFile=False DotNet2_0OrAboveOnly=False +[IdResourceStringsSSPI] +DotNet=False +DelphiDotNet=False +VCL=True +Kylix=True +Pkg=Protocols +DescrShort= +Protocol= +DesignUnit=False +FTPParser=False +Release=False +ReleaseNative=False +ReleaseDotNet=False +ReleaseComment= +BubbleExists=False +IFDEFPermitted=False +Owners= +FPC=True +FPCListInPkg=True +FPCHasRegProc=False +FPCHasLRSFile=False +DotNet2_0OrAboveOnly=False + +[IdResourceStringsUnix] +DotNet=False +DelphiDotNet=False +VCL=True +Kylix=True +Pkg=System +DescrShort= +Protocol= +DesignUnit=False +FTPParser=False +Release=False +ReleaseNative=False +ReleaseDotNet=False +ReleaseComment= +BubbleExists=False +IFDEFPermitted=False +Owners= +FPC=True +FPCListInPkg=True +FPCHasRegProc=False +FPCHasLRSFile=False +DotNet2_0OrAboveOnly=False +VCLPosix=True + +[IdResourceStringsUriUtils] +DotNet=False +DelphiDotNet=False +VCL=True +Kylix=True +Pkg=Protocols +DescrShort= +Protocol= +DesignUnit=False +FTPParser=False +Release=False +ReleaseNative=False +ReleaseDotNet=False +ReleaseComment= +BubbleExists=False +IFDEFPermitted=False +Owners= +FPC=True +FPCListInPkg=True +FPCHasRegProc=False +FPCHasLRSFile=False +DotNet2_0OrAboveOnly=False + +[IdResourceStringsVCLPosix] +DotNet=False +DelphiDotNet=False +VCL=True +Kylix=True +Pkg=System +DescrShort= +Protocol= +DesignUnit=False +FTPParser=False +Release=False +ReleaseNative=False +ReleaseDotNet=False +ReleaseComment= +BubbleExists=False +IFDEFPermitted=False +Owners= +FPC=True +FPCListInPkg=True +FPCHasRegProc=False +FPCHasLRSFile=False +DotNet2_0OrAboveOnly=False +VCLPosix=True + [IdRexec] DotNet=True DelphiDotNet=True @@ -6208,6 +6417,29 @@ FPCHasRegProc=False FPCHasLRSFile=False DotNet2_0OrAboveOnly=False +[IdSSPI] +DotNet=False +DelphiDotNet=False +VCL=True +Kylix=True +Pkg=Protocols +DescrShort= +Protocol= +DesignUnit=False +FTPParser=False +Release=False +ReleaseNative=False +ReleaseDotNet=False +ReleaseComment= +BubbleExists=False +IFDEFPermitted=False +Owners= +FPC=True +FPCListInPkg=True +FPCHasRegProc=False +FPCHasLRSFile=False +DotNet2_0OrAboveOnly=False + [IdScheduler] DotNet=True DelphiDotNet=True @@ -6783,6 +7015,30 @@ FPCHasRegProc=False FPCHasLRSFile=False DotNet2_0OrAboveOnly=False +[IdStackVCLPosix] +DotNet=False +DelphiDotNet=False +VCL=True +Kylix=False +Pkg=System +DescrShort= +Protocol= +DesignUnit=False +FTPParser=False +Release=True +ReleaseNative=True +ReleaseDotNet=True +ReleaseComment= +BubbleExists=False +IFDEFPermitted=False +Owners= +FPC=True +FPCListInPkg=False +FPCHasRegProc=False +FPCHasLRSFile=False +DotNet2_0OrAboveOnly=False +VCLPosix=True + [IdStream] DotNet=True DelphiDotNet=True @@ -8002,6 +8258,30 @@ FPCHasRegProc=False FPCHasLRSFile=False DotNet2_0OrAboveOnly=False +[IdVCLPosixSupplemental] +DotNet=False +DelphiDotNet=False +VCL=True +Kylix=False +Pkg=System +DescrShort= +Protocol= +DesignUnit=False +FTPParser=False +Release=True +ReleaseNative=True +ReleaseDotNet=True +ReleaseComment= +BubbleExists=False +IFDEFPermitted=True +Owners= +FPC=True +FPCListInPkg=False +FPCHasRegProc=False +FPCHasLRSFile=False +DotNet2_0OrAboveOnly=False +VCLPosix=True + [IdYarn] DotNet=True DelphiDotNet=True @@ -8116,4 +8396,3 @@ FPCListInPkg=False FPCHasRegProc=False FPCHasLRSFile=False DotNet2_0OrAboveOnly=False - diff --git a/Builder/Package Generator/Package.pas b/Builder/Package Generator/Package.pas index c6cec5037..b86870255 100644 --- a/Builder/Package Generator/Package.pas +++ b/Builder/Package Generator/Package.pas @@ -60,7 +60,8 @@ interface type TCompiler =( - ctUnknown, + ctUnversioned, + ctDelphi4, ctDelphi5, ctDelphi6, ctDelphi7, @@ -73,17 +74,39 @@ interface ctDelphi2010, ctDelphiXE, ctDelphiXE2, + ctDelphiXE3, + ctDelphiXE4, + ctDelphiXE5, + ctDelphiXE6, + ctDelphiXE7, + ctDelphiXE8, + ctDelphiSeattle, + ctDelphiBerlin, + ctDelphiTokyo, + ctDelphiRio, + ctDelphiSydney, + ctDelphiAlexandria, + ctDelphiAthens, ctDotNet, // Visual Studio ctKylix3); TCompilers = Set of TCompiler; + TGenerateFlag = (gfRunTime, gfDesignTime, gfTemplate, gfDebug); + TGenerateFlags = Set of TGenerateFlag; + const - DelphiNet = [ctDelphi8Net, ctDelphi2005Net, ctDelphi2006Net, ctDelphi2007Net, ctDelphi2009Net, ctDelphi13Net]; - DelphiNet1_1 = [ctDelphi8Net, ctDelphi2005Net, ctDelphi2006Net]; - DelphiNet2OrLater = [ctDelphi2007Net, ctDelphi2009Net, ctDelphi13Net]; - DelphiNative = [ctDelphi5..ctDelphiXE2] - DelphiNet; - DelphiNativeAlign8 = DelphiNative - [ctDelphi5..ctDelphi13] + [ctDelphi2005]; + Delphi_DotNet = [ctDelphi8Net, ctDelphi2005Net, ctDelphi2006Net, ctDelphi2007Net, ctDelphi2009Net, ctDelphi13Net]; + Delphi_DotNet_1_1 = [ctDelphi8Net, ctDelphi2005Net, ctDelphi2006Net]; + Delphi_DotNet_2_Or_Later = [ctDelphi2007Net, ctDelphi2009Net, ctDelphi13Net]; + + Delphi_Native_Lowest = ctDelphi4; + Delphi_Native_Highest = ctDelphiAthens; + Delphi_Native = [Delphi_Native_Lowest..Delphi_Native_Highest] - Delphi_DotNet; + Delphi_Native_Ifdef_Rtl = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Ifdef_Rtl_CheckIOS = Delphi_Native_Ifdef_Rtl - [ctDelphiXE2..ctDelphiXE3]; + + Delphi_NoVCLPosix = [Delphi_Native_Lowest..ctDelphiXE, ctKylix3] + Delphi_DotNet; type TPackage = class @@ -97,34 +120,50 @@ TPackage = class FName: string; FUnits: TStringList; FVersion: string; + FDesignTime: Boolean; + FDebug: Boolean; + FTemplate: Boolean; + FOutputSubDir: string; // procedure Code(const ACode: string); procedure GenHeader; virtual; - procedure GenOptions(ADesignTime: Boolean = False); virtual; - procedure GenContains(const aPrefix: string = ''; const aWritePath: Boolean = True); - procedure WriteFile(const APath: string); - procedure WritePreContains; virtual; + procedure GenOptions; virtual; + procedure GenPreRequiresClause; virtual; + procedure GenRequires; virtual; + procedure GenContains; overload; virtual; + procedure GenContains(const aPrefix: string; const aWritePath: Boolean); overload; virtual; + procedure GenFooter; virtual; + procedure GenPreContainsClause; virtual; + procedure GenPreContains; virtual; + procedure GenPreContainsFile(const AUnit: string); virtual; + procedure GenPostContainsFile(const AUnit: string; const AIsLastFile: Boolean); virtual; + procedure GenResourceScript; virtual; + function IgnoreContainsFile(const AUnit: string): Boolean; virtual; + procedure WriteFile; public procedure Clear; procedure AddUnit(const AName: string; const ADir: string = ''); constructor Create; virtual; destructor Destroy; override; - procedure Generate(ACompiler: TCompiler); overload; virtual; - procedure Generate(ACompilers: TCompilers); overload; virtual; - procedure GenerateDT(ACompiler: TCompiler); overload; virtual; - procedure GenerateDT(ACompilers: TCompilers); overload; virtual; + procedure Generate(ACompiler: TCompiler); overload; + procedure Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); overload; virtual; + procedure Generate(ACompilers: TCompilers); overload; + procedure Generate(ACompilers: TCompilers; const AFlags: TGenerateFlags); overload; virtual; + procedure GenerateRC(ACompiler: TCompiler); overload; + procedure GenerateRC(ACompiler: TCompiler; const AFlags: TGenerateFlags); overload; virtual; + procedure GenerateRC(ACompilers: TCompilers); overload; + procedure GenerateRC(ACompilers: TCompilers; const AFlags: TGenerateFlags); overload; virtual; procedure Load(const ACriteria: string; const AUsePath: Boolean = False); - // - property Compiler: TCompiler read FCompiler; end; const GCompilerID: array[TCompiler] of string = ( - '', - '50', - '60', - '70', - '80', '80Net', + '', // Unversioned + '40', // 4.0 + '50', // 5.0 + '60', // 6.0 + '70', // 7.0 + '80', '80Net', // 8.0 '90', '90Net', // 2005 '100', '100Net', // 2006 '110', '110Net', // 2007 @@ -133,10 +172,54 @@ TPackage = class '140', // 2010 '150', // XE '160', // XE2 - '', - 'K3'); - - //Fetch Defaults + '170', // XE3 + '180', // XE4 + '190', // XE5 + '200', // XE6 + '210', // XE7 + '220', // XE8 + '230', // 10.0 Seattle + '240', // 10.1 Berlin + '250', // 10.2 Tokyo + '260', // 10.3 Rio + '270', // 10.4 Sydney + '280', // 11.0 Alexandria + '290', // 12.0 Athens + '', // .NET + 'K3'); // Kylix + + GCompilerVer: array[TCompiler] of string = ( + '', // Unversioned + '120', // 4.0 + '130', // 5.0 + '140', // 6.0 + '150', // 7.0 + '160', '160', // 8.0 + '170', '170', // 2005 + '180', '180', // 2006 + '185', '190', // 2007 + '200', '200', // 2009 + '', '', // was not released, skipped to v14 (D2010) + '210', // 2010 + '220', // XE + '230', // XE2 + '240', // XE3 + '250', // XE4 + '260', // XE5 + '270', // XE6 + '280', // XE7 + '290', // XE8 + '300', // 10.0 Seattle + '310', // 10.1 Berlin + '320', // 10.2 Tokyo + '330', // 10.3 Rio + '340', // 10.4 Sydney + '350', // 11.0 Alexandria + '360', // 12.0 Athens + '', // .NET + ''); // Kylix + + //Fetch Defaults IdFetchDelimDefault = ' '; {Do not Localize} IdFetchDeleteDefault = True; IdFetchCaseSensitiveDefault = True; @@ -145,10 +228,15 @@ function iif(ATest: Boolean; const ATrue: Integer; const AFalse: Integer): Integ function iif(ATest: Boolean; const ATrue: string; const AFalse: string): string; overload; function iif(ATest: Boolean; const ATrue: Boolean; const AFalse: Boolean): Boolean; overload; +const + IndyVersion_Major = 10; + IndyVersion_Minor = 6; + IndyVersion_Patch = 3; + implementation uses - SysUtils, DModule; + SysUtils, DateUtils, DModule; function iif(ATest: Boolean; const ATrue: Integer; const AFalse: Integer): Integer; {$IFDEF USEINLINE}inline;{$ENDIF} @@ -190,9 +278,9 @@ procedure TPackage.AddUnit(const AName: string; const ADir: string); procedure TPackage.Clear; begin - FCode := TStringList.Create; - FDirs := TStringList.Create; - FUnits := TStringList.Create; + FCode.Clear; + FDirs.Clear; + FUnits.Clear; end; procedure TPackage.Code(const ACode: string); @@ -204,7 +292,7 @@ constructor TPackage.Create; begin FContainsClause := 'contains'; FExt := '.dpk'; - FVersion := '10'; + FVersion := IntToStr(IndyVersion_Major); FCode := TStringList.Create; FDirs := TStringList.Create; FUnits := TStringList.Create; @@ -219,56 +307,146 @@ destructor TPackage.Destroy; end; procedure TPackage.GenContains; +begin + GenContains('', True); +end; + +procedure TPackage.GenContains(const aPrefix: string; const aWritePath: Boolean); var i: Integer; - xPath: string; + xPath, lastUnit, lastPath: string; begin Code(''); + GenPreContainsClause; Code(FContainsClause); - WritePreContains; + GenPreContains; + lastUnit := ''; + lastPath := ''; for i := 0 to FUnits.Count - 1 do begin if APrefix <> '' then begin FUnits[i] := StringReplace(FUnits[i], 'Id', APrefix, []); end; - xPath := ''; - if aWritePath and (FDirs[i] <> '') then begin - xPath := FDirs[i] + '\'; + if not IgnoreContainsFile(FUnits[i]) then begin + xPath := ''; + if aWritePath and (FDirs[i] <> '') then begin + xPath := IncludeTrailingPathDelimiter(FDirs[i]); + end; + xPath := xPath + FUnits[i] + '.pas'; + if (lastUnit <> '') or (lastPath <> '') then begin + GenPreContainsFile(lastUnit); + Code(' ' + lastUnit + ' in ''' + lastPath + ''''); + GenPostContainsFile(lastUnit, False); + end; + lastUnit := FUnits[i]; + lastPath := xPath; end; - Code(' ' + FUnits[i] + ' in ''' + xPath + FUnits[i] + '.pas''' - + iif(i < FUnits.Count - 1, ',', ';')); + end; + if (lastUnit <> '') or (lastPath <> '') then begin + GenPreContainsFile(lastUnit); + Code(' ' + lastUnit + ' in ''' + lastPath + ''''); + GenPostContainsFile(lastUnit, True); end; end; +procedure TPackage.GenPreContainsFile(const AUnit: string); +begin +end; + +procedure TPackage.GenPostContainsFile(const AUnit: string; const AIsLastFile: Boolean); +begin + if FCode.Count > 0 then begin + FCode[FCode.Count-1] := FCode[FCode.Count-1] + iif(AIsLastFile, ';', ','); + end; +end; + +function TPackage.IgnoreContainsFile(const AUnit: string): Boolean; +begin + Result := False; +end; + +procedure TPackage.GenPreRequiresClause; +begin +end; + +procedure TPackage.GenRequires; +begin +end; + +procedure TPackage.GenFooter; +begin + Code(''); + Code('end.'); +end; + procedure TPackage.Generate(ACompiler: TCompiler); +begin + Generate(ACompiler, [gfRunTime]); +end; + +procedure TPackage.Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); begin FCompiler := ACompiler; FCode.Clear; + FDesignTime := gfDesignTime in AFlags; + FDebug := gfDebug in AFlags; + GenHeader; + GenOptions; + GenPreRequiresClause; + GenRequires; + GenContains; + GenFooter; end; procedure TPackage.Generate(ACompilers: TCompilers); +begin + Generate(ACompilers, [gfRunTime]); +end; + +procedure TPackage.Generate(ACompilers: TCompilers; const AFlags: TGenerateFlags); var LCompiler: TCompiler; begin for LCompiler := Low(TCompiler) to High(TCompiler) do begin if LCompiler in ACompilers then begin - Generate(LCompiler); + Generate(LCompiler, AFlags); end; end; end; -procedure TPackage.GenerateDT(ACompiler: TCompiler); +procedure TPackage.GenerateRC(ACompiler: TCompiler); +begin + GenerateRC(ACompiler, [gfRunTime]); +end; + +procedure TPackage.GenerateRC(ACompiler: TCompiler; const AFlags: TGenerateFlags); begin FCompiler := ACompiler; - FCode.Clear; + FTemplate := gfTemplate in AFlags; + FDebug := gfDebug in AFlags; + if gfRunTime in AFlags then begin + FCode.Clear; + FDesignTime := False; + GenResourceScript; + end; + if gfDesignTime in AFlags then begin + FCode.Clear; + FDesignTime := True; + GenResourceScript; + end; end; -procedure TPackage.GenerateDT(ACompilers: TCompilers); +procedure TPackage.GenerateRC(ACompilers: TCompilers); +begin + GenerateRC(ACompilers, [gfRunTime]); +end; + +procedure TPackage.GenerateRC(ACompilers: TCompilers; const AFlags: TGenerateFlags); var LCompiler: TCompiler; begin for LCompiler := Low(TCompiler) to High(TCompiler) do begin if LCompiler in ACompilers then begin - GenerateDT(LCompiler); + GenerateRC(LCompiler, AFlags); end; end; end; @@ -278,14 +456,17 @@ procedure TPackage.GenHeader; Code('package ' + FName + ';'); end; -procedure TPackage.GenOptions(ADesignTime: Boolean = False); +// TODO: make the options configurable... +procedure TPackage.GenOptions; +const + DelphiNative_Align8 = Delphi_Native - [Delphi_Native_Lowest..ctDelphi13] + [ctDelphi2005]; begin Code(''); - if FCompiler in DelphiNet then begin + if FCompiler in Delphi_DotNet then begin Code('{$ALIGN 0}'); end else begin Code('{$R *.res}'); - if FCompiler in DelphiNativeAlign8 then begin + if FCompiler in DelphiNative_Align8 then begin Code('{$ALIGN 8}'); end; end; @@ -310,13 +491,14 @@ procedure TPackage.GenOptions(ADesignTime: Boolean = False); Code('{$MINENUMSIZE 1}'); Code('{$IMAGEBASE $400000}'); Code('{$DESCRIPTION ''Indy ' + FVersion + TrimRight(' ' + FDesc) + '''}'); - Code(iif(ADesignTime, '{$DESIGNONLY}', '{$RUNONLY}')); + Code(iif(FDesignTime, '{$DESIGNONLY}', '{$RUNONLY}')); Code('{$IMPLICITBUILD ON}'); end; procedure TPackage.Load(const ACriteria: string; const AUsePath: Boolean = False); var LFiles: TStringList; + LDir: string; I: Integer; begin Clear; @@ -326,24 +508,29 @@ procedure TPackage.Load(const ACriteria: string; const AUsePath: Boolean = False for I := 0 to LFiles.Count - 1 do begin if AUsePath then begin - AddUnit(LFiles[I], DM.Ini.ReadString(LFiles[I], 'Pkg', '')); + LDir := DM.Ini.ReadString(LFiles[I], 'Pkg', ''); end else begin - AddUnit(LFiles[I]); + LDir := ''; end; + AddUnit(LFiles[I], LDir); end; finally LFiles.Free; end; end; -procedure TPackage.WriteFile(const APath: string); +procedure TPackage.WriteFile; var LCodeOld: string; LPathname: string; + LSubDir: string; begin - Code(''); - Code('end.'); - LPathname := APath + FName + FExt; + LPathname := SysUtils.IncludeTrailingPathDelimiter(DM.OutputPath); + if FOutputSubDir <> '' then begin + LSubDir := SysUtils.IncludeTrailingPathDelimiter(FOutputSubDir); + LPathname := LPathname + LSubDir; + end; + LPathname := LPathname + FName + FExt; LCodeOld := ''; if FileExists(LPathname) then begin with TStringList.Create do try @@ -355,12 +542,67 @@ procedure TPackage.WriteFile(const APath: string); // as not requiring user to lock all packages if (LCodeOld = '') or (LCodeOld <> FCode.Text) then begin FCode.SaveToFile(LPathname); - WriteLn('Generated ' + FName + FExt); + WriteLn('Generated ' + LSubDir + FName + FExt); end; end; -procedure TPackage.WritePreContains; +procedure TPackage.GenPreContainsClause; +begin +end; + +procedure TPackage.GenPreContains; +begin +end; + +procedure TPackage.GenResourceScript; +var + ProductVersion: string; + FileVersion : string; + TemplateStr: String; begin + //We don't call many of the inherited Protected methods because + //those are for Packages while I'm making a unit. + + TemplateStr := iif(FTemplate,'$WCREV$','0'); + + FileVersion := Format('%d,%d,%d,%s', [IndyVersion_Major, IndyVersion_Minor, IndyVersion_Patch, TemplateStr]); + ProductVersion := FileVersion; + + Code('1 VERSIONINFO '); + Code('FILEVERSION ' + FileVersion); + Code('PRODUCTVERSION ' + ProductVersion); + Code('FILEFLAGSMASK 0x3FL'); + Code('FILEFLAGS 0x00L'); + Code('FILEOS 0x40004L'); + Code('FILETYPE 0x1L'); + + ProductVersion := Format('%d.%d.%d', [IndyVersion_Major, IndyVersion_Minor, IndyVersion_Patch]); + FileVersion := ProductVersion + '.' + TemplateStr; + + Code('FILESUBTYPE 0x0L'); + Code('{'); + Code(' BLOCK "StringFileInfo"'); + Code(' {'); + Code(' BLOCK "000104E4"'); + Code(' {'); + Code(' VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"'); + Code(' VALUE "FileDescription", "Internet Direct (Indy) ' + ProductVersion + ' - ' + FDesc + ' Package\0"'); + Code(' VALUE "FileVersion", "' + FileVersion + '\0"'); + Code(' VALUE "InternalName", "' + FName + '\0"'); + Code(' VALUE "LegalCopyright", "Copyright © 1993 - ' + IntToStr(DateUtils.YearOf(Date)) + ' Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"'); + Code(' VALUE "OriginalFilename", "' + FName + '.bpl\0"'); + Code(' VALUE "ProductName", "Indy\0"'); + Code(' VALUE "ProductVersion", "' + ProductVersion + '\0"'); + Code(' }'); + Code(''); + Code(' }'); + Code(''); + Code(' BLOCK "VarFileInfo"'); + Code(' {'); + Code(' VALUE "Translation", 0x0001, 1252'); + Code(' }'); + Code(''); + Code('}'); end; end. diff --git a/Builder/Package Generator/PackageBuildRes.pas b/Builder/Package Generator/PackageBuildRes.pas new file mode 100644 index 000000000..93f12cc59 --- /dev/null +++ b/Builder/Package Generator/PackageBuildRes.pas @@ -0,0 +1,132 @@ +{ + $Project$ + $Workfile$ + $Revision$ + $DateUTC$ + $Id$ + + This file is part of the Indy (Internet Direct) project, and is offered + under the dual-licensing agreement described on the Indy website. + (http://www.indyproject.org/) + + Copyright: + (c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All rights reserved. +} +{ + $Log$ +} +{ +{ Rev 1.0 1/24/2024 4:49:00 PM RLebeau +{ BuildRes.bat generation. +} +unit PackageBuildRes; + +interface + +uses + Package; + +type + TBuildRes = class(TPackage) + public + constructor Create; override; + procedure Generate(ACompilers: TCompilers; const AFlags: TGenerateFlags); override; + procedure Run; + end; + +implementation + +uses + SysUtils, DModule, Windows; + +{ TBuildRes } + +constructor TBuildRes.Create; +begin + inherited; + FOutputSubDir := 'Lib'; +end; + +procedure TBuildRes.Generate(ACompilers: TCompilers; const AFlags: TGenerateFlags); +var + LCompiler: TCompiler; +begin + //We don't call many of the inherited Protected methods because + //those are for Packages while I'm making a unit. + //inherited; + + FName := 'buildres'; + FExt := '.bat'; + + FCompiler := ctUnversioned; + FCode.Clear; + FDesignTime := False; + + for LCompiler := Low(TCompiler) to High(TCompiler) do begin + if LCompiler in ACompilers then begin + Code('brcc32 System\IndySystem'+GCompilerID[LCompiler]+'.rc'); + end; + end; + + for LCompiler := Low(TCompiler) to High(TCompiler) do begin + if LCompiler in ACompilers then begin + Code('brcc32 Core\dclIndyCore'+GCompilerID[LCompiler]+'.rc'); + end; + end; + + Code('brcc32 Core\IdAboutVCL.rc'); + + for LCompiler := Low(TCompiler) to High(TCompiler) do begin + if LCompiler in ACompilers then begin + Code('brcc32 Core\IndyCore'+GCompilerID[LCompiler]+'.rc'); + end; + end; + + for LCompiler := Low(TCompiler) to High(TCompiler) do begin + if LCompiler in ACompilers then begin + Code('brcc32 Protocols\dclIndyProtocols'+GCompilerID[LCompiler]+'.rc'); + end; + end; + + for LCompiler := Low(TCompiler) to High(TCompiler) do begin + if LCompiler in ACompilers then begin + Code('brcc32 Protocols\IndyProtocols'+GCompilerID[LCompiler]+'.rc'); + end; + end; + + WriteFile; +end; + +procedure TBuildRes.Run; +var + LPathname: string; + LSubDir: string; + LCmdLine: string; + SI: TStartupInfo; + PI: TProcessInformation; + LExitCode: DWORD; +begin + LPathname := SysUtils.IncludeTrailingPathDelimiter(DM.OutputPath); + if FOutputSubDir <> '' then begin + LSubDir := SysUtils.IncludeTrailingPathDelimiter(FOutputSubDir); + LPathname := LPathname + LSubDir; + end; + LCmdLine := 'cmd.exe /C ' + AnsiQuotedStr(LPathname + FName + FExt, '"'); + ZeroMemory(@SI, sizeof(SI)); + SI.cb := sizeof(SI); + if CreateProcess(nil, PChar(LCmdLine), nil, nil, False, CREATE_NEW_CONSOLE, nil, PChar(LPathname), SI, PI) then + begin + CloseHandle(PI.hThread); + WaitForSingleObject(PI.hProcess, INFINITE); + GetExitCodeProcess(PI.hProcess, LExitCode); + CloseHandle(PI.hProcess); + if LExitCode <> 0 then + WriteLn('Error from ' + FName + FExt); + end else + begin + WriteLn('Unable to run ' + FName + FExt); + end; +end; + +end. + diff --git a/Builder/Package Generator/PackageCleanCmd.pas b/Builder/Package Generator/PackageCleanCmd.pas new file mode 100644 index 000000000..6907d6e4e --- /dev/null +++ b/Builder/Package Generator/PackageCleanCmd.pas @@ -0,0 +1,150 @@ +{ + $Project$ + $Workfile$ + $Revision$ + $DateUTC$ + $Id$ + + This file is part of the Indy (Internet Direct) project, and is offered + under the dual-licensing agreement described on the Indy website. + (http://www.indyproject.org/) + + Copyright: + (c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All rights reserved. +} +{ + $Log$ +} +{ +{ Rev 1.0 1/24/2024 4:49:00 PM RLebeau +{ Clean_xxx.cmd generation. +} +unit PackageCleanCmd; + +interface + +uses + Package; + +type + TCleanCmd = class(TPackage) + public + constructor Create; override; + procedure Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); override; + end; + +implementation + +uses + SysUtils; + +{ TCleanCmd } + +constructor TCleanCmd.Create; +begin + inherited; + FOutputSubDir := 'Lib'; +end; + +type + TCleanInfo = record + ProductName: string; + Symbol: string; + FileSuffix: string; + end; +const + GCleanCompilers: array[TCompiler] of TCleanInfo = ( + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: 'Delphi XE3'; Symbol: 'D17'; FileSuffix: 'XE3'), + (ProductName: 'Delphi XE4'; Symbol: 'D18'; FileSuffix: 'XE4'), + (ProductName: 'Delphi XE5'; Symbol: 'D19'; FileSuffix: 'XE5'), + (ProductName: 'Delphi XE6'; Symbol: 'D20'; FileSuffix: 'XE6'), + (ProductName: 'Delphi XE7'; Symbol: 'D21'; FileSuffix: 'XE7'), + (ProductName: 'Delphi XE8'; Symbol: 'D22'; FileSuffix: 'XE8'), + (ProductName: 'Delphi 10.0 Seattle'; Symbol: 'D23'; FileSuffix: 'Seattle'), + (ProductName: 'Delphi 10.1 Berlin'; Symbol: 'D24'; FileSuffix: 'Berlin'), + (ProductName: 'Delphi 10.2 Tokyo'; Symbol: 'D25'; FileSuffix: 'Tokyo'), + (ProductName: 'Delphi 10.3 Rio'; Symbol: 'D26'; FileSuffix: 'Rio'), + (ProductName: 'Delphi 10.4 Sydney'; Symbol: 'D27'; FileSuffix: 'Sydney'), + (ProductName: 'Delphi 11 Alexandria'; Symbol: 'D28'; FileSuffix: 'Alexandria'), + (ProductName: 'Delphi 12 Athens'; Symbol: 'D29'; FileSuffix: 'Athens'), + (ProductName: ''; Symbol: ''; FileSuffix: ''), + (ProductName: ''; Symbol: ''; FileSuffix: '') + ); + +procedure TCleanCmd.Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); +begin + //We don't call many of the inherited Protected methods because + //those are for Packages while I'm making a unit. + //inherited; + + if (GCleanCompilers[ACompiler].ProductName = '') or + (GCleanCompilers[ACompiler].Symbol = '') then Exit; + + FName := 'Clean_' + GCleanCompilers[ACompiler].FileSuffix; + FExt := '.cmd'; + + FCompiler := ACompiler; + FCode.Clear; + FDesignTime := False; + + Code('@echo off'); + Code('set DelphiProd=' + GCleanCompilers[ACompiler].ProductName); + Code(''); + Code('if exist SetEnv.bat del SetEnv.bat'); + Code('if not exist computil.exe goto NoComputil'); + Code('computil Setup' + GCleanCompilers[ACompiler].Symbol); + Code('if defined ND' + GCleanCompilers[ACompiler].Symbol + ' goto RSVARS'); + Code('if not exist SetEnv.bat goto NoNDD'); + Code(''); + Code('call SetEnv.bat > nul:'); + Code('if not defined ND' + GCleanCompilers[ACompiler].Symbol + ' goto NoNDD'); + Code(''); + Code(':RSVARS'); + Code('call "%ND' + GCleanCompilers[ACompiler].Symbol + '%bin\rsvars.bat"'); + Code('if not defined BDS goto NoBDS'); + Code(''); + Code('set logfn=Clean' + GCleanCompilers[ACompiler].Symbol + '.log'); + Code(''); + Code('call Clean_IDE.cmd'); + Code('goto END'); + Code(''); + Code(':NoCompUtil'); + Code('echo Computil.exe not found--run this batch script from the "Lib" folder of the Indy repository, recently pulled from GitHub.'); + Code('goto END'); + Code(''); + Code(':NoNDD'); + Code('echo Computil.exe did not create the batch script for setting up the environment for %DelphiProd%. Aborting.'); + Code('goto END'); + Code(''); + Code(':NoBDS'); + Code('echo Calling RSVars did not set up the environment for %DelphiProd%. Aborting.'); + Code(''); + Code(':END'); + Code('set logfn='); + Code('set DelphiProd='); + + WriteFile; +end; + +end. + diff --git a/Builder/Package Generator/PackageCore.pas b/Builder/Package Generator/PackageCore.pas index 71b8ece41..0369efb92 100644 --- a/Builder/Package Generator/PackageCore.pas +++ b/Builder/Package Generator/PackageCore.pas @@ -54,80 +54,302 @@ interface type TPackageCore = class(TPackage) + protected + procedure GenOptions; override; + procedure GenPreRequiresClause; override; + procedure GenRequires; override; + procedure GenFooter; override; + procedure GenResourceScript; override; + function IgnoreContainsFile(const AUnit: string): Boolean; override; public - procedure Generate(ACompiler: TCompiler); override; - procedure GenerateDT(ACompiler: TCompiler); override; + constructor Create; override; + procedure Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); override; + procedure GenerateRC(ACompiler: TCompiler; const AFlags: TGenerateFlags); override; end; implementation uses - Dialogs, DModule; + SysUtils; { TPackageCore } -procedure TPackageCore.Generate(ACompiler: TCompiler); +constructor TPackageCore.Create; begin inherited; - FName := 'IndyCore' + GCompilerID[Compiler]; - FDesc := 'Core'; - GenHeader; - GenOptions; + FOutputSubDir := 'Lib\Core'; +end; + +procedure TPackageCore.Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); +var + LFlags: TGenerateFlags; +begin + LFlags := AFlags; + if (LFlags * [gfRunTime, gfDesignTime]) = [] then begin + Include(LFlags, gfRunTime); + end; + + if gfRunTime in LFlags then begin + FName := 'IndyCore' + GCompilerID[ACompiler]; + FDesc := 'Core'; + FExt := '.dpk'; + inherited Generate(ACompiler, LFlags - [gfDesignTime]); + WriteFile; + end; + + if gfDesignTime in LFlags then begin + FName := 'dclIndyCore' + GCompilerID[ACompiler]; + FDesc := 'Core Design Time'; + FExt := '.dpk'; + inherited Generate(ACompiler, LFlags - [gfRunTime]); + WriteFile; + end; +end; + +// TODO: make the options configurable... +procedure TPackageCore.GenOptions; +const + Delphi_Native_Align8 = Delphi_Native - [Delphi_Native_Lowest..ctDelphi13] + [ctDelphi2005]; + Delphi_OmittedOptions = [Delphi_Native_Lowest..ctDelphi13Net, ctKylix3] - [ctDelphi8Net] + [ctDelphiXE]; + Delphi_Native_Ifdef_ImplicitBuilding = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Force_DebugInfo_Off = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE7]; + Delphi_Native_Force_Optimization_On = Delphi_Native - [ctDelphiXE2..Delphi_Native_Highest] + Delphi_DotNet + [ctKylix3]; + Delphi_Native_Force_Optimization_Off = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Force_OverflowChecks_Off = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Force_RangeChecks_Off = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Force_StackFrames_On = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Define_DebugRelease = [ctDelphiXE2..ctDelphiSydney]; + Delphi_Native_Define_Ver_DT = [ctDelphiXE4..ctDelphiSydney] - [ctDelphiXE8..ctDelphiSeattle]; + Delphi_Native_Define_Ver_RT = [ctDelphiXE4..ctDelphiSydney]; + Delphi_Force_ImplicitBuild_Off_DT = [ctDelphiRio..ctDelphiTokyo, ctDelphi8Net]; + Delphi_Force_ImplicitBuild_Off_RT = [ctDelphiXE4..ctDelphiTokyo, ctDelphi8Net]; + + function OnOrOff(const AForceOff, AForceOn: TCompilers; const ADefault: Boolean): string; + begin + if FCompiler in AForceOff then begin + Result := 'OFF'; + end + else if FCompiler in AForceOn then begin + Result := 'ON'; + end + else begin + Result := iif(ADefault, 'ON', 'OFF'); + end; + end; + +begin Code(''); - Code('requires'); - if ACompiler in DelphiNet then begin - Code('Borland.Delphi,'); - Code('Borland.VclRtl,'); - end - else if ACompiler = ctDelphi5 then begin - Code(' Vcl50,'); + if FCompiler in Delphi_DotNet then begin + Code('{$ALIGN 0}'); end else begin - Code(' rtl,'); + Code('{$R *.res}'); + if FCompiler in Delphi_Native_Ifdef_ImplicitBuilding then begin + Code('{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}'); + end; + if FCompiler in Delphi_Native_Align8 then begin + Code('{$ALIGN 8}'); + end; + end; + if not (FCompiler in Delphi_OmittedOptions) then begin + Code('{$ASSERTIONS ON}'); + end; + Code('{$BOOLEVAL OFF}'); + if not (FCompiler in Delphi_OmittedOptions) then begin + Code('{$DEBUGINFO ' + OnOrOff(Delphi_Native_Force_DebugInfo_Off, [], FDebug) + '}'); + end; + Code('{$EXTENDEDSYNTAX ON}'); + Code('{$IMPORTEDDATA ON}'); + if not (FCompiler in Delphi_OmittedOptions) then begin + Code('{$IOCHECKS ON}'); + end; + Code('{$LOCALSYMBOLS ON}'); + Code('{$LONGSTRINGS ON}'); + Code('{$OPENSTRINGS ON}'); + if FCompiler in Delphi_Native_Force_Optimization_On then begin + Code('{$OPTIMIZATION ' + OnOrOff([], Delphi_Native_Force_Optimization_On, FDebug) + '}'); + end + else if FCompiler in Delphi_Native_Force_Optimization_Off then begin + Code('{$OPTIMIZATION ' + OnOrOff(Delphi_Native_Force_Optimization_Off, [], FDebug) + '}'); + end; + if not (FCompiler in Delphi_OmittedOptions) then begin + Code('{$OVERFLOWCHECKS ' + OnOrOff(Delphi_Native_Force_OverflowChecks_Off, [], FDebug) + '}'); + Code('{$RANGECHECKS ' + OnOrOff(Delphi_Native_Force_RangeChecks_Off, [], FDebug) + '}'); + end; + Code('{$REFERENCEINFO ON}'); + Code('{$SAFEDIVIDE OFF}'); + Code('{$STACKFRAMES ' + OnOrOff([], Delphi_Native_Force_StackFrames_On, not FDebug) + '}'); + Code('{$TYPEDADDRESS OFF}'); + Code('{$VARSTRINGCHECKS ON}'); + Code('{$WRITEABLECONST OFF}'); + Code('{$MINENUMSIZE 1}'); + Code('{$IMAGEBASE $400000}'); + if FCompiler in Delphi_Native_Define_DebugRelease then begin + Code('{$DEFINE ' + iif(FDebug, 'DEBUG', 'RELEASE') + '}'); end; - Code(' IndySystem' + GCompilerID[Compiler] + ';'); - GenContains; - //back door for embedding version information into an assembly - //without having to do anything to the package directly. - if Compiler in DelphiNet then + if FDesignTime then begin + if FCompiler in Delphi_Native_Define_Ver_DT then begin + Code('{$DEFINE VER' + GCompilerVer[FCompiler] + '}'); + end; + end else begin - Code('{$I IdCore90ASM90.inc}'); + if FCompiler in Delphi_Native_Define_Ver_RT then begin + Code('{$DEFINE VER' + GCompilerVer[FCompiler] + '}'); + end; + end; + if FCompiler in Delphi_Native_Ifdef_ImplicitBuilding then begin + Code('{$ENDIF IMPLICITBUILDING}'); + end; + Code('{$DESCRIPTION ''Indy ' + FVersion + TrimRight(' ' + FDesc) + '''}'); + Code(iif(FDesignTime, '{$DESIGNONLY}', '{$RUNONLY}')); + if FDesignTime then begin + Code('{$IMPLICITBUILD ' + OnOrOff(Delphi_Force_ImplicitBuild_Off_DT, [], True) + '}'); + end else begin + Code('{$IMPLICITBUILD ' + OnOrOff(Delphi_Force_ImplicitBuild_Off_RT, [], True) + '}'); end; - WriteFile(DM.OutputPath + '\Lib\Core\'); end; -procedure TPackageCore.GenerateDT(ACompiler: TCompiler); +const + DelphiNative_Ifdef_Rtl_2 = Delphi_Native_Ifdef_Rtl - [ctDelphiXE2]; + DelphiNative_Ifdef_Rtl_3 = DelphiNative_Ifdef_Rtl_2 - [ctDelphiXE3..ctDelphiXE4]; + +procedure TPackageCore.GenPreRequiresClause; begin - inherited; - FName := 'dclIndyCore' + GCompilerID[Compiler]; - FDesc := 'Core Design Time'; - GenHeader; - GenOptions(True); + if (not FDesignTime) and (FCompiler in DelphiNative_Ifdef_Rtl_3) then begin + Code(''); + Code('// RLebeau: cannot use IdCompilerDefines.inc here!'); + end; +end; + +procedure TPackageCore.GenRequires; +begin + if (not FDesignTime) and (FCompiler in DelphiNative_Ifdef_Rtl_2) then begin + if FCompiler in Delphi_Native_Ifdef_Rtl_CheckIOS then begin + Code(''); + Code('{$DEFINE HAS_PKG_RTL}'); + code('{$IFDEF NEXTGEN}'); + Code(' {$IFDEF IOS}'); + Code(' // there is no RTL package available for iOS'); + Code(' {$UNDEF HAS_PKG_RTL}'); + Code(' {$ENDIF}'); + Code('{$ENDIF}'); + end; + end; Code(''); Code('requires'); - if ACompiler = ctDelphi5 then begin - Code(' Vcl50,'); - end else if ACompiler in [ctDelphi6, ctDelphi7] then begin - Code(' vcl,'); - end; - if ACompiler in DelphiNet then + if FDesignTime then begin + if FCompiler = ctDelphi4 then begin + Code(' Vcl40,'); + end + else if FCompiler = ctDelphi5 then begin + Code(' Vcl50,'); + end + else if FCompiler in [ctDelphi6, ctDelphi7] then begin + Code(' vcl,'); + end; + if FCompiler in Delphi_DotNet then + begin + if FCompiler <> ctDelphi8Net then begin + Code(' System.Windows.Forms,'); + end; + Code(' Borland.Studio.Vcl.Design,'); + end + else if not (FCompiler in [ctDelphi4..ctDelphi5]) then + begin + Code(' designide,'); + end; + if FCompiler <> ctDelphi8Net then begin + Code(' IndySystem' + GCompilerID[FCompiler] + ','); + end; + Code(' IndyCore' + GCompilerID[FCompiler] + ';'); + end else begin - Code(' System.Windows.Forms,'); - Code(' Borland.Studio.Vcl.Design,'); - end - else if ACompiler <> ctDelphi5 then - begin - Code(' designide,'); - end; - Code(' IndySystem' + GCompilerID[Compiler] + ','); - Code(' IndyCore' + GCompilerID[Compiler] + ';'); - GenContains; - //back door for embedding version information into an assembly - //without having to do anything to the package directly. - if Compiler in DelphiNet then - begin - Code('{$I IddclCore90ASM90.inc}'); + if FCompiler in Delphi_DotNet then begin + Code(' Borland.Delphi,'); + Code(' Borland.VclRtl,'); + end + else if FCompiler = ctDelphi4 then begin + Code(' Vcl40,'); + end + else if FCompiler = ctDelphi5 then begin + Code(' Vcl50,'); + end else + begin + if FCompiler in DelphiNative_Ifdef_Rtl_2 then begin + if FCompiler in Delphi_Native_Ifdef_Rtl_CheckIOS then begin + Code(' {$IFDEF HAS_PKG_RTL}'); + end else begin + Code(' {$IFNDEF NEXTGEN}'); + end; + end; + Code(' rtl,'); + if FCompiler in DelphiNative_Ifdef_Rtl_2 then begin + Code(' {$ENDIF}'); + end; + end; + Code(' IndySystem' + GCompilerID[FCompiler] + ';'); + end; +end; + +procedure TPackageCore.GenFooter; +begin + if FCompiler in Delphi_DotNet then begin + //back door for embedding version information into an assembly + //without having to do anything to the package directly. + Code(iif(FDesignTime, '{$I IddclCore90ASM90.inc}', '{$I IdCore90ASM90.inc}')); + end; + inherited GenFooter; +end; + +procedure TPackageCore.GenerateRC(ACompiler: TCompiler; const AFlags: TGenerateFlags); +var + LFlags: TGenerateFlags; +begin + LFlags := AFlags; + if (LFlags * [gfRunTime, gfDesignTime]) = [] then begin + Include(LFlags, gfRunTime); + end; + + if gfRunTime in LFlags then begin + FName := 'IndyCore' + GCompilerID[ACompiler]; + FDesc := 'Core Run-Time'; + + FExt := '.rc.tmpl'; + inherited GenerateRC(ACompiler, LFlags - [gfDesignTime] + [gfTemplate]); + WriteFile; + + FExt := '.rc'; + inherited GenerateRC(ACompiler, LFlags - [gfDesignTime, gfTemplate]); + WriteFile; + end; + + if gfDesignTime in LFlags then begin + FName := 'dclIndyCore' + GCompilerID[ACompiler]; + FDesc := 'Core Design-Time'; + + FExt := '.rc.tmpl'; + inherited GenerateRC(ACompiler, LFlags - [gfRunTime] + [gfTemplate]); + WriteFile; + + FExt := '.rc'; + inherited GenerateRC(ACompiler, LFlags - [gfRunTime, gfTemplate]); + WriteFile; + end; +end; + +procedure TPackageCore.GenResourceScript; +begin + inherited GenResourceScript; + WriteFile; +end; + +function TPackageCore.IgnoreContainsFile(const AUnit: string): Boolean; +begin + if FDesignTime {and (FCompiler in [ctDelphi4..ctDelphi5])} then begin + // TSelectionEditor was not available until Delphi 6... + Result := SameText(AUnit, 'IdCoreSelectionEditors'); + if Result then Exit; end; - WriteFile(DM.OutputPath + '\Lib\Core\'); + Result := inherited IgnoreContainsFile(AUnit); end; end. diff --git a/Builder/Package Generator/PackageD8Master.pas b/Builder/Package Generator/PackageD8Master.pas index d9cc1e78d..4accc3b7e 100644 --- a/Builder/Package Generator/PackageD8Master.pas +++ b/Builder/Package Generator/PackageD8Master.pas @@ -42,30 +42,39 @@ interface type TPackageD8Master = class(TPackage) + protected + procedure GenRequires; override; public - procedure Generate(ACompiler: TCompiler); override; + constructor Create; override; + procedure Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); override; end; implementation -uses DModule; - { TPackageD8Master } -procedure TPackageD8Master.Generate(ACompiler: TCompiler); +constructor TPackageD8Master.Create; begin inherited; - FName := 'Indy' + GCompilerID[Compiler]; + FOutputSubDir := 'Lib'; +end; + +procedure TPackageD8Master.Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); +begin + FName := 'Indy' + GCompilerID[ACompiler]; FDesc := 'Master'; - GenHeader; - GenOptions; + FExt := '.dpk'; + inherited Generate(ACompiler, AFlags); + WriteFile; +end; + +procedure TPackageD8Master.GenRequires; +begin Code(''); Code('requires'); Code(' Borland.Delphi,'); Code(' Borland.Vcl,'); Code(' Borland.VclRtl;'); - GenContains; - WriteFile(DM.OutputPath + '\Lib\'); end; end. diff --git a/Builder/Package Generator/PackageFTPParsers.pas b/Builder/Package Generator/PackageFTPParsers.pas index 6a904a603..01118d84e 100644 --- a/Builder/Package Generator/PackageFTPParsers.pas +++ b/Builder/Package Generator/PackageFTPParsers.pas @@ -40,6 +40,7 @@ unit PackageFTPParsers; interface + uses Package; @@ -47,7 +48,7 @@ interface TFTPParsers = class(TPackage) public constructor Create; override; - procedure Generate(ACompiler: TCompiler); override; + procedure Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); override; end; implementation @@ -60,21 +61,30 @@ implementation constructor TFTPParsers.Create; begin inherited; - FName := 'IdAllFTPListParsers'; - FExt := '.pas'; + FOutputSubDir := 'Lib\Protocols'; end; -procedure TFTPParsers.Generate(ACompiler: TCompiler); +procedure TFTPParsers.Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); var i: Integer; begin - inherited; //We don't call many of the inherited Protected methods because //those are for Packages while I'm making a unit. + //inherited; + + FName := 'IdAllFTPListParsers'; + FExt := '.pas'; + + FCompiler := ACompiler; + FCode.Clear; + FDesignTime := False; + Code('unit IdAllFTPListParsers;'); Code(''); Code('interface'); Code(''); + Code('{$I IdCompilerDefines.inc}'); + Code(''); Code('{'); Code('Note that is unit is simply for listing ALL FTP List parsers in Indy.'); Code('The user could then add this unit to a uses clause in their program and'); @@ -83,10 +93,15 @@ procedure TFTPParsers.Generate(ACompiler: TCompiler); Code('ABSOLELY NO CODE is permitted in this unit.'); Code(''); Code('}'); + Code(''); Code('// RLebeau 4/17/10: this forces C++Builder to link to this unit so'); Code('// the units can register themselves correctly at program startup...'); Code(''); - Code('(*$HPPEMIT ''#pragma link "IdAllFTPListParsers"''*)'); + Code('{$IFDEF HAS_DIRECTIVE_HPPEMIT_LINKUNIT}'); + Code(' {$HPPEMIT LINKUNIT}'); + Code('{$ELSE}'); + Code(' {$HPPEMIT ''#pragma link "IdAllFTPListParsers"''}'); + Code('{$ENDIF}'); //Now add our units Code(''); Code('implementation'); @@ -98,7 +113,10 @@ procedure TFTPParsers.Generate(ACompiler: TCompiler); // Code(''); Code('{dee-duh-de-duh, that''s all folks.}'); - WriteFile(DM.OutputPath + '\Lib\Protocols\'); + Code(''); + Code('end.'); + + WriteFile; end; end. diff --git a/Builder/Package Generator/PackageProtocols.pas b/Builder/Package Generator/PackageProtocols.pas index 70f52201e..b75b2940c 100644 --- a/Builder/Package Generator/PackageProtocols.pas +++ b/Builder/Package Generator/PackageProtocols.pas @@ -74,84 +74,350 @@ interface type TPackageProtocols = class(TPackage) + protected + procedure GenOptions; override; + procedure GenPreRequiresClause; override; + procedure GenRequires; override; + procedure GenPreContainsClause; override; + procedure GenPreContainsFile(const AUnit: string); override; + procedure GenPostContainsFile(const AUnit: string; const AIsLastFile: Boolean); override; + procedure GenFooter; override; + procedure GenResourceScript; override; public - procedure Generate(ACompiler: TCompiler); override; - procedure GenerateDT(ACompiler: TCompiler); override; + constructor Create; override; + procedure Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); override; + procedure GenerateRC(ACompiler: TCompiler; const AFlags: TGenerateFlags); override; end; implementation -uses DModule; +uses + SysUtils; + +const + Delphi_Native_Ifdef_Windows_In_Contains = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Ifdef_Rtl_2 = Delphi_Native_Ifdef_Rtl - [ctDelphiXE2..ctDelphiXE3]; + Delphi_Native_Define_Windows_Before_Contains = Delphi_Native_Ifdef_Windows_In_Contains; { TPackageProtocols } -procedure TPackageProtocols.Generate(ACompiler: TCompiler); +constructor TPackageProtocols.Create; begin inherited; - FName := 'IndyProtocols' + GCompilerID[Compiler]; - FDesc := 'Protocols'; - GenHeader; - GenOptions; + FOutputSubDir := 'Lib\Protocols'; +end; + +procedure TPackageProtocols.Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); +var + LFlags: TGenerateFlags; +begin + LFlags := AFlags; + if (LFlags * [gfRunTime, gfDesignTime]) = [] then begin + Include(LFlags, gfRunTime); + end; + + if gfRunTime in LFlags then begin + FName := 'IndyProtocols' + GCompilerID[ACompiler]; + FDesc := 'Protocols'; + FExt := '.dpk'; + inherited Generate(ACompiler, LFlags - [gfDesignTime]); + WriteFile; + end; + + if gfDesignTime in LFlags then begin + FName := 'dclIndyProtocols' + GCompilerID[ACompiler]; + FDesc := 'Protocols Design Time'; + FExt := '.dpk'; + inherited Generate(ACompiler, LFlags - [gfRunTime]); + WriteFile; + end; +end; + +// TODO: make the options configurable... +procedure TPackageProtocols.GenOptions; +const + Delphi_Native_Align8 = Delphi_Native - [Delphi_Native_Lowest..ctDelphi13] + [ctDelphi2005]; + Delphi_OmittedOptions_DT = [Delphi_Native_Lowest..ctDelphiXE, ctKylix3] - [ctDelphi8Net]; + Delphi_OmittedOptions_RT = [Delphi_Native_Lowest..ctDelphiXE, ctKylix3]; + Delphi_Native_Ifdef_ImplicitBuilding = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Force_DebugInfo_Off = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE7]; + Delphi_Native_Force_Optimization_Off = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Force_OverflowChecks_Off = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Force_RangeChecks_Off = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Force_StackFrames_On = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Define_DebugRelease = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Define_Ver = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE3]; + Delphi_Force_ImplicitBuild_Off_DT = Delphi_Native - [Delphi_Native_Lowest..ctDelphiSydney] + [ctDelphi8Net]; + Delphi_Force_ImplicitBuild_Off_RT = [ctDelphiXE4..ctDelphiTokyo]; + + function OnOrOff(const AForceOff, AForceOn: TCompilers; const ADefault: Boolean): string; + begin + if FCompiler in AForceOff then begin + Result := 'OFF'; + end + else if FCompiler in AForceOn then begin + Result := 'ON'; + end + else begin + Result := iif(ADefault, 'ON', 'OFF'); + end; + end; + +begin Code(''); - Code('requires'); - if ACompiler in DelphiNet then begin - Code('Borland.Delphi,'); - Code('Borland.VclRtl,'); - end - else if ACompiler = ctDelphi5 then begin - Code(' Vcl50,'); + if FCompiler in Delphi_DotNet then begin + Code('{$ALIGN 0}'); end else begin - Code(' rtl,'); + Code('{$R *.res}'); + if FCompiler in Delphi_Native_Ifdef_ImplicitBuilding then begin + Code('{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}'); + end; + if FCompiler in Delphi_Native_Align8 then begin + Code('{$ALIGN 8}'); + end; end; - Code(' IndySystem' + GCompilerID[Compiler] + ','); - Code(' IndyCore' + GCompilerID[Compiler] + ';'); - GenContains; - //back door for embedding version information into an assembly - //without having to do anything to the package directly. - if ACompiler in DelphiNet then - begin - Code('{$I IdProtocols90ASM90.inc}'); + if FDesignTime then begin + if not (FCompiler in Delphi_OmittedOptions_DT) then begin + Code('{$ASSERTIONS ON}'); + end; + end else begin + if not (FCompiler in Delphi_OmittedOptions_RT) then begin + Code('{$ASSERTIONS ON}'); + end; + end; + Code('{$BOOLEVAL OFF}'); + if FDesignTime then begin + if not (FCompiler in Delphi_OmittedOptions_DT) then begin + Code('{$DEBUGINFO ' + OnOrOff(Delphi_Native_Force_DebugInfo_Off, [], FDebug) + '}'); + end; + end else begin + if not (FCompiler in Delphi_OmittedOptions_RT) then begin + Code('{$DEBUGINFO ' + OnOrOff(Delphi_Native_Force_DebugInfo_Off, [], FDebug) + '}'); + end; + end; + Code('{$EXTENDEDSYNTAX ON}'); + Code('{$IMPORTEDDATA ON}'); + if FDesignTime then begin + if not (FCompiler in Delphi_OmittedOptions_DT) then begin + Code('{$IOCHECKS ON}'); + end; + end else begin + if not (FCompiler in Delphi_OmittedOptions_RT) then begin + Code('{$IOCHECKS ON}'); + end; + end; + Code('{$LOCALSYMBOLS ' + OnOrOff([], [], FDebug) + '}'); + Code('{$LONGSTRINGS ON}'); + Code('{$OPENSTRINGS ON}'); + Code('{$OPTIMIZATION ' + OnOrOff(Delphi_Native_Force_Optimization_Off, [], FDebug) +'}'); + if FDesignTime then begin + if not (FCompiler in Delphi_OmittedOptions_DT) then begin + Code('{$OVERFLOWCHECKS ' + OnOrOff(Delphi_Native_Force_OverflowChecks_Off, [], FDebug) + '}'); + Code('{$RANGECHECKS ' + OnOrOff(Delphi_Native_Force_RangeChecks_Off, [], FDebug) + '}'); + end; + end else begin + if not (FCompiler in Delphi_OmittedOptions_RT) then begin + Code('{$OVERFLOWCHECKS ' + OnOrOff(Delphi_Native_Force_OverflowChecks_Off, [], FDebug) + '}'); + Code('{$RANGECHECKS ' + OnOrOff(Delphi_Native_Force_RangeChecks_Off, [], FDebug) + '}'); + end; + end; + Code('{$REFERENCEINFO ' + OnOrOff([], [], FDebug) + '}'); + Code('{$SAFEDIVIDE OFF}'); + Code('{$STACKFRAMES ' + OnOrOff([], Delphi_Native_Force_StackFrames_On, not FDebug) + '}'); + Code('{$TYPEDADDRESS OFF}'); + Code('{$VARSTRINGCHECKS ON}'); + Code('{$WRITEABLECONST OFF}'); + Code('{$MINENUMSIZE 1}'); + Code('{$IMAGEBASE $400000}'); + if FCompiler in Delphi_Native_Define_DebugRelease then begin + Code('{$DEFINE ' + iif(FDebug, 'DEBUG', 'RELEASE') + '}'); + end; + if FCompiler in Delphi_Native_Define_Ver then begin + Code('{$DEFINE VER' + GCompilerVer[FCompiler] + '}'); + end; + if FCompiler in Delphi_Native_Ifdef_ImplicitBuilding then begin + Code('{$ENDIF IMPLICITBUILDING}'); + end; + Code('{$DESCRIPTION ''Indy ' + FVersion + TrimRight(' ' + FDesc) + '''}'); + Code(iif(FDesignTime, '{$DESIGNONLY}', '{$RUNONLY}')); + if FDesignTime then begin + Code('{$IMPLICITBUILD ' + OnOrOff(Delphi_Force_ImplicitBuild_Off_DT, [], True) + '}'); + end else begin + Code('{$IMPLICITBUILD ' + OnOrOff(Delphi_Force_ImplicitBuild_Off_RT, [], True) + '}'); end; - WriteFile(DM.OutputPath + '\Lib\Protocols\'); end; -procedure TPackageProtocols.GenerateDT(ACompiler: TCompiler); +procedure TPackageProtocols.GenPreRequiresClause; +begin + if not FDesignTime then begin + if (FCompiler in Delphi_Native_Ifdef_Rtl) or + (FCompiler in Delphi_Native_Ifdef_Windows_In_Contains) then + begin + Code(''); + Code('// RLebeau: cannot use IdCompilerDefines.inc here!'); + end; + end; +end; + +procedure TPackageProtocols.GenRequires; begin - inherited; - FName := 'dclIndyProtocols' + GCompilerID[Compiler]; - FDesc := 'Protocols Design Time'; - GenHeader; - GenOptions(True); Code(''); + if (not FDesignTime) and (FCompiler in Delphi_Native_Ifdef_Rtl_2) then begin + Code('{$DEFINE HAS_PKG_RTL}'); + code('{$IFDEF NEXTGEN}'); + Code(' {$IFDEF IOS}'); + Code(' // there is no RTL package available for iOS'); + Code(' {$UNDEF HAS_PKG_RTL}'); + Code(' {$ENDIF}'); + Code('{$ENDIF}'); + Code(''); + end; Code('requires'); - if ACompiler in DelphiNet then - begin - Code(' System.Windows.Forms,'); - Code(' Borland.Studio.Vcl.Design,'); - end - else if ACompiler = ctDelphi5 then - begin - Code(' Vcl50,'); + if FDesignTime then begin + if FCompiler in Delphi_DotNet then + begin + Code(' System.Windows.Forms,'); + Code(' Borland.Studio.Vcl.Design,'); + end + else if FCompiler = ctDelphi4 then + begin + Code(' Vcl40,'); + end + else if FCompiler = ctDelphi5 then + begin + Code(' Vcl50,'); + end else + begin + if FCompiler in [ctDelphi6, ctDelphi7] then + begin + Code(' vcl,'); + end; + Code(' designide,'); + end; + Code(' IndyProtocols' + GCompilerID[FCompiler] + ','); + Code(' IndySystem' + GCompilerID[FCompiler] + ','); + Code(' IndyCore' + GCompilerID[FCompiler] + ','); + Code(' dclIndyCore' + GCompilerID[FCompiler] + ';'); end else begin - if ACompiler in [ctDelphi6, ctDelphi7] then + if FCompiler in Delphi_DotNet then begin + Code(' Borland.Delphi,'); + Code(' Borland.VclRtl,'); + end + else if FCompiler = ctDelphi4 then begin + //Code(' Vcl40,'); + end + else if FCompiler = ctDelphi5 then begin + //Code(' Vcl50,'); + end else begin - Code(' vcl,'); + if FCompiler in Delphi_Native_Ifdef_Rtl_2 then begin + Code(' {$IFDEF HAS_PKG_RTL}'); + end + else if FCompiler = ctDelphiXE3 then begin + Code(' {$IFNDEF NEXTGEN}'); + end; + Code(' rtl,'); + if (FCompiler in Delphi_Native_Ifdef_Rtl_2) or + (FCompiler = ctDelphiXE3) then + begin + Code(' {$ENDIF}'); + end; end; - Code(' designide,'); + Code(' IndySystem' + GCompilerID[FCompiler] + ','); + Code(' IndyCore' + GCompilerID[FCompiler] + ';'); end; - Code(' IndyProtocols' + GCompilerID[Compiler] + ','); - Code(' IndySystem' + GCompilerID[Compiler] + ','); - Code(' IndyCore' + GCompilerID[Compiler] + ','); - Code(' dclIndyCore' + GCompilerID[Compiler] + ';'); - GenContains; - //back door for embedding version information into an assembly - //without having to do anything to the package directly. - if ACompiler in DelphiNet then +end; + +procedure TPackageProtocols.GenPreContainsClause; +begin + if (not FDesignTime) and + (FCompiler in Delphi_Native_Define_Windows_Before_Contains) then begin - Code('{$I IddclProtocols90ASM90.inc}'); + Code('{$IFNDEF WINDOWS}'); + Code(' {$IFDEF MSWINDOWS}'); + Code(' {$DEFINE WINDOWS}'); + Code(' {$ENDIF}'); + Code('{$ENDIF}'); + Code(''); + end; +end; + +procedure TPackageProtocols.GenPreContainsFile(const AUnit: string); +begin + if FCompiler in Delphi_Native_Ifdef_Windows_In_Contains then begin + if SameText(AUnit, 'IdAuthenticationSSPI') or + SameText(AUnit, 'IdSSPI') then + begin + Code(' {$IFDEF WINDOWS}'); + end; end; - WriteFile(DM.OutputPath + '\Lib\Protocols\'); +end; + +procedure TPackageProtocols.GenPostContainsFile(const AUnit: string; const AIsLastFile: Boolean); +begin + if FCompiler in Delphi_Native_Ifdef_Windows_In_Contains then begin + if SameText(AUnit, 'IdAuthenticationSSPI') or + SameText(AUnit, 'IdSSPI') then + begin + inherited GenPostContainsFile(AUnit, AIsLastFile); + Code(' {$ENDIF}'); + Exit; + end; + end; + inherited GenPostContainsFile(AUnit, AIsLastFile); +end; + +procedure TPackageProtocols.GenFooter; +begin + if FCompiler in Delphi_DotNet then begin + //back door for embedding version information into an assembly + //without having to do anything to the package directly. + Code(iif(FDesignTime, '{$I IddclProtocols90ASM90.inc}', '{$I IdProtocols90ASM90.inc}')); + end; + inherited GenFooter; +end; + +procedure TPackageProtocols.GenerateRC(ACompiler: TCompiler; const AFlags: TGenerateFlags); +var + LFlags: TGenerateFlags; +begin + LFlags := AFlags; + if (LFlags * [gfRunTime, gfDesignTime]) = [] then begin + Include(LFlags, gfRunTime); + end; + + if gfRunTime in LFlags then begin + FName := 'IndyProtocols' + GCompilerID[ACompiler]; + FDesc := 'Protocols Run-Time'; + + FExt := '.rc.tmpl'; + inherited GenerateRC(ACompiler, AFlags - [gfDesignTime] + [gfTemplate]); + WriteFile; + + FExt := '.rc'; + inherited GenerateRC(ACompiler, AFlags - [gfDesignTime, gfTemplate]); + WriteFile; + end; + + if gfDesignTime in AFlags then begin + FName := 'dclIndyProtocols' + GCompilerID[ACompiler]; + FDesc := 'Protocols Design-Time'; + + FExt := '.rc.tmpl'; + inherited GenerateRC(ACompiler, AFlags - [gfRunTime] + [gfTemplate]); + WriteFile; + + FExt := '.rc'; + inherited GenerateRC(ACompiler, AFlags - [gfRunTime, gfTemplate]); + WriteFile; + end; +end; + +procedure TPackageProtocols.GenResourceScript; +begin + inherited GenResourceScript; + WriteFile; end; end. diff --git a/Builder/Package Generator/PackageSecurity.pas b/Builder/Package Generator/PackageSecurity.pas index 64f45e847..c2921bb8b 100644 --- a/Builder/Package Generator/PackageSecurity.pas +++ b/Builder/Package Generator/PackageSecurity.pas @@ -32,9 +32,12 @@ interface type TPackageSecurity = class(TPackage) + protected + procedure GenRequires; override; + procedure GenFooter; override; public - procedure Generate(ACompiler: TCompiler); override; - procedure GenerateDT(ACompiler: TCompiler); override; + constructor Create; override; + procedure Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); override; end; implementation @@ -44,64 +47,52 @@ implementation { TPackageSecurity } -procedure TPackageSecurity.Generate(ACompiler: TCompiler); +constructor TPackageSecurity.Create; begin - if not (ACompiler in DelphiNet) then - begin - Exit; - end; inherited; - FName := 'IndySecurity' + GCompilerID[Compiler]; - FDesc := 'Security'; - GenHeader; - GenOptions; - Code(''); - Code('requires'); - Code(' Borland.Delphi,'); - Code(' Borland.VclRtl,'); - Code(' IndySystem' + GCompilerID[Compiler] + ','); - Code(' IndyCore' + GCompilerID[Compiler] + ','); - Code(' IndyProtocols'+ GCompilerID[Compiler] + ','); - Code(' Mono.Security,'); - Code(' System,'); - Code(' System.Data,'); - Code(' System.XML;'); - GenContains; - //back door for embedding version information into an assembly - //without having to do anything to the package directly. - Code('{$I IdSecurity90ASM90.inc}'); - WriteFile(DM.OutputPath + '\Lib\Security\'); + FOutputSubDir := 'Lib\Security'; end; -procedure TPackageSecurity.GenerateDT(ACompiler: TCompiler); +procedure TPackageSecurity.Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); begin - if not (ACompiler in DelphiNet) then - begin - Exit; - end; - inherited; - FName := 'dclIndySecurity' + GCompilerID[Compiler]; + if not (ACompiler in Delphi_DotNet) then Exit; + FName := iif(gfDesignTime in AFlags, 'dcl', '') + 'IndySecurity' + GCompilerID[ACompiler]; FDesc := 'Security'; - GenHeader; - GenOptions(True); + FExt := '.dpk'; + inherited Generate(ACompiler, AFlags); + WriteFile; +end; + +procedure TPackageSecurity.GenRequires; +begin Code(''); Code('requires'); - Code(' Borland.Studio.Vcl.Design,'); - Code(' IndySystem' + GCompilerID[Compiler] + ','); - Code(' IndyCore' + GCompilerID[Compiler] + ','); - Code(' IndyProtocols'+ GCompilerID[Compiler] + ','); - Code(' IndySecurity'+ GCompilerID[Compiler] + ','); - Code(' dclIndyCore' + GCompilerID[Compiler]+','); - Code(' dclIndyProtocols' + GCompilerID[Compiler]+','); + if FDesignTime then begin + Code(' Borland.Studio.Vcl.Design,'); + end else begin + Code(' Borland.Delphi,'); + Code(' Borland.VclRtl,'); + end; + Code(' IndySystem' + GCompilerID[FCompiler] + ','); + Code(' IndyCore' + GCompilerID[FCompiler] + ','); + Code(' IndyProtocols'+ GCompilerID[FCompiler] + ','); + if FDesignTime then begin + Code(' IndySecurity'+ GCompilerID[FCompiler] + ','); + Code(' dclIndyCore' + GCompilerID[FCompiler]+','); + Code(' dclIndyProtocols' + GCompilerID[FCompiler]+','); + end; Code(' Mono.Security,'); Code(' System,'); Code(' System.Data,'); Code(' System.XML;'); - GenContains; +end; + +procedure TPackageSecurity.GenFooter; +begin //back door for embedding version information into an assembly //without having to do anything to the package directly. - Code('{$I IddclSecurity90ASM90.inc}'); - WriteFile(DM.OutputPath + '\Lib\Security\'); + Code(iif(FDesignTime, '{$I IddclSecurity90ASM90.inc}', '{$I IdSecurity90ASM90.inc}')); + inherited GenFooter; end; end. diff --git a/Builder/Package Generator/PackageSuperCore.pas b/Builder/Package Generator/PackageSuperCore.pas index 93b171568..5212f4230 100644 --- a/Builder/Package Generator/PackageSuperCore.pas +++ b/Builder/Package Generator/PackageSuperCore.pas @@ -42,31 +42,39 @@ interface type TPackageSuperCore = class(TPackage) + protected + procedure GenRequires; override; public - procedure Generate(ACompiler: TCompiler); override; + constructor Create; override; + procedure Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); override; end; implementation -uses - DModule; - { TPackageSuperCore } -procedure TPackageSuperCore.Generate(ACompiler: TCompiler); +constructor TPackageSuperCore.Create; begin inherited; - FName := 'IndySuperCore' + GCompilerID[Compiler]; + FOutputSubDir := 'Lib\SuperCore'; +end; + +procedure TPackageSuperCore.Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); +begin + FName := 'IndySuperCore' + GCompilerID[ACompiler]; FDesc := 'SuperCore'; - GenHeader; - GenOptions; + FExt := '.dpk'; + inherited Generate(ACompiler, AFlags - [gfDesignTime]); + WriteFile; +end; + +procedure TPackageSuperCore.GenRequires; +begin Code(''); Code('requires'); Code(' rtl,'); - Code(' IndySystem' + GCompilerID[Compiler] + ','); - Code(' IndyCore' + GCompilerID[Compiler] + ';'); - GenContains; - WriteFile(DM.OutputPath + '\Lib\SuperCore\'); + Code(' IndySystem' + GCompilerID[FCompiler] + ','); + Code(' IndyCore' + GCompilerID[FCompiler] + ';'); end; end. diff --git a/Builder/Package Generator/PackageSystem.pas b/Builder/Package Generator/PackageSystem.pas index 1bf7534c2..43bade077 100644 --- a/Builder/Package Generator/PackageSystem.pas +++ b/Builder/Package Generator/PackageSystem.pas @@ -50,45 +50,290 @@ interface type TPackageSystem = class(TPackage) + protected + procedure GenOptions; override; + procedure GenPreRequiresClause; override; + procedure GenRequires; override; + procedure GenPreContainsClause; override; + procedure GenPreContainsFile(const AUnit: string); override; + procedure GenPostContainsFile(const AUnit: string; const AIsLastFile: Boolean); override; + function IgnoreContainsFile(const AUnit: string): Boolean; override; + procedure GenFooter; override; + procedure GenResourceScript; override; public - procedure Generate(ACompiler: TCompiler); override; + constructor Create; override; + procedure Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); override; + procedure GenerateRC(ACompiler: TCompiler; const AFlags: TGenerateFlags); override; end; implementation uses - DModule; + DModule, SysUtils; -{ TPackageD7Core } +const + Delphi_Native_Ifdef_Windows_In_Contains = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Define_Windows_Before_Requires = [ctDelphiXE8..ctDelphiTokyo]; + Delphi_Native_Ifdef_Requires = Delphi_Native_Ifdef_Rtl - Delphi_Native_Define_Windows_Before_Requires; + Delphi_Native_Define_Windows_Before_Contains = Delphi_Native_Ifdef_Windows_In_Contains - Delphi_Native_Define_Windows_Before_Requires; + Delphi_Native_Ifdef_Fmx = Delphi_Native_Define_Windows_Before_Requires; -procedure TPackageSystem.Generate(ACompiler: TCompiler); +{ TPackageSystem } + +constructor TPackageSystem.Create; begin inherited; - FName := 'IndySystem' + GCompilerID[Compiler]; + FOutputSubDir := 'Lib\System'; +end; + +procedure TPackageSystem.Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); +begin + FName := 'IndySystem' + GCompilerID[ACompiler]; FDesc := 'System'; - GenHeader; - GenOptions; + FExt := '.dpk'; + inherited Generate(ACompiler, AFlags - [gfDesignTime]); + WriteFile; +end; + +// TODO: make the options configurable... +procedure TPackageSystem.GenOptions; +const + Delphi_Native_Align8 = Delphi_Native - [Delphi_Native_Lowest..ctDelphi13] + [ctDelphi2005]; + Delphi_OmittedOptions = [Delphi_Native_Lowest..ctDelphiXE, ctKylix3] - [ctDelphi8Net]; + Delphi_Native_Ifdef_ImplicitBuilding = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Force_DebugInfo_Off = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE7]; + Delphi_Native_Force_Optimization_On = [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Force_Optimization_Off = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Force_OverflowChecks_Off = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Force_RangeChecks_Off = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Force_StackFrames_Off = Delphi_Native - [ctDelphiXE2..Delphi_Native_Highest] + Delphi_DotNet + [ctKylix3]; + Delphi_Native_Force_StackFrames_On = Delphi_Native - [Delphi_Native_Lowest..ctDelphiXE]; + Delphi_Native_Define_DebugRelease = [ctDelphiXE2..ctDelphiSydney]; + Delphi_Native_Define_Ver = [ctDelphiXE4..ctDelphiSydney]; + Delphi_Force_ImplicitBuild_Off = [ctDelphiXE4..ctDelphiTokyo, ctDelphi8Net]; + + function OnOrOff(const AForceOff, AForceOn: TCompilers; const ADefault: Boolean): string; + begin + if FCompiler in AForceOff then begin + Result := 'OFF'; + end + else if FCompiler in AForceOn then begin + Result := 'ON'; + end + else begin + Result := iif(ADefault, 'ON', 'OFF'); + end; + end; + +begin + Code(''); + if FCompiler in Delphi_DotNet then begin + Code('{$ALIGN 0}'); + end else begin + Code('{$R *.res}'); + if FCompiler in Delphi_Native_Ifdef_ImplicitBuilding then begin + Code('{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}'); + end; + if FCompiler in Delphi_Native_Align8 then begin + Code('{$ALIGN 8}'); + end; + end; + if not (FCompiler in Delphi_OmittedOptions) then begin + Code('{$ASSERTIONS ON}'); + end; + Code('{$BOOLEVAL OFF}'); + if not (FCompiler in Delphi_OmittedOptions) then begin + Code('{$DEBUGINFO ' + OnOrOff(Delphi_Native_Force_DebugInfo_Off, [], FDebug) + '}'); + end; + Code('{$EXTENDEDSYNTAX ON}'); + Code('{$IMPORTEDDATA ON}'); + if not (FCompiler in Delphi_OmittedOptions) then begin + Code('{$IOCHECKS ON}'); + end; + Code('{$LOCALSYMBOLS ON}'); + Code('{$LONGSTRINGS ON}'); + Code('{$OPENSTRINGS ON}'); + Code('{$OPTIMIZATION ' + OnOrOff(Delphi_Native_Force_Optimization_Off, Delphi_Native_Force_Optimization_On, FDebug) + '}'); + if not (FCompiler in Delphi_OmittedOptions) then begin + Code('{$OVERFLOWCHECKS ' + OnOrOff(Delphi_Native_Force_OverflowChecks_Off, [], FDebug) + '}'); + Code('{$RANGECHECKS ' + OnOrOff(Delphi_Native_Force_RangeChecks_Off, [], FDebug) + '}'); + end; + Code('{$REFERENCEINFO ON}'); + Code('{$SAFEDIVIDE OFF}'); + Code('{$STACKFRAMES ' + OnOrOff(Delphi_Native_Force_StackFrames_Off, Delphi_Native_Force_StackFrames_On, {not} FDebug) + '}'); + Code('{$TYPEDADDRESS OFF}'); + Code('{$VARSTRINGCHECKS ON}'); + Code('{$WRITEABLECONST OFF}'); + Code('{$MINENUMSIZE 1}'); + Code('{$IMAGEBASE $400000}'); + if FCompiler in Delphi_Native_Define_DebugRelease then begin + Code('{$DEFINE ' + iif(FDebug, 'DEBUG', 'RELEASE') + '}'); + end; + if FCompiler in Delphi_Native_Define_Ver then begin + Code('{$DEFINE VER' + GCompilerVer[FCompiler] + '}'); + end; + if FCompiler in Delphi_Native_Ifdef_ImplicitBuilding then begin + Code('{$ENDIF IMPLICITBUILDING}'); + end; + Code('{$DESCRIPTION ''Indy ' + FVersion + TrimRight(' ' + FDesc) + '''}'); + Code(iif(FDesignTime, '{$DESIGNONLY}', '{$RUNONLY}')); + Code('{$IMPLICITBUILD ' + OnOrOff(Delphi_Force_ImplicitBuild_Off, [], True) + '}'); +end; + +procedure TPackageSystem.GenPreRequiresClause; +begin + if (FCompiler in Delphi_Native_Ifdef_Rtl) or + (FCompiler in Delphi_Native_Ifdef_Windows_In_Contains) then + begin + Code(''); + Code('// RLebeau: cannot use IdCompilerDefines.inc here!'); + end; + if FCompiler in Delphi_Native_Define_Windows_Before_Requires then begin + Code(''); + Code('{$IFNDEF WINDOWS}'); + Code(' {$IFDEF MSWINDOWS}'); + Code(' {$DEFINE WINDOWS}'); + Code(' {$ENDIF}'); + Code('{$ENDIF}') + end; +end; + +procedure TPackageSystem.GenRequires; +begin Code(''); + if FCompiler in Delphi_Native_Ifdef_Requires then begin + if FCompiler in Delphi_Native_Ifdef_Rtl_CheckIOS then begin + Code('{$DEFINE HAS_PKG_RTL}'); + code('{$IFDEF NEXTGEN}'); + Code(' {$IFDEF IOS}'); + Code(' // there is no RTL package available for iOS'); + Code(' {$UNDEF HAS_PKG_RTL}'); + Code(' {$ENDIF}'); + Code('{$ENDIF}'); + Code(''); + Code('{$IFDEF HAS_PKG_RTL}'); + end else begin + Code('{$IFNDEF NEXTGEN}'); + end; + end; Code('requires'); - if ACompiler in DelphiNet then begin + if FCompiler in Delphi_DotNet then begin Code(' Borland.Delphi,'); Code(' Borland.VclRtl;'); end - else if ACompiler = ctDelphi5 then begin + else if FCompiler = ctDelphi4 then begin + Code(' Vcl40;'); + end + else if FCompiler = ctDelphi5 then begin Code(' Vcl50;'); - end else - begin + end + else if FCompiler in Delphi_Native_Ifdef_Fmx then begin + Code(' rtl'); + Code(' {$IFNDEF WINDOWS}'); + Code(' , fmx'); + Code(' {$ENDIF}'); + Code(' ;'); + end + else begin Code(' rtl;'); end; - GenContains; - if ACompiler in DelphiNet then - begin - //back door for embedding version information into an assembly - //without having to do anything to the package directly. + if FCompiler in Delphi_Native_Ifdef_Requires then begin + Code('{$ENDIF}'); + end; +end; + +procedure TPackageSystem.GenPreContainsClause; +begin + if FCompiler in Delphi_Native_Define_Windows_Before_Contains then begin + Code('{$IFNDEF WINDOWS}'); + Code(' {$IFDEF MSWINDOWS}'); + Code(' {$DEFINE WINDOWS}'); + Code(' {$ENDIF}'); + Code('{$ENDIF}'); + Code(''); + end; +end; + +procedure TPackageSystem.GenPreContainsFile(const AUnit: string); +begin + if FCompiler in Delphi_Native_Ifdef_Windows_In_Contains then begin + if SameText(AUnit, 'IdResourceStringsUnix') then begin + Code(' {$IFNDEF WINDOWS}'); + end + else if SameText(AUnit, 'IdStackWindows') or + SameText(AUnit, 'IdWinsock2') then + begin + Code(' {$IFDEF WINDOWS}'); + end + else if SameText(AUnit, 'IdStackVCLPosix') or + SameText(AUnit, 'IdVCLPosixSupplemental') then + begin + Code(' {$ELSE}'); + end; + end; +end; + +procedure TPackageSystem.GenPostContainsFile(const AUnit: string; const AIsLastFile: Boolean); +begin + if FCompiler in Delphi_Native_Ifdef_Windows_In_Contains then begin + if SameText(AUnit, 'IdResourceStringsVCLPosix') or + SameText(AUnit, 'IdStackVCLPosix') then + begin + inherited GenPostContainsFile(AUnit, AIsLastFile); + Code(' {$ENDIF}'); + Exit; + end; + if SameText(AUnit, 'IdVCLPosixSupplemental') then + begin + Code(' {$ENDIF}'); + Code(' '); + end + else if SameText(AUnit, 'IdWship6') then begin + Exit; + end; + end; + inherited GenPostContainsFile(AUnit, AIsLastFile); +end; + +function TPackageSystem.IgnoreContainsFile(const AUnit: string): Boolean; +begin + if FCompiler in Delphi_NoVCLPosix then begin + // can't use Ini.ReadBool() because it only handles '0'/'1', not 'False'/'True' + //Result := DM.Ini.ReadBool(AUnit, 'VCLPosix', False); + Result := StrToBoolDef(DM.Ini.ReadString(AUnit, 'VCLPosix', ''), False); + if Result then Exit; + end; + Result := inherited IgnoreContainsFile(AUnit); +end; +procedure TPackageSystem.GenFooter; +begin + if FCompiler in Delphi_DotNet then begin + //back door for embedding version information into an assembly + //without having to do anything to the package directly. Code('{$I IdSystem90ASM90.inc}'); end; - WriteFile(DM.OutputPath + '\Lib\System\'); + inherited GenFooter; +end; + +procedure TPackageSystem.GenerateRC(ACompiler: TCompiler; const AFlags: TGenerateFlags); +begin + FName := 'IndySystem' + GCompilerID[ACompiler]; + FDesc := 'System Run-Time'; + + FExt := '.rc.tmpl'; + inherited GenerateRC(ACompiler, AFlags - [gfDesignTime] + [gfTemplate]); + WriteFile; + + FExt := '.rc'; + inherited GenerateRC(ACompiler, AFlags - [gfDesignTime, gfTemplate]); + WriteFile; +end; + +procedure TPackageSystem.GenResourceScript; +begin + inherited GenResourceScript; + WriteFile; end; end. diff --git a/Builder/Package Generator/PackageVersInc.pas b/Builder/Package Generator/PackageVersInc.pas new file mode 100644 index 000000000..6743a8599 --- /dev/null +++ b/Builder/Package Generator/PackageVersInc.pas @@ -0,0 +1,287 @@ +{ + $Project$ + $Workfile$ + $Revision$ + $DateUTC$ + $Id$ + + This file is part of the Indy (Internet Direct) project, and is offered + under the dual-licensing agreement described on the Indy website. + (http://www.indyproject.org/) + + Copyright: + (c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All rights reserved. +} +{ + $Log$ +} +{ +{ Rev 1.0 1/24/2024 6:25:00 PM RLebeau +{ IdVers.inc generation. +} +unit PackageVersInc; + +interface + +uses + Package; + +type + TVersInc = class(TPackage) + private + FProductVersion: string; + procedure GenIdVers; + procedure GenAsmVers; + procedure GenAsmInfo; + public + constructor Create; override; + procedure Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); override; + end; + +implementation + +uses + Classes, SysUtils, DateUtils, DModule; + +{ TVersInc } + +constructor TVersInc.Create; +begin + inherited; + FExt := '.inc'; + FProductVersion := Format('%d.%d.%d', [IndyVersion_Major, IndyVersion_Minor, IndyVersion_Patch]); +end; + +procedure TVersInc.Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); +begin + FCompiler := ACompiler; + FDesignTime := False; + FTemplate := False; + + if gfTemplate in AFlags then begin + FTemplate := True; + + FName := 'IdVers'; + FExt := '.inc.tmpl'; + GenIdVers; + FOutputSubDir := 'Lib\System'; + WriteFile; + FOutputSubDir := 'Lib\FCL'; + WriteFile; + + FTemplate := False; + FExt := '.inc'; + end; + + if gfRunTime in AFlags then begin + FDesignTime := False; + + FName := 'IdVers'; + GenIdVers; + FOutputSubDir := 'Lib\System'; + WriteFile; + FOutputSubDir := 'Lib\FCL'; + WriteFile; + + FName := 'IdSystem90ASM90'; + FDesc := 'System Run-Time'; + GenAsmVers; + FOutputSubDir := 'Lib\System'; + WriteFile; + + FName := 'IdCore90ASM90'; + FDesc := 'Core Run-Time'; + GenAsmVers; + FOutputSubDir := 'Lib\Core'; + WriteFile; + + FName := 'IdProtocols90ASM90'; + FDesc := 'Protocols Run-Time'; + GenAsmVers; + FOutputSubDir := 'Lib\Protocols'; + WriteFile; + + FName := 'IdSecurity90ASM90'; + FDesc := 'Security Run-Time'; + GenAsmVers; + FOutputSubDir := 'Lib\Security'; + WriteFile; + + // Why is the above file also in the Protocols directory??? + FOutputSubDir := 'Lib\Protocols'; + WriteFile; + + FName := 'IdAssemblyInfo'; + FDesc := ''; + FOutputSubDir := 'Lib\System'; + GenAsmInfo; + WriteFile; + end; + + if gfDesignTime in AFlags then begin + FDesignTime := True; + + FName := 'IddclCore90ASM90'; + FDesc := 'Core Design-Time'; + GenAsmVers; + FOutputSubDir := 'Lib\Core'; + WriteFile; + + FName := 'IddclProtocols90ASM90'; + FDesc := 'Protocols Design-Time'; + GenAsmVers; + FOutputSubDir := 'Lib\Protocols'; + WriteFile; + + FName := 'IddclSecurity90ASM90'; + FDesc := 'Security Design-Time'; + GenAsmVers; + FOutputSubDir := 'Lib\Security'; + WriteFile; + end; +end; + +procedure TVersInc.GenIdVers; +var + FileVersion : string; + TemplateStr: String; +begin + FCode.Clear; + + TemplateStr := iif(FTemplate, '$WCREV$', '0'); + FileVersion := FProductVersion + '.' + TemplateStr; + + Code(' gsIdVersionMajor = ' + IntToStr(IndyVersion_Major) + ';'); + Code(' {$NODEFINE gsIdVersionMajor}'); + Code(' gsIdVersionMinor = ' + IntToStr(IndyVersion_Minor) + ';'); + Code(' {$NODEFINE gsIdVersionMinor}'); + Code(' gsIdVersionRelease = ' + IntToStr(IndyVersion_Patch) + ';'); + Code(' {$NODEFINE gsIdVersionRelease}'); + Code(' gsIdVersionBuild = ' + TemplateStr + ';'); + Code(' {$NODEFINE gsIdVersionBuild}'); + Code(''); + Code(' (*$HPPEMIT ''#define gsIdVersionMajor ' + IntToStr(IndyVersion_Major) + '''*)'); + Code(' (*$HPPEMIT ''#define gsIdVersionMinor ' + IntToStr(IndyVersion_Minor) + '''*)'); + Code(' (*$HPPEMIT ''#define gsIdVersionRelease ' + IntToStr(IndyVersion_Patch) + '''*)'); + Code(' (*$HPPEMIT ''#define gsIdVersionBuild ' + TemplateStr + '''*)'); + Code(' (*$HPPEMIT ''''*)'); + Code(''); + Code(' gsIdVersion = ''' + FileVersion + '''; {do not localize}'); + Code(' gsIdProductName = ''Indy''; {do not localize}'); + Code(' gsIdProductVersion = ''' + FProductVersion + '''; {do not localize}'); +end; + +procedure TVersInc.GenAsmVers; +begin + FCode.Clear; + + Code('[assembly: AssemblyDescription(''Internet Direct (Indy) ' + FProductVersion + ' ' + FDesc + ' Package for Borland Developer Studio'')]'); + Code('[assembly: AssemblyConfiguration('''')]'); + Code('[assembly: AssemblyCompany(''Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew'')]'); + Code('[assembly: AssemblyProduct(''Indy for Microsoft .NET Framework'')]'); + Code('[assembly: AssemblyCopyright(''Copyright © 1993 - ' + IntToStr(YearOf(Date)) + ' Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew'')]'); + Code('[assembly: AssemblyTrademark('''')]'); + Code('[assembly: AssemblyCulture('''')]'); + Code('[assembly: AssemblyTitle(''Indy .NET ' + FDesc + ' Package'')]'); + Code('[assembly: AssemblyVersion(''' + FProductVersion + '.*'')]'); + Code('[assembly: AssemblyDelaySign(false)]'); + Code('[assembly: AssemblyKeyFile('''')]'); + Code('[assembly: AssemblyKeyName('''')]'); +end; + +procedure TVersInc.GenAsmInfo; +var + LFileName, LLine: string; + Data: TStringList; + I: Integer; +begin + FCode.Clear; + + LFileName := DM.OutputPath + 'Lib\System\IdAssemblyInfo.pas'; + if FileExists(LFileName) then begin + // TStreamReader would be preferred, but its broken! + Data := TStringList.Create; + try + Data.LoadFromFile(LFileName); + for I := 0 to Data.Count-1 do begin + LLine := Data[I]; + if LLine <> 'unit IdAssemblyInfo;' then + Code(LLine) + else + Break; + end; + finally + Data.Free; + end; + end; + + Code('unit IdAssemblyInfo;'); + Code(''); + Code('interface'); + Code(''); + Code('uses'); + Code(' System.Reflection, System.Runtime.CompilerServices;'); + Code(''); + Code('//'); + Code('// General Information about an assembly is controlled through the following'); + Code('// set of attributes. Change these attribute values to modify the information'); + Code('// associated with an assembly.'); + Code('//'); + Code('[assembly: AssemblyTitle(''Indy'')]'); + Code('[assembly: AssemblyDescription(''Internet Direct (Indy) ' + FProductVersion +' for Visual Studio .NET'')]'); + Code('[assembly: AssemblyConfiguration('''')]'); + Code('[assembly: AssemblyCompany(''Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew'')]'); + Code('[assembly: AssemblyProduct(''Indy for Microsoft .NET Framework'')]'); + Code('[assembly: AssemblyCopyright(''Copyright © 1993 - ' + IntToStr(YearOf(Date)) + ' Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew'')]'); + Code('[assembly: AssemblyTrademark('''')]'); + Code('[assembly: AssemblyCulture('''')]'); + Code(''); + Code('//'); + Code('// Version information for an assembly consists of the following four values:'); + Code('//'); + Code('// Major Version'); + Code('// Minor Version'); + Code('// Build Number'); + Code('// Revision'); + Code('//'); + Code('// You can specify all the values or you can default the Revision and Build Numbers'); + Code('// by using the ''*'' as shown below:'); + Code(''); + Code('[assembly: AssemblyVersion(''' + FProductVersion + '.*'')]'); + Code(''); + Code('//'); + Code('// In order to sign your assembly you must specify a key to use. Refer to the'); + Code('// Microsoft .NET Framework documentation for more information on assembly signing.'); + Code('//'); + Code('// Use the attributes below to control which key is used for signing.'); + Code('//'); + Code('// Notes:'); + Code('// (*) If no key is specified, the assembly is not signed.'); + Code('// (*) KeyName refers to a key that has been installed in the Crypto Service'); + Code('// Provider (CSP) on your machine. KeyFile refers to a file which contains'); + Code('// a key.'); + Code('// (*) If the KeyFile and the KeyName values are both specified, the'); + Code('// following processing occurs:'); + Code('// (1) If the KeyName can be found in the CSP, that key is used.'); + Code('// (2) If the KeyName does not exist and the KeyFile does exist, the key'); + Code('// in the KeyFile is installed into the CSP and used.'); + Code('// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.'); + Code('// When specifying the KeyFile, the location of the KeyFile should be'); + Code('// relative to the project output directory which is'); + Code('// %Project Directory%\bin\. For example, if your KeyFile is'); + Code('// located in the project directory, you would specify the AssemblyKeyFile'); + Code('// attribute as [assembly: AssemblyKeyFile(''..\\..\\mykey.snk'')]'); + Code('// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework'); + Code('// documentation for more information on this.'); + Code('//'); + Code('[assembly: AssemblyDelaySignAttribute(true)]'); + Code('[assembly: AssemblyKeyFileAttribute(''Indy.snk'')]'); + Code('[assembly: AssemblyKeyName('''')]'); + Code(''); + Code('implementation'); + Code(''); + Code('end.'); +end; + +end. + diff --git a/Builder/Package Generator/PackageVisualStudio.pas b/Builder/Package Generator/PackageVisualStudio.pas index f1553342b..6c5caa651 100644 --- a/Builder/Package Generator/PackageVisualStudio.pas +++ b/Builder/Package Generator/PackageVisualStudio.pas @@ -50,19 +50,18 @@ interface type TPackageVisualStudio = class(TPackage) + protected + procedure GenHeader; override; + procedure GenOptions; override; + procedure GenContains; override; + procedure GenFooter; override; public - Debug: Boolean; - // constructor Create; override; - procedure GenHeader; override; - procedure GenOptions(ADesignTime: Boolean = False); override; - procedure Generate(ACompiler: TCompiler); override; + procedure Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); override; end; implementation -uses DModule; - { TPackageVisualStudio } constructor TPackageVisualStudio.Create; @@ -70,28 +69,16 @@ constructor TPackageVisualStudio.Create; inherited; FContainsClause := 'uses'; FExt := '.dpr'; + FOutputSubDir := 'Lib'; end; -procedure TPackageVisualStudio.Generate(ACompiler: TCompiler); +procedure TPackageVisualStudio.Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags); begin - inherited; - if Debug then begin - FName := 'Indy.SocketsDebug'; - end else begin - FName := 'Indy.Sockets'; - end; + FName := 'Indy.Sockets' + iif(gfDebug in AFlags, 'Debug', ''); FDesc := '.Net Assembly'; AddUnit('IdAssemblyInfo', 'System'); - GenHeader; - GenOptions; - if Debug then begin - GenContains(); - end else begin - GenContains('Indy.Sockets.Id', False); - end; - Code(''); - Code('begin'); - WriteFile(DM.OutputPath + '\Lib\'); + inherited Generate(ACompiler, AFlags - [gfDesignTime]); + WriteFile; end; procedure TPackageVisualStudio.GenHeader; @@ -99,7 +86,7 @@ procedure TPackageVisualStudio.GenHeader; Code('library ' + FName + ';'); end; -procedure TPackageVisualStudio.GenOptions(ADesignTime: Boolean); +procedure TPackageVisualStudio.GenOptions; begin Code(''); Code('{%DelphiDotNetAssemblyCompiler ''$(SystemRoot)\microsoft.net\framework\v1.1.4322\System.dll''}'); @@ -111,4 +98,70 @@ procedure TPackageVisualStudio.GenOptions(ADesignTime: Boolean); Code(''); end; +procedure TPackageVisualStudio.GenContains; +begin + if FDebug then begin + inherited GenContains(); + end else begin + inherited GenContains('Indy.Sockets.Id', False); + end; +end; + +procedure TPackageVisualStudio.GenFooter; +begin + Code(''); + Code(''); + Code('//'); + Code('// Version information for an assembly consists of the following four values:'); + Code('//'); + Code('// Major Version'); + Code('// Minor Version'); + Code('// Build Number'); + Code('// Revision'); + Code('//'); + Code('// You can specify all the values or you can default the Revision and Build Numbers'); + Code('// by using the ''*'' as shown below:'); + Code(''); + Code(''); + Code('//'); + Code('// In order to sign your assembly you must specify a key to use. Refer to the'); + Code('// Microsoft .NET Framework documentation for more information on assembly signing.'); + Code('//'); + Code('// Use the attributes below to control which key is used for signing.'); + Code('//'); + Code('// Notes:'); + Code('// (*) If no key is specified, the assembly is not signed.'); + Code('// (*) KeyName refers to a key that has been installed in the Crypto Service'); + Code('// Provider (CSP) on your machine. KeyFile refers to a file which contains'); + Code('// a key.'); + Code('// (*) If the KeyFile and the KeyName values are both specified, the'); + Code('// following processing occurs:'); + Code('// (1) If the KeyName can be found in the CSP, that key is used.'); + Code('// (2) If the KeyName does not exist and the KeyFile does exist, the key'); + Code('// in the KeyFile is installed into the CSP and used.'); + Code('// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.'); + Code('// When specifying the KeyFile, the location of the KeyFile should be'); + Code('// relative to the project output directory. For example, if your KeyFile is'); + Code('// located in the project directory, you would specify the AssemblyKeyFile'); + Code('// attribute as [assembly: AssemblyKeyFile(''mykey.snk'')], provided your output'); + Code('// directory is the project directory (the default).'); + Code('// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework'); + Code('// documentation for more information on this.'); + Code('//'); + Code(''); + Code('//'); + Code('// Use the attributes below to control the COM visibility of your assembly. By'); + Code('// default the entire assembly is visible to COM. Setting ComVisible to false'); + Code('// is the recommended default for your assembly. To then expose a class and interface'); + Code('// to COM set ComVisible to true on each one. It is also recommended to add a'); + Code('// Guid attribute.'); + Code('//'); + Code(''); + Code('//[assembly: Guid('')]'); + Code('//[assembly: TypeLibVersion(1, 0)]'); + Code(''); + Code('begin'); + inherited GenFooter; +end; + end. diff --git a/Builder/Package Generator/PkgGen.dpr b/Builder/Package Generator/PkgGen.dpr index d98fb3882..fd089ad2a 100644 --- a/Builder/Package Generator/PkgGen.dpr +++ b/Builder/Package Generator/PkgGen.dpr @@ -95,120 +95,174 @@ uses PackageProtocols in 'PackageProtocols.pas', PackageFTPParsers in 'PackageFTPParsers.pas', PackageSecurity in 'PackageSecurity.pas', + PackageBuildRes in 'PackageBuildRes.pas', + PackageVersInc in 'PackageVersInc.pas', + PackageCleanCmd in 'PackageCleanCmd.pas', DModule in 'DModule.pas'; - - procedure Main; +var + LDebugFlag: TGenerateFlags; begin DM := TDM.Create(nil); try with DM do begin - WriteLn('Path: '+ Ini.FileName ); + WriteLn('INI Path: '+ Ini.FileName ); if FindCmdLineSwitch('checkini') then begin + WriteLn('Checking for missing files to add to INI...'); CheckForMissingFiles; Exit; end; + WriteLn('Generating Visual Studio Package...'); + with TPackageVisualStudio.Create do try Load('DotNet=True, DesignUnit=False', True); Generate(ctDotNet); - finally Free; end; - // Debug version - with TPackageVisualStudio.Create do try - Debug := True; Load('DotNet=True, DesignUnit=False', True); - Generate(ctDotNet); + Generate(ctDotNet, [gfDebug]); finally Free; end; + // TODO: Add a package generator for FreePascal/Lazarus packages and makefiles... + + LDebugFlag := []; + if FindCmdLineSwitch('debugPkgs') then begin + Include(LDebugFlag, gfDebug); + end; + + WriteLn('Generating D8 Master Package...'); + with TPackageD8Master.Create do try Load('DelphiDotNet=True, DesignUnit=False', True); - Generate(DelphiNet); + Generate(Delphi_DotNet, LDebugFlag); finally Free; end; + WriteLn('Generating System Package...'); + with TPackageSystem.Create do try Load('VCL=True, Pkg=System, DesignUnit=False'); - Generate(DelphiNative); + Generate(Delphi_Native, LDebugFlag); // Load('DelphiDotNet=True, DotNet2_0OrAboveOnly=False, Pkg=System, DesignUnit=False'); - Generate(DelphiNet1_1); + Generate(Delphi_DotNet_1_1, LDebugFlag); // Load('DelphiDotNet=True, Pkg=System, DesignUnit=False'); - Generate(DelphiNet2OrLater); + Generate(Delphi_DotNet_2_Or_Later, LDebugFlag); // Load('Kylix=True, Pkg=System'); - Generate(ctKylix3); + Generate(ctKylix3, LDebugFlag); + // + GenerateRC([ctUnversioned] + Delphi_Native, [gfRunTime, gfDesignTime] + LDebugFlag); finally Free; end; + WriteLn('Generating Core Package...'); + with TPackageCore.Create do try Load('VCL=True, Pkg=Core, DesignUnit=False'); - Generate(DelphiNative); + Generate(Delphi_Native, LDebugFlag); // Load('DelphiDotNet=True, DotNet2_0OrAboveOnly=False, Pkg=Core, DesignUnit=False'); - Generate(DelphiNet1_1); + Generate(Delphi_DotNet_1_1, LDebugFlag); // Load('DelphiDotNet=True, Pkg=Core, DesignUnit=False'); - Generate(DelphiNet2OrLater); + Generate(Delphi_DotNet_2_Or_Later, LDebugFlag); // Load('Kylix=True, Pkg=Core, DesignUnit=False'); - Generate(ctKylix3); + Generate(ctKylix3, LDebugFlag); // Load('VCL=True, Pkg=Core, DesignUnit=True'); - GenerateDT(DelphiNative); + Generate(Delphi_Native, [gfDesignTime] + LDebugFlag); // Load('DelphiDotNet=True, Pkg=Core, DesignUnit=True'); - GenerateDT(DelphiNet); + Generate(Delphi_DotNet, [gfDesignTime] + LDebugFlag); // Load('Kylix=True, Pkg=Core, DesignUnit=True'); - GenerateDT(ctKylix3); + Generate(ctKylix3, [gfDesignTime] + LDebugFlag); + // + GenerateRC([ctUnversioned] + Delphi_Native, [gfRunTime, gfDesignTime] + LDebugFlag); finally Free; end; + WriteLn('Generating Protocols Package...'); + with TPackageProtocols.Create do try Load('VCL=True, Pkg=Protocols, DesignUnit=False'); - Generate(DelphiNative); + Generate(Delphi_Native, LDebugFlag); // Load('DelphiDotNet=True, DotNet2_0OrAboveOnly=False, Pkg=Protocols, DesignUnit=False'); - Generate(DelphiNet1_1); + Generate(Delphi_DotNet_1_1, LDebugFlag); // Load('DelphiDotNet=True, Pkg=Protocols, DesignUnit=False'); - Generate(DelphiNet2OrLater); + Generate(Delphi_DotNet_2_Or_Later, LDebugFlag); // Load('Kylix=True, Pkg=Protocols, DesignUnit=False'); - Generate(ctKylix3); + Generate(ctKylix3, LDebugFlag); // Load('VCL=True, Pkg=Protocols, DesignUnit=True'); - GenerateDT(DelphiNative); + Generate(Delphi_Native, [gfDesignTime] + LDebugFlag); // Load('DelphiDotNet=True, DotNet2_0OrAboveOnly=False, Pkg=Protocols, DesignUnit=True'); - GenerateDT(DelphiNet1_1); + Generate(Delphi_DotNet_1_1, [gfDesignTime] + LDebugFlag); // Load('DelphiDotNet=True, Pkg=Protocols, DesignUnit=True'); - GenerateDT(DelphiNet2OrLater); + Generate(Delphi_DotNet_2_Or_Later, [gfDesignTime] + LDebugFlag); // Load('Kylix=True, Pkg=Protocols, DesignUnit=True'); - GenerateDT(ctKylix3); + Generate(ctKylix3, [gfDesignTime] + LDebugFlag); + // + GenerateRC([ctUnversioned] + Delphi_Native, [gfRunTime, gfDesignTime] + LDebugFlag); finally Free; end; + WriteLn('Generating Security Package...'); + with TPackageSecurity.Create do try //We are not going to support the Security package in NET 2.0. Load('DelphiDotNet=True, Pkg=Security, DesignUnit=False'); - Generate(DelphiNet1_1); + Generate(Delphi_DotNet_1_1, LDebugFlag); // Load('DelphiDotNet=True, Pkg=Security, DesignUnit=True'); - GenerateDT(DelphiNet1_1); + Generate(Delphi_DotNet_1_1, [gfDesignTime] + LDebugFlag); finally Free; end; + WriteLn('Generating SuperCore Package...'); + with TPackageSuperCore.Create do try Load('VCL=True, Pkg=SuperCore'); - Generate(ctDelphi7); + Generate(ctDelphi7, LDebugFlag); finally Free; end; + WriteLn('Generating FTP Parsers unit...'); + // FTP Parsers with TFTPParsers.Create do try Load('VCL=True, Pkg=Protocols, FTPParser=True, DesignUnit=False'); - Generate(ctDelphi7); + Generate(ctUnversioned, LDebugFlag); + finally Free; end; + + WriteLn('Generating Version include files...'); + + with TVersInc.Create do try + // nothing to load from the database... + Generate(ctUnversioned, [gfRunTime, gfDesignTime, gfTemplate]); finally Free; end; + + WriteLn('Generating Resource files...'); + + with TBuildRes.Create do try + // nothing to load from the database... + Generate(Delphi_Native); + // TODO: run buildres.bat only if any .rc files were actually (re-)generated... + Run; + finally Free; end; + + WriteLn('Generating Clean.cmd scripts...'); + + with TCleanCmd.Create do try + // nothing to load from the database... + Generate([ctDelphiXE3..Delphi_Native_Highest]); + finally Free; end; + + // TODO: generate FULLC_xxx.bat scripts... end; finally FreeAndNil(DM); diff --git a/Builder/Package Generator/PkgGen.res b/Builder/Package Generator/PkgGen.res index 36f26e234..70c56306c 100644 Binary files a/Builder/Package Generator/PkgGen.res and b/Builder/Package Generator/PkgGen.res differ diff --git a/Lib/Clean_Athens.cmd b/Lib/Clean_Athens.cmd new file mode 100644 index 000000000..ed9a05694 --- /dev/null +++ b/Lib/Clean_Athens.cmd @@ -0,0 +1,35 @@ +@echo off +set DelphiProd=Delphi 12 Athens + +if exist SetEnv.bat del SetEnv.bat +if not exist computil.exe goto NoComputil +computil SetupD29 +if defined NDD29 goto RSVARS +if not exist SetEnv.bat goto NoNDD + +call SetEnv.bat > nul: +if not defined NDD29 goto NoNDD + +:RSVARS +call "%NDD29%bin\rsvars.bat" +if not defined BDS goto NoBDS + +set logfn=CleanD29.log + +call Clean_IDE.cmd +goto END + +:NoCompUtil +echo Computil.exe not found--run this batch script from the "Lib" folder of the Indy repository, recently pulled from GitHub. +goto END + +:NoNDD +echo Computil.exe did not create the batch script for setting up the environment for %DelphiProd%. Aborting. +goto END + +:NoBDS +echo Calling RSVars did not set up the environment for %DelphiProd%. Aborting. + +:END +set logfn= +set DelphiProd= diff --git a/Lib/Computil.dpr b/Lib/Computil.dpr index 2073774af..d682c0655 100644 --- a/Lib/Computil.dpr +++ b/Lib/Computil.dpr @@ -35,41 +35,10 @@ program CompUtil; uses Windows, SysUtils, Registry, Classes; -type - TWhichOption = ( - woHppModify, - - woSetupD2,woSetupD3,woSetupD4,woSetupD5,woSetupD6,woSetupD7,woSetupD8, - woSetupD9,woSetupD10,woSetupD11,woSetupD12,woSetupD14,woSetupD15,woSetupD16, - woSetupD17,woSetupD18,woSetupD19,woSetupD20,woSetupD21,woSetupD22,woSetupD23, - woSetupD24,woSetupD25,woSetupD26,woSetupD27,woSetupD28, - - woSetupC1,woSetupC3,woSetupC4,woSetupC5,woSetupC6,woSetupC7,woSetupC8, - woSetupC9,woSetupC10,woSetupC11,woSetupC12,woSetupC14,woSetupC15,woSetupC16, - woSetupC17,woSetupC18,woSetupC19,woSetupC20,woSetupC21,woSetupC22,woSetupC23, - woSetupC24,woSetupC25,woSetupC26,woSetupC27,woSetupC28, - - woInvalid); - var - Options: array[TWhichOption] of String = ( - 'HppModify', - - 'SetupD2','SetupD3','SetupD4','SetupD5','SetupD6','SetupD7','SetupD8', - 'SetupD9','SetupD10','SetupD11','SetupD12','SetupD14','SetupD15','SetupD16', - 'SetupD17','SetupD18','SetupD19','SetupD20','SetupD21','SetupD22','SetupD23', - 'SetupD24','SetupD25','SetupD26','SetupD27','SetupD28', - - 'SetupC1','SetupC3','SetupC4','SetupC5','SetupC6','SetupC7','SetupC8', - 'SetupC9','SetupC10','SetupC11','SetupC12','SetupC14','SetupC15','SetupC16', - 'SetupC17','SetupC18','SetupC19','SetupC20','SetupC21','SetupC22','SetupC23', - 'SetupC24','SetupC25','SetupC26','SetupC27','SetupC28', - - 'Invalid' - ); - - WhichOption: TWhichOption; - CmdParam: string; + CmdParam, RegCompanyName, RegProductName, RegRoot, EnvName: string; + ProductLanguage: Char; + ProductVersion, RegVersion: Integer; procedure HPPModify; var @@ -127,7 +96,7 @@ var CloseFile(OutFile); end; { HPPModify } - procedure SetPath(EnvName: string; RegRoot: string); + procedure SetEnvPaths; var CompilerFound: boolean; SysDirFound: boolean; @@ -150,6 +119,7 @@ var end; { if } If not CompilerFound then begin { Get compiler path and add to string list } + Writeln(EnvName + ', Checking Registry: ' + RegRoot); With TRegistry.Create do try RootKey := HKEY_LOCAL_MACHINE; KeyOpened := OpenKeyReadOnly(RegRoot); @@ -194,69 +164,85 @@ var begin { Figure out which feature to run } - CmdParam := ParamStr(1); - WhichOption := Low(WhichOption); - While WhichOption < High(WhichOption) do begin - If UpperCase(CmdParam) = UpperCase(Options[WhichOption]) then begin - Break; - end; { if } - Inc(WhichOption); - end; { while } - - Case WhichOption of - woHppModify: HPPModify; - - woSetupD2: SetPath('NDD2','Software\Borland\Delphi\2.0'); - woSetupD3: SetPath('NDD3','Software\Borland\Delphi\3.0'); - woSetupD4: SetPath('NDD4','Software\Borland\Delphi\4.0'); - woSetupD5: SetPath('NDD5','Software\Borland\Delphi\5.0'); - woSetupD6: SetPath('NDD6','Software\Borland\Delphi\6.0'); - woSetupD7: SetPath('NDD7','Software\Borland\Delphi\7.0'); - woSetupD8: SetPath('NDD8','Software\Borland\Delphi\8.0'); - woSetupD9: SetPath('NDD9','Software\Borland\BDS\3.0'); - woSetupD10: SetPath('NDD10','Software\Borland\BDS\4.0'); - woSetupD11: SetPath('NDD11','Software\Borland\BDS\5.0'); - woSetupD12: SetPath('NDD12','Software\CodeGear\BDS\6.0'); - woSetupD14: SetPath('NDD14','Software\CodeGear\BDS\7.0'); - woSetupD15: SetPath('NDD15','Software\Embarcadero\BDS\8.0'); - woSetupD16: SetPath('NDD16','Software\Embarcadero\BDS\9.0'); - woSetupD17: SetPath('NDD17','Software\Embarcadero\BDS\10.0'); - woSetupD18: SetPath('NDD18','Software\Embarcadero\BDS\11.0'); - woSetupD19: SetPath('NDD19','Software\Embarcadero\BDS\12.0'); - woSetupD20: SetPath('NDD20','Software\Embarcadero\BDS\14.0'); - woSetupD21: SetPath('NDD21','Software\Embarcadero\BDS\15.0'); - woSetupD22: SetPath('NDD22','Software\Embarcadero\BDS\16.0'); - woSetupD23: SetPath('NDD23','Software\Embarcadero\BDS\17.0'); - woSetupD24: SetPath('NDD24','Software\Embarcadero\BDS\18.0'); - woSetupD25: SetPath('NDD25','Software\Embarcadero\BDS\19.0'); - woSetupD26: SetPath('NDD26','Software\Embarcadero\BDS\20.0'); - woSetupD27: SetPath('NDD27','Software\Embarcadero\BDS\21.0'); - woSetupD28: SetPath('NDD28','Software\Embarcadero\BDS\22.0'); - - woSetupC1: SetPath('NDC1','Software\Borland\C++Builder\1.0'); - woSetupC3: SetPath('NDC3','Software\Borland\C++Builder\3.0'); - woSetupC4: SetPath('NDC4','Software\Borland\C++Builder\4.0'); - woSetupC5: SetPath('NDC5','Software\Borland\C++Builder\5.0'); - woSetupC6: SetPath('NDC6','Software\Borland\C++Builder\6.0'); - woSetupC10: SetPath('NDC10','Software\Borland\BDS\4.0'); - woSetupC11: SetPath('NDC11','Software\Borland\BDS\5.0'); - woSetupC12: SetPath('NDC12','Software\CodeGear\BDS\6.0'); - woSetupC14: SetPath('NDC14','Software\CodeGear\BDS\7.0'); - woSetupC15: SetPath('NDC15','Software\Embarcadero\BDS\8.0'); - woSetupC16: SetPath('NDC16','Software\Embarcadero\BDS\9.0'); - woSetupC17: SetPath('NDC17','Software\Embarcadero\BDS\10.0'); - woSetupC18: SetPath('NDC18','Software\Embarcadero\BDS\11.0'); - woSetupC19: SetPath('NDC19','Software\Embarcadero\BDS\12.0'); - woSetupC20: SetPath('NDC20','Software\Embarcadero\BDS\14.0'); - woSetupC21: SetPath('NDC21','Software\Embarcadero\BDS\15.0'); - woSetupC22: SetPath('NDC22','Software\Embarcadero\BDS\16.0'); - woSetupC23: SetPath('NDC23','Software\Embarcadero\BDS\17.0'); - woSetupC24: SetPath('NDC24','Software\Embarcadero\BDS\18.0'); - woSetupC25: SetPath('NDC25','Software\Embarcadero\BDS\19.0'); - woSetupC26: SetPath('NDC26','Software\Embarcadero\BDS\20.0'); - woSetupC27: SetPath('NDC27','Software\Embarcadero\BDS\21.0'); - woSetupC28: SetPath('NDC28','Software\Embarcadero\BDS\22.0'); - - woInvalid: Writeln('Invalid Parameter'); - end; { case } + CmdParam := UpperCase(ParamStr(1)); + + // RLebeau 11/24/23: not using TWhichOption enum anymore, because it had + // to be updated every time a new Delphi/C++Builder version is released. + // Now parsing the input parameter and building up the required values + // dynamically so the code is a bit more future-proof. It shouldn't need + // to be updated again until the schema for the Registry key changes ... + + if CmdParam = 'HPPMODIFY' then begin + HPPModify; + Exit; + end; + + if (Length(CmdParam) >= 7) and (Copy(CmdParam, 1, 5) = 'SETUP') then begin + + // 'SETUP' + // ie 'SETUPD29' for Delphi v29.0, etc... + // ie 'SETUPC29' for C++Builder v29.0, etc... + + ProductLanguage := CmdParam[6]; + if ((ProductLanguage = 'C') or (ProductLanguage = 'D')) and + TryStrToInt(Copy(CmdParam, 7, MaxInt), ProductVersion) then + begin + // Determine Company registry key name... + if ProductVersion >= 15 then begin + RegCompanyName := 'Embarcadero'; + end + else if ProductVersion >= 12 then begin + RegCompanyName := 'CodeGear'; + end + else begin + RegCompanyName := 'Borland'; + end; + + // Determine Product registry key name... + if ProductVersion >= 9 then begin + RegProductName := 'BDS'; + end + else if ProductLanguage = 'D' then begin + RegProductName := 'Delphi'; + end else begin + RegProductName := 'C++Builder'; + end; + + // Determine Product Version registry key name + if ProductVersion >= 20 then begin + RegVersion := ProductVersion - 6; // Product v20+ -> BDS v14+ + end + else if ProductVersion >= 14 then begin + RegVersion := ProductVersion - 7; // Product v14..19 -> BDS v7..12 (no v13) + end + else if ProductVersion = 13 then begin + RegVersion := 0; // no Product v13 + end + else if (ProductVersion > 9) or + ((ProductVersion = 9) and (ProductLanguage = 'D')) then // (no C++Builder v9) + begin + RegVersion := ProductVersion - 6; // Product v9..12 (no v13) -> BDS v3..6 + end + else if (ProductLanguage = 'D') and (ProductVersion >= 2) then begin + RegVersion := ProductVersion; // Product v2..8 (no v1) + end + else if (ProductLanguage = 'C') and + (ProductVersion >= 1) and (ProductVersion <= 6) and + (ProductVersion <> 2) then + begin + RegVersion := ProductVersion; // Product v1..6 (no v2, v7, or v8) + end else begin + RegVersion := 0; + end; + + if RegVersion > 0 then begin + EnvName := Format('ND%s%d', [ProductLanguage, ProductVersion]); + RegRoot := Format('Software\%s\%s\%d.0', [RegCompanyName, RegProductName, RegVersion]); + SetEnvPaths; + Exit; + end; + end; + end; + + Writeln('Invalid Parameter'); end. diff --git a/Lib/Computil.dproj b/Lib/Computil.dproj index 234e64726..8faa468ce 100644 --- a/Lib/Computil.dproj +++ b/Lib/Computil.dproj @@ -1,124 +1,154 @@ - - - {dbf99418-2515-4903-b1c3-f3dc1e78605d} - Computil.dpr - Debug - DCC32 - Computil.exe - 13.4 - Release - None - True - Win32 - 1 - Console - - - true - - - true - Base - true - - - true - Base - true - - - true - Base - true - - - System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1033 - Computil.exe - - - Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) - CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= - 1033 - - - 7.0 - 0 - False - RELEASE;$(DCC_Define) - False - - - 7.0 - DEBUG;$(DCC_Define) - - - - MainSource - - - Cfg_Release - Base - - - Base - - - Cfg_Debug - Base - - - - - Delphi.Personality.12 - VCLApplication - - - - False - True - False - - - False - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1033 - 1252 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - - Computil.dpr - - - - False - False - True - - - 12 - - - - + + + {dbf99418-2515-4903-b1c3-f3dc1e78605d} + Computil.dpr + Debug + DCC32 + Computil.exe + 20.1 + Release + None + True + Win32 + 1 + Console + + + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_Release + true + true + + + true + Base + true + + + true + Cfg_Debug + true + true + + + System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace) + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + 1033 + Computil.exe + Computil + $(BDS)\bin\delphi_PROJECTICON.ico + $(BDS)\bin\delphi_PROJECTICNS.icns + 5.1 + 5.1 + + + Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + 1033 + + + 7.0 + 0 + 0 + RELEASE;$(DCC_Define) + False + + + SETUPD29 + (None) + none + + + 7.0 + DEBUG;$(DCC_Define) + + + (None) + none + + + + MainSource + + + Base + + + Cfg_Release + Base + + + Cfg_Debug + Base + + + + + Delphi.Personality.12 + VCLApplication + + + + False + True + False + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + Computil.dpr + + + Embarcadero C++Builder Office 2000 Servers Package + Embarcadero C++Builder Office XP Servers Package + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + + True + False + + + 12 + + + + diff --git a/Lib/Computil.exe b/Lib/Computil.exe index 95f1d6bde..06f08ba7d 100644 Binary files a/Lib/Computil.exe and b/Lib/Computil.exe differ diff --git a/Lib/Core/IdCompilerDefines.inc b/Lib/Core/IdCompilerDefines.inc index b1a32efcf..4830cf01a 100644 --- a/Lib/Core/IdCompilerDefines.inc +++ b/Lib/Core/IdCompilerDefines.inc @@ -440,6 +440,16 @@ {$ENDIF} {$ENDIF} + //Delphi & CBuilder 12.0 Athens (Yukon) + {$IFDEF VER360} + {$DEFINE VCL_12} + {$IFDEF CBUILDER} + {$DEFINE CBUILDER_12} + {$ELSE} + {$DEFINE DELPHI_12} + {$ENDIF} + {$ENDIF} + // Kylix // //Important: Don't use CompilerVersion here as IF's are evaluated before @@ -739,8 +749,16 @@ // end FPC -{$IFDEF VCL_11} +{$IFDEF VCL_12} + {$DEFINE VCL_12_OR_ABOVE} +{$ENDIF} + +{$IFDEF VCL_12_OR_ABOVE} {$DEFINE VCL_11_OR_ABOVE} +{$ELSE} + {$IFDEF VCL_11} + {$DEFINE VCL_11_OR_ABOVE} + {$ENDIF} {$ENDIF} {$IFDEF VCL_11_OR_ABOVE} diff --git a/Lib/Core/IdCore90ASM90.inc b/Lib/Core/IdCore90ASM90.inc index b7a24c5f2..fd1ac0ae4 100644 --- a/Lib/Core/IdCore90ASM90.inc +++ b/Lib/Core/IdCore90ASM90.inc @@ -1,12 +1,12 @@ -[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.2 Core Run-Time Package for Borland Developer Studio')] +[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.3 Core Run-Time Package for Borland Developer Studio')] [assembly: AssemblyConfiguration('')] [assembly: AssemblyCompany('Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyProduct('Indy for Microsoft .NET Framework')] -[assembly: AssemblyCopyright('Copyright © 1993 - 2023 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] +[assembly: AssemblyCopyright('Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyTrademark('')] [assembly: AssemblyCulture('')] [assembly: AssemblyTitle('Indy .NET Core Run-Time Package')] -[assembly: AssemblyVersion('10.6.2.*')] +[assembly: AssemblyVersion('10.6.3.*')] [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile('')] [assembly: AssemblyKeyName('')] diff --git a/Lib/Core/IddclCore90ASM90.inc b/Lib/Core/IddclCore90ASM90.inc index aeef0d859..c57bc92b9 100644 --- a/Lib/Core/IddclCore90ASM90.inc +++ b/Lib/Core/IddclCore90ASM90.inc @@ -1,12 +1,12 @@ -[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.2 Core Design-Time Package for Borland Developer Studio')] +[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.3 Core Design-Time Package for Borland Developer Studio')] [assembly: AssemblyConfiguration('')] [assembly: AssemblyCompany('Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyProduct('Indy for Microsoft .NET Framework')] -[assembly: AssemblyCopyright('Copyright © 1993 - 2023 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] +[assembly: AssemblyCopyright('Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyTrademark('')] [assembly: AssemblyCulture('')] [assembly: AssemblyTitle('Indy .NET Core Design-Time Package')] -[assembly: AssemblyVersion('10.6.2.*')] +[assembly: AssemblyVersion('10.6.3.*')] [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile('')] [assembly: AssemblyKeyName('')] diff --git a/Lib/Core/IndyCore.rc b/Lib/Core/IndyCore.rc index c65ed7ff9..17ae430ec 100644 --- a/Lib/Core/IndyCore.rc +++ b/Lib/Core/IndyCore.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore.rc.tmpl b/Lib/Core/IndyCore.rc.tmpl index 34db8e195..f82e9bd89 100644 --- a/Lib/Core/IndyCore.rc.tmpl +++ b/Lib/Core/IndyCore.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore100.rc b/Lib/Core/IndyCore100.rc index 65c4b071b..fc4767d1c 100644 --- a/Lib/Core/IndyCore100.rc +++ b/Lib/Core/IndyCore100.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore100\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore100.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore100.rc.tmpl b/Lib/Core/IndyCore100.rc.tmpl index bed829149..ead58c80e 100644 --- a/Lib/Core/IndyCore100.rc.tmpl +++ b/Lib/Core/IndyCore100.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore100\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore100.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore100.res b/Lib/Core/IndyCore100.res index ae3ff3582..1d1397cfe 100644 Binary files a/Lib/Core/IndyCore100.res and b/Lib/Core/IndyCore100.res differ diff --git a/Lib/Core/IndyCore100Net.dpk b/Lib/Core/IndyCore100Net.dpk index e4449efed..8519ba01e 100644 --- a/Lib/Core/IndyCore100Net.dpk +++ b/Lib/Core/IndyCore100Net.dpk @@ -21,8 +21,8 @@ package IndyCore100Net; {$IMPLICITBUILD ON} requires -Borland.Delphi, -Borland.VclRtl, + Borland.Delphi, + Borland.VclRtl, IndySystem100Net; contains diff --git a/Lib/Core/IndyCore110.RES b/Lib/Core/IndyCore110.RES index 94b3c223b..90ed2ce1a 100644 Binary files a/Lib/Core/IndyCore110.RES and b/Lib/Core/IndyCore110.RES differ diff --git a/Lib/Core/IndyCore110.rc b/Lib/Core/IndyCore110.rc index 7b948cc41..a68cc764f 100644 --- a/Lib/Core/IndyCore110.rc +++ b/Lib/Core/IndyCore110.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore110\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore110.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore110.rc.tmpl b/Lib/Core/IndyCore110.rc.tmpl index 303ed97a2..94f7749bc 100644 --- a/Lib/Core/IndyCore110.rc.tmpl +++ b/Lib/Core/IndyCore110.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore110\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore110.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore110Net.dpk b/Lib/Core/IndyCore110Net.dpk index 722d83bbf..e71e6715c 100644 --- a/Lib/Core/IndyCore110Net.dpk +++ b/Lib/Core/IndyCore110Net.dpk @@ -21,8 +21,8 @@ package IndyCore110Net; {$IMPLICITBUILD ON} requires -Borland.Delphi, -Borland.VclRtl, + Borland.Delphi, + Borland.VclRtl, IndySystem110Net; contains diff --git a/Lib/Core/IndyCore120.rc b/Lib/Core/IndyCore120.rc index 827d14692..065282383 100644 --- a/Lib/Core/IndyCore120.rc +++ b/Lib/Core/IndyCore120.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore120\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore120.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore120.rc.tmpl b/Lib/Core/IndyCore120.rc.tmpl index f639943ca..f545966d7 100644 --- a/Lib/Core/IndyCore120.rc.tmpl +++ b/Lib/Core/IndyCore120.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore120\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore120.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore120.res b/Lib/Core/IndyCore120.res index 67164c0b5..9867d1a87 100644 Binary files a/Lib/Core/IndyCore120.res and b/Lib/Core/IndyCore120.res differ diff --git a/Lib/Core/IndyCore120Net.dpk b/Lib/Core/IndyCore120Net.dpk index 1cdb65dd2..61b913159 100644 --- a/Lib/Core/IndyCore120Net.dpk +++ b/Lib/Core/IndyCore120Net.dpk @@ -21,8 +21,8 @@ package IndyCore120Net; {$IMPLICITBUILD ON} requires -Borland.Delphi, -Borland.VclRtl, + Borland.Delphi, + Borland.VclRtl, IndySystem120Net; contains diff --git a/Lib/Core/IndyCore130.rc b/Lib/Core/IndyCore130.rc index 44a4b3fba..6a3667838 100644 --- a/Lib/Core/IndyCore130.rc +++ b/Lib/Core/IndyCore130.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore130\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore130.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore130.rc.tmpl b/Lib/Core/IndyCore130.rc.tmpl index 108848d84..ad9d68b6d 100644 --- a/Lib/Core/IndyCore130.rc.tmpl +++ b/Lib/Core/IndyCore130.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore130\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore130.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore130.res b/Lib/Core/IndyCore130.res index bbea9ad88..c958a5705 100644 Binary files a/Lib/Core/IndyCore130.res and b/Lib/Core/IndyCore130.res differ diff --git a/Lib/Core/IndyCore130Net.dpk b/Lib/Core/IndyCore130Net.dpk index cbfbb7121..cde6e34c9 100644 --- a/Lib/Core/IndyCore130Net.dpk +++ b/Lib/Core/IndyCore130Net.dpk @@ -21,8 +21,8 @@ package IndyCore130Net; {$IMPLICITBUILD ON} requires -Borland.Delphi, -Borland.VclRtl, + Borland.Delphi, + Borland.VclRtl, IndySystem130Net; contains diff --git a/Lib/Core/IndyCore140.RES b/Lib/Core/IndyCore140.RES index 6bc6edb4a..89ad8cfc0 100644 Binary files a/Lib/Core/IndyCore140.RES and b/Lib/Core/IndyCore140.RES differ diff --git a/Lib/Core/IndyCore140.rc b/Lib/Core/IndyCore140.rc index 49a91ae0d..ffbed3dc7 100644 --- a/Lib/Core/IndyCore140.rc +++ b/Lib/Core/IndyCore140.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore140\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore140.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore140.rc.tmpl b/Lib/Core/IndyCore140.rc.tmpl index b7f9a924b..78d39a81b 100644 --- a/Lib/Core/IndyCore140.rc.tmpl +++ b/Lib/Core/IndyCore140.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore140\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore140.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore150.RES b/Lib/Core/IndyCore150.RES index c8c651125..c47965270 100644 Binary files a/Lib/Core/IndyCore150.RES and b/Lib/Core/IndyCore150.RES differ diff --git a/Lib/Core/IndyCore150.rc b/Lib/Core/IndyCore150.rc index d68044983..43c21cf48 100644 --- a/Lib/Core/IndyCore150.rc +++ b/Lib/Core/IndyCore150.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore150\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore150.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore150.rc.tmpl b/Lib/Core/IndyCore150.rc.tmpl index 87d9cca25..a5aa7114b 100644 --- a/Lib/Core/IndyCore150.rc.tmpl +++ b/Lib/Core/IndyCore150.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore150\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore150.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore160.rc b/Lib/Core/IndyCore160.rc index fb6590a4a..fbb3deb87 100644 --- a/Lib/Core/IndyCore160.rc +++ b/Lib/Core/IndyCore160.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore160\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore160.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore160.rc.tmpl b/Lib/Core/IndyCore160.rc.tmpl index c9d14db7f..15b259fe6 100644 --- a/Lib/Core/IndyCore160.rc.tmpl +++ b/Lib/Core/IndyCore160.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore160\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore160.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore160.res b/Lib/Core/IndyCore160.res index 7958b4a60..92df347f1 100644 Binary files a/Lib/Core/IndyCore160.res and b/Lib/Core/IndyCore160.res differ diff --git a/Lib/Core/IndyCore170.rc b/Lib/Core/IndyCore170.rc index ee7961d52..1562cdee6 100644 --- a/Lib/Core/IndyCore170.rc +++ b/Lib/Core/IndyCore170.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore170\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore170.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore170.rc.tmpl b/Lib/Core/IndyCore170.rc.tmpl index 5efb81a8b..d2b09d028 100644 --- a/Lib/Core/IndyCore170.rc.tmpl +++ b/Lib/Core/IndyCore170.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore170\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore170.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore170.res b/Lib/Core/IndyCore170.res index 7490ff643..bcbc6d541 100644 Binary files a/Lib/Core/IndyCore170.res and b/Lib/Core/IndyCore170.res differ diff --git a/Lib/Core/IndyCore180.rc b/Lib/Core/IndyCore180.rc index d8beddd8f..c643b6c52 100644 --- a/Lib/Core/IndyCore180.rc +++ b/Lib/Core/IndyCore180.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore180\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore180.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore180.rc.tmpl b/Lib/Core/IndyCore180.rc.tmpl index 26d9f3ee0..1cff0fcda 100644 --- a/Lib/Core/IndyCore180.rc.tmpl +++ b/Lib/Core/IndyCore180.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore180\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore180.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore180.res b/Lib/Core/IndyCore180.res index 0cc72b99f..994ef4915 100644 Binary files a/Lib/Core/IndyCore180.res and b/Lib/Core/IndyCore180.res differ diff --git a/Lib/Core/IndyCore190.rc b/Lib/Core/IndyCore190.rc index 26caaf2ce..ccfc3b52e 100644 --- a/Lib/Core/IndyCore190.rc +++ b/Lib/Core/IndyCore190.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore190\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore190.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore190.rc.tmpl b/Lib/Core/IndyCore190.rc.tmpl index c0ea935d8..3f951fa1d 100644 --- a/Lib/Core/IndyCore190.rc.tmpl +++ b/Lib/Core/IndyCore190.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore190\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore190.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore190.res b/Lib/Core/IndyCore190.res index aaf87ff97..4dee48bc2 100644 Binary files a/Lib/Core/IndyCore190.res and b/Lib/Core/IndyCore190.res differ diff --git a/Lib/Core/IndyCore200.rc b/Lib/Core/IndyCore200.rc index a47ac794f..de1049bad 100644 --- a/Lib/Core/IndyCore200.rc +++ b/Lib/Core/IndyCore200.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore200\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore200.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore200.rc.tmpl b/Lib/Core/IndyCore200.rc.tmpl index 6233f0234..f4c44c1f7 100644 --- a/Lib/Core/IndyCore200.rc.tmpl +++ b/Lib/Core/IndyCore200.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore200\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore200.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore200.res b/Lib/Core/IndyCore200.res index 78881161a..d170af080 100644 Binary files a/Lib/Core/IndyCore200.res and b/Lib/Core/IndyCore200.res differ diff --git a/Lib/Core/IndyCore210.rc b/Lib/Core/IndyCore210.rc index 77664b2df..ebafbeffb 100644 --- a/Lib/Core/IndyCore210.rc +++ b/Lib/Core/IndyCore210.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore210\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore210.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore210.rc.tmpl b/Lib/Core/IndyCore210.rc.tmpl index 0004bd28f..1c31c31f2 100644 --- a/Lib/Core/IndyCore210.rc.tmpl +++ b/Lib/Core/IndyCore210.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore210\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore210.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore210.res b/Lib/Core/IndyCore210.res index ba85d8d65..053a6a810 100644 Binary files a/Lib/Core/IndyCore210.res and b/Lib/Core/IndyCore210.res differ diff --git a/Lib/Core/IndyCore220.rc b/Lib/Core/IndyCore220.rc index 46bf7bba1..e2ab7fbb4 100644 --- a/Lib/Core/IndyCore220.rc +++ b/Lib/Core/IndyCore220.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore220\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore220.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore220.rc.tmpl b/Lib/Core/IndyCore220.rc.tmpl index d848b6355..f7ad683a1 100644 --- a/Lib/Core/IndyCore220.rc.tmpl +++ b/Lib/Core/IndyCore220.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore220\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore220.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore220.res b/Lib/Core/IndyCore220.res index b20c06e3f..bdfdeea04 100644 Binary files a/Lib/Core/IndyCore220.res and b/Lib/Core/IndyCore220.res differ diff --git a/Lib/Core/IndyCore230.rc b/Lib/Core/IndyCore230.rc index 331b28177..1d0e63390 100644 --- a/Lib/Core/IndyCore230.rc +++ b/Lib/Core/IndyCore230.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore230\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore230.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore230.rc.tmpl b/Lib/Core/IndyCore230.rc.tmpl index d980b3010..57ab28db5 100644 --- a/Lib/Core/IndyCore230.rc.tmpl +++ b/Lib/Core/IndyCore230.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore230\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore230.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore230.res b/Lib/Core/IndyCore230.res index c4ee5b8ff..f58e4baac 100644 Binary files a/Lib/Core/IndyCore230.res and b/Lib/Core/IndyCore230.res differ diff --git a/Lib/Core/IndyCore240.rc b/Lib/Core/IndyCore240.rc index 85fb47ef9..8a9278678 100644 --- a/Lib/Core/IndyCore240.rc +++ b/Lib/Core/IndyCore240.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore240\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore240.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore240.rc.tmpl b/Lib/Core/IndyCore240.rc.tmpl index aa63f818f..79dbd0d1e 100644 --- a/Lib/Core/IndyCore240.rc.tmpl +++ b/Lib/Core/IndyCore240.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore240\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore240.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore240.res b/Lib/Core/IndyCore240.res index 90a1a1cf8..d7e82da8c 100644 Binary files a/Lib/Core/IndyCore240.res and b/Lib/Core/IndyCore240.res differ diff --git a/Lib/Core/IndyCore250.rc b/Lib/Core/IndyCore250.rc index 61f4dc21b..b5af268eb 100644 --- a/Lib/Core/IndyCore250.rc +++ b/Lib/Core/IndyCore250.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore250\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore250.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore250.rc.tmpl b/Lib/Core/IndyCore250.rc.tmpl index 767f427d5..ddab8888f 100644 --- a/Lib/Core/IndyCore250.rc.tmpl +++ b/Lib/Core/IndyCore250.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore250\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore250.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore250.res b/Lib/Core/IndyCore250.res index 353515d17..ccde312e6 100644 Binary files a/Lib/Core/IndyCore250.res and b/Lib/Core/IndyCore250.res differ diff --git a/Lib/Core/IndyCore260.rc b/Lib/Core/IndyCore260.rc index b6fcb23bd..05624ae19 100644 --- a/Lib/Core/IndyCore260.rc +++ b/Lib/Core/IndyCore260.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore260\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2018 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore260.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore260.rc.tmpl b/Lib/Core/IndyCore260.rc.tmpl index e67dff805..c586e8b49 100644 --- a/Lib/Core/IndyCore260.rc.tmpl +++ b/Lib/Core/IndyCore260.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore260\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2018 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore260.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore270.dpk b/Lib/Core/IndyCore270.dpk index eff5acdfa..281cdb01c 100644 --- a/Lib/Core/IndyCore270.dpk +++ b/Lib/Core/IndyCore270.dpk @@ -24,7 +24,7 @@ package IndyCore270; {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DEFINE DEBUG} -{$DEFINE VER330} +{$DEFINE VER340} {$ENDIF IMPLICITBUILDING} {$DESCRIPTION 'Indy 10 Core'} {$RUNONLY} @@ -106,4 +106,4 @@ contains IdUDPServer in 'IdUDPServer.pas', IdYarn in 'IdYarn.pas'; -end. \ No newline at end of file +end. diff --git a/Lib/Core/IndyCore270.rc b/Lib/Core/IndyCore270.rc index 8eb39b9ec..2a6edac4d 100644 --- a/Lib/Core/IndyCore270.rc +++ b/Lib/Core/IndyCore270.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore270\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2021 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore270.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore270.rc.tmpl b/Lib/Core/IndyCore270.rc.tmpl index 63833c362..f4cde9e0e 100644 --- a/Lib/Core/IndyCore270.rc.tmpl +++ b/Lib/Core/IndyCore270.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore270\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2021 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore270.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore280.dpk b/Lib/Core/IndyCore280.dpk index 5761485d7..7fb606400 100644 --- a/Lib/Core/IndyCore280.dpk +++ b/Lib/Core/IndyCore280.dpk @@ -104,4 +104,4 @@ contains IdUDPServer in 'IdUDPServer.pas', IdYarn in 'IdYarn.pas'; -end. \ No newline at end of file +end. diff --git a/Lib/Core/IndyCore280.rc b/Lib/Core/IndyCore280.rc index b3cc872fa..f83995eb3 100644 --- a/Lib/Core/IndyCore280.rc +++ b/Lib/Core/IndyCore280.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore280\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2022 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore280.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore280.rc.tmpl b/Lib/Core/IndyCore280.rc.tmpl index 71d3eb099..1493236a8 100644 --- a/Lib/Core/IndyCore280.rc.tmpl +++ b/Lib/Core/IndyCore280.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore280\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2022 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore280.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore290.dpk b/Lib/Core/IndyCore290.dpk new file mode 100644 index 000000000..383c07a82 --- /dev/null +++ b/Lib/Core/IndyCore290.dpk @@ -0,0 +1,107 @@ +package IndyCore290; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'Indy 10 Core'} +{$RUNONLY} +{$IMPLICITBUILD ON} + +// RLebeau: cannot use IdCompilerDefines.inc here! + +{$DEFINE HAS_PKG_RTL} +{$IFDEF NEXTGEN} + {$IFDEF IOS} + // there is no RTL package available for iOS + {$UNDEF HAS_PKG_RTL} + {$ENDIF} +{$ENDIF} + +requires + {$IFDEF HAS_PKG_RTL} + rtl, + {$ENDIF} + IndySystem290; + +contains + IdAssignedNumbers in 'IdAssignedNumbers.pas', + IdBuffer in 'IdBuffer.pas', + IdCmdTCPClient in 'IdCmdTCPClient.pas', + IdCmdTCPServer in 'IdCmdTCPServer.pas', + IdCommandHandlers in 'IdCommandHandlers.pas', + IdContext in 'IdContext.pas', + IdCustomTCPServer in 'IdCustomTCPServer.pas', + IdCustomTransparentProxy in 'IdCustomTransparentProxy.pas', + IdExceptionCore in 'IdExceptionCore.pas', + IdGlobalCore in 'IdGlobalCore.pas', + IdIOHandler in 'IdIOHandler.pas', + IdIOHandlerSocket in 'IdIOHandlerSocket.pas', + IdIOHandlerStack in 'IdIOHandlerStack.pas', + IdIOHandlerStream in 'IdIOHandlerStream.pas', + IdIPAddress in 'IdIPAddress.pas', + IdIPMCastBase in 'IdIPMCastBase.pas', + IdIPMCastClient in 'IdIPMCastClient.pas', + IdIPMCastServer in 'IdIPMCastServer.pas', + IdIcmpClient in 'IdIcmpClient.pas', + IdIntercept in 'IdIntercept.pas', + IdInterceptSimLog in 'IdInterceptSimLog.pas', + IdInterceptThrottler in 'IdInterceptThrottler.pas', + IdLogBase in 'IdLogBase.pas', + IdLogDebug in 'IdLogDebug.pas', + IdLogEvent in 'IdLogEvent.pas', + IdLogFile in 'IdLogFile.pas', + IdLogStream in 'IdLogStream.pas', + IdRawBase in 'IdRawBase.pas', + IdRawClient in 'IdRawClient.pas', + IdRawFunctions in 'IdRawFunctions.pas', + IdRawHeaders in 'IdRawHeaders.pas', + IdReply in 'IdReply.pas', + IdReplyRFC in 'IdReplyRFC.pas', + IdResourceStringsCore in 'IdResourceStringsCore.pas', + IdScheduler in 'IdScheduler.pas', + IdSchedulerOfThread in 'IdSchedulerOfThread.pas', + IdSchedulerOfThreadDefault in 'IdSchedulerOfThreadDefault.pas', + IdSchedulerOfThreadPool in 'IdSchedulerOfThreadPool.pas', + IdServerIOHandler in 'IdServerIOHandler.pas', + IdServerIOHandlerSocket in 'IdServerIOHandlerSocket.pas', + IdServerIOHandlerStack in 'IdServerIOHandlerStack.pas', + IdSimpleServer in 'IdSimpleServer.pas', + IdSocketHandle in 'IdSocketHandle.pas', + IdSocks in 'IdSocks.pas', + IdSync in 'IdSync.pas', + IdTCPClient in 'IdTCPClient.pas', + IdTCPConnection in 'IdTCPConnection.pas', + IdTCPServer in 'IdTCPServer.pas', + IdTCPStream in 'IdTCPStream.pas', + IdTask in 'IdTask.pas', + IdThread in 'IdThread.pas', + IdThreadComponent in 'IdThreadComponent.pas', + IdThreadSafe in 'IdThreadSafe.pas', + IdTraceRoute in 'IdTraceRoute.pas', + IdUDPBase in 'IdUDPBase.pas', + IdUDPClient in 'IdUDPClient.pas', + IdUDPServer in 'IdUDPServer.pas', + IdYarn in 'IdYarn.pas'; + +end. diff --git a/Lib/Core/IndyCore290.dproj b/Lib/Core/IndyCore290.dproj new file mode 100644 index 000000000..014e07081 --- /dev/null +++ b/Lib/Core/IndyCore290.dproj @@ -0,0 +1,1075 @@ + + + {EC04471C-07B1-417C-AAB7-9057CDC19654} + IndyCore290.dpk + True + Release + 3 + Package + None + 20.1 + Win32 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_1 + true + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + true + Cfg_2 + true + true + + + Indy 10 Core + true + false + true + false + true + false + IndyCore290 + 00400000 + false + System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= + true + false + + + ..\Output\OBJ\$(Platform)\$(Config) + ..\Output\HPP\$(Platform)\$(Config) + ..\Output\BPI\$(Platform)\$(Config) + All + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) + true + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + + + true + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + + + false + 0 + RELEASE;$(DCC_Define) + 0 + + + true + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) + + + true + DEBUG;$(DCC_Define) + false + + + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) + true + + + true + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) + + + + MainSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base + + + Cfg_1 + Base + + + Cfg_2 + Base + + + + Delphi.Personality.12 + Package + + + + IndyCore290.dpk + + + Embarcadero RAD Server Edge Components + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + + True + True + + + + + + true + + + + + true + + + + + + true + + + + + 1 + + + 0 + + + + + classes + 64 + + + classes + 64 + + + + + res\xml + 1 + + + res\xml + 1 + + + + + library\lib\armeabi + 1 + + + library\lib\armeabi + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + library\lib\mips + 1 + + + library\lib\mips + 1 + + + + + library\lib\armeabi-v7a + 1 + + + library\lib\arm64-v8a + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-anydpi-v21 + 1 + + + res\drawable-anydpi-v21 + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\values-v21 + 1 + + + res\values-v21 + 1 + + + + + res\values-v31 + 1 + + + res\values-v31 + 1 + + + + + res\drawable-anydpi-v26 + 1 + + + res\drawable-anydpi-v26 + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-anydpi-v33 + 1 + + + res\drawable-anydpi-v33 + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\values-night-v21 + 1 + + + res\values-night-v21 + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-xxhdpi + 1 + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-xxxhdpi + 1 + + + res\drawable-xxxhdpi + 1 + + + + + res\drawable-ldpi + 1 + + + res\drawable-ldpi + 1 + + + + + res\drawable-mdpi + 1 + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + res\drawable-xhdpi + 1 + + + + + res\drawable-mdpi + 1 + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + res\drawable-xhdpi + 1 + + + + + res\drawable-xxhdpi + 1 + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-xxxhdpi + 1 + + + res\drawable-xxxhdpi + 1 + + + + + res\drawable-small + 1 + + + res\drawable-small + 1 + + + + + res\drawable-normal + 1 + + + res\drawable-normal + 1 + + + + + res\drawable-large + 1 + + + res\drawable-large + 1 + + + + + res\drawable-xlarge + 1 + + + res\drawable-xlarge + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\drawable-anydpi-v24 + 1 + + + res\drawable-anydpi-v24 + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-night-anydpi-v21 + 1 + + + res\drawable-night-anydpi-v21 + 1 + + + + + res\drawable-anydpi-v31 + 1 + + + res\drawable-anydpi-v31 + 1 + + + + + res\drawable-night-anydpi-v31 + 1 + + + res\drawable-night-anydpi-v31 + 1 + + + + + 1 + + + 1 + + + 0 + + + + + 1 + .framework + + + 1 + .framework + + + 1 + .framework + + + 0 + + + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .dll;.bpl + + + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .bpl + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + 1 + + + 1 + + + + + + + + Contents\Resources + 1 + + + Contents\Resources + 1 + + + Contents\Resources + 1 + + + + + library\lib\armeabi-v7a + 1 + + + library\lib\arm64-v8a + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 0 + + + + + library\lib\armeabi-v7a + 1 + + + + + 1 + + + 1 + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + + + + 1 + + + 1 + + + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + + + + + + + + + + + + + 12 + + + + + diff --git a/Lib/Core/IndyCore290.rc b/Lib/Core/IndyCore290.rc new file mode 100644 index 000000000..bfe39dde0 --- /dev/null +++ b/Lib/Core/IndyCore290.rc @@ -0,0 +1,31 @@ +1 VERSIONINFO +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 +FILEFLAGSMASK 0x3FL +FILEFLAGS 0x00L +FILEOS 0x40004L +FILETYPE 0x1L +FILESUBTYPE 0x0L +{ + BLOCK "StringFileInfo" + { + BLOCK "000104E4" + { + VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" + VALUE "InternalName", "IndyCore290\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "OriginalFilename", "IndyCore290.bpl\0" + VALUE "ProductName", "Indy\0" + VALUE "ProductVersion", "10.6.3\0" + } + + } + + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0001, 1252 + } + +} diff --git a/Lib/Core/IndyCore290.rc.tmpl b/Lib/Core/IndyCore290.rc.tmpl new file mode 100644 index 000000000..46743580b --- /dev/null +++ b/Lib/Core/IndyCore290.rc.tmpl @@ -0,0 +1,31 @@ +1 VERSIONINFO +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ +FILEFLAGSMASK 0x3FL +FILEFLAGS 0x00L +FILEOS 0x40004L +FILETYPE 0x1L +FILESUBTYPE 0x0L +{ + BLOCK "StringFileInfo" + { + BLOCK "000104E4" + { + VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" + VALUE "InternalName", "IndyCore290\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "OriginalFilename", "IndyCore290.bpl\0" + VALUE "ProductName", "Indy\0" + VALUE "ProductVersion", "10.6.3\0" + } + + } + + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0001, 1252 + } + +} diff --git a/Lib/Core/IndyCore290.res b/Lib/Core/IndyCore290.res new file mode 100644 index 000000000..da606b6bb Binary files /dev/null and b/Lib/Core/IndyCore290.res differ diff --git a/Lib/Core/IndyCore40.RES b/Lib/Core/IndyCore40.RES index faa8428b5..b99615582 100644 Binary files a/Lib/Core/IndyCore40.RES and b/Lib/Core/IndyCore40.RES differ diff --git a/Lib/Core/IndyCore40.rc b/Lib/Core/IndyCore40.rc index 35370e693..fe3d46e95 100644 --- a/Lib/Core/IndyCore40.rc +++ b/Lib/Core/IndyCore40.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore40\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore40.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore40.rc.tmpl b/Lib/Core/IndyCore40.rc.tmpl index 17ab4195f..576e821b8 100644 --- a/Lib/Core/IndyCore40.rc.tmpl +++ b/Lib/Core/IndyCore40.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore40\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore40.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore50.RES b/Lib/Core/IndyCore50.RES index 2bedf4655..ce29069ec 100644 Binary files a/Lib/Core/IndyCore50.RES and b/Lib/Core/IndyCore50.RES differ diff --git a/Lib/Core/IndyCore50.rc b/Lib/Core/IndyCore50.rc index 780a91c5a..14c395ba6 100644 --- a/Lib/Core/IndyCore50.rc +++ b/Lib/Core/IndyCore50.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore50\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore50.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore50.rc.tmpl b/Lib/Core/IndyCore50.rc.tmpl index d001d65b1..68184bc8b 100644 --- a/Lib/Core/IndyCore50.rc.tmpl +++ b/Lib/Core/IndyCore50.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore50\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore50.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore60.RES b/Lib/Core/IndyCore60.RES index f5fb873e7..2fd4f0263 100644 Binary files a/Lib/Core/IndyCore60.RES and b/Lib/Core/IndyCore60.RES differ diff --git a/Lib/Core/IndyCore60.rc b/Lib/Core/IndyCore60.rc index 4701b5712..c80204de3 100644 --- a/Lib/Core/IndyCore60.rc +++ b/Lib/Core/IndyCore60.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore60\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore60.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore60.rc.tmpl b/Lib/Core/IndyCore60.rc.tmpl index 2779d6c91..63a4808e9 100644 --- a/Lib/Core/IndyCore60.rc.tmpl +++ b/Lib/Core/IndyCore60.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore60\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore60.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore70.RES b/Lib/Core/IndyCore70.RES index f56d3f722..67f2e699f 100644 Binary files a/Lib/Core/IndyCore70.RES and b/Lib/Core/IndyCore70.RES differ diff --git a/Lib/Core/IndyCore70.rc b/Lib/Core/IndyCore70.rc index 86bbcd9fd..612c60be1 100644 --- a/Lib/Core/IndyCore70.rc +++ b/Lib/Core/IndyCore70.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore70\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore70.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore70.rc.tmpl b/Lib/Core/IndyCore70.rc.tmpl index eb9fae4e9..4ad3ce367 100644 --- a/Lib/Core/IndyCore70.rc.tmpl +++ b/Lib/Core/IndyCore70.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore70\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore70.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore90.RES b/Lib/Core/IndyCore90.RES index 8341427b8..0f8a12997 100644 Binary files a/Lib/Core/IndyCore90.RES and b/Lib/Core/IndyCore90.RES differ diff --git a/Lib/Core/IndyCore90.rc b/Lib/Core/IndyCore90.rc index 725ca1449..c56bcf3f4 100644 --- a/Lib/Core/IndyCore90.rc +++ b/Lib/Core/IndyCore90.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyCore90\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore90.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore90.rc.tmpl b/Lib/Core/IndyCore90.rc.tmpl index b8a9ea9c3..9fe500d91 100644 --- a/Lib/Core/IndyCore90.rc.tmpl +++ b/Lib/Core/IndyCore90.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyCore90\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyCore90.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/IndyCore90Net.dpk b/Lib/Core/IndyCore90Net.dpk index 25f056f79..c7b1aa0dc 100644 --- a/Lib/Core/IndyCore90Net.dpk +++ b/Lib/Core/IndyCore90Net.dpk @@ -21,8 +21,8 @@ package IndyCore90Net; {$IMPLICITBUILD ON} requires -Borland.Delphi, -Borland.VclRtl, + Borland.Delphi, + Borland.VclRtl, IndySystem90Net; contains diff --git a/Lib/Core/Makefile.fpc b/Lib/Core/Makefile.fpc index 5804d80a6..b465c99b7 100644 --- a/Lib/Core/Makefile.fpc +++ b/Lib/Core/Makefile.fpc @@ -1,8 +1,8 @@ -# Makefile.fpc for indycorefpc 10.6.2.0 +# Makefile.fpc for indycorefpc 10.6.3.0 [package] name=indycorefpc -version=10.6.2.0 +version=10.6.3.0 main=indy diff --git a/Lib/Core/Makefile.fpc.tmpl b/Lib/Core/Makefile.fpc.tmpl index 803e2d8cf..dfc1e15b7 100644 --- a/Lib/Core/Makefile.fpc.tmpl +++ b/Lib/Core/Makefile.fpc.tmpl @@ -1,15 +1,15 @@ -# Makefile.fpc for indycorefpc 10.6.2.$WCREV$ +# Makefile.fpc for indycorefpc 10.6.3.$WCREV$ [package] name=indycorefpc -version=10.6.2.$WCREV$ +version=10.6.3.$WCREV$ main=indy [compiler] includedir=../Inc unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET) -unitdir=../System/lib/$(CPU_TARGET)-$(OS_TARGET) +unitdir=../System/lib/$(CPU_TARGET)-$(OS_TARGET) options=-gl [target] diff --git a/Lib/Core/dclIndyCore.rc b/Lib/Core/dclIndyCore.rc index 2ae00ce97..d0ddbebbb 100644 --- a/Lib/Core/dclIndyCore.rc +++ b/Lib/Core/dclIndyCore.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore.rc.tmpl b/Lib/Core/dclIndyCore.rc.tmpl index 42e3bf5d8..5fd20c9de 100644 --- a/Lib/Core/dclIndyCore.rc.tmpl +++ b/Lib/Core/dclIndyCore.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore100.rc b/Lib/Core/dclIndyCore100.rc index 29b0b21da..f89a941d3 100644 --- a/Lib/Core/dclIndyCore100.rc +++ b/Lib/Core/dclIndyCore100.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore100\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore100.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore100.rc.tmpl b/Lib/Core/dclIndyCore100.rc.tmpl index cdcb99603..98a5a7428 100644 --- a/Lib/Core/dclIndyCore100.rc.tmpl +++ b/Lib/Core/dclIndyCore100.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore100\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore100.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore100.res b/Lib/Core/dclIndyCore100.res index 5b4710593..54ad9863b 100644 Binary files a/Lib/Core/dclIndyCore100.res and b/Lib/Core/dclIndyCore100.res differ diff --git a/Lib/Core/dclIndyCore110.RES b/Lib/Core/dclIndyCore110.RES index 07eeb61cd..e1fe064d0 100644 Binary files a/Lib/Core/dclIndyCore110.RES and b/Lib/Core/dclIndyCore110.RES differ diff --git a/Lib/Core/dclIndyCore110.rc b/Lib/Core/dclIndyCore110.rc index 89c39d8cf..192baebb6 100644 --- a/Lib/Core/dclIndyCore110.rc +++ b/Lib/Core/dclIndyCore110.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore110\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore110.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore110.rc.tmpl b/Lib/Core/dclIndyCore110.rc.tmpl index 0bc5949e3..688447277 100644 --- a/Lib/Core/dclIndyCore110.rc.tmpl +++ b/Lib/Core/dclIndyCore110.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore110\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore110.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore120.RES b/Lib/Core/dclIndyCore120.RES index 57390eb0a..a569b0781 100644 Binary files a/Lib/Core/dclIndyCore120.RES and b/Lib/Core/dclIndyCore120.RES differ diff --git a/Lib/Core/dclIndyCore120.rc b/Lib/Core/dclIndyCore120.rc index ed921dde5..c136abb98 100644 --- a/Lib/Core/dclIndyCore120.rc +++ b/Lib/Core/dclIndyCore120.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore120\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore120.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore120.rc.tmpl b/Lib/Core/dclIndyCore120.rc.tmpl index 6e1ae0b0b..3e9dbbbf3 100644 --- a/Lib/Core/dclIndyCore120.rc.tmpl +++ b/Lib/Core/dclIndyCore120.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore120\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore120.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore130.rc b/Lib/Core/dclIndyCore130.rc index a7021e929..5ae95c4a8 100644 --- a/Lib/Core/dclIndyCore130.rc +++ b/Lib/Core/dclIndyCore130.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore130\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore130.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore130.rc.tmpl b/Lib/Core/dclIndyCore130.rc.tmpl index fdd7df43b..6203de425 100644 --- a/Lib/Core/dclIndyCore130.rc.tmpl +++ b/Lib/Core/dclIndyCore130.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore130\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore130.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore130.res b/Lib/Core/dclIndyCore130.res index 0fa035940..282a40e9c 100644 Binary files a/Lib/Core/dclIndyCore130.res and b/Lib/Core/dclIndyCore130.res differ diff --git a/Lib/Core/dclIndyCore140.RES b/Lib/Core/dclIndyCore140.RES index c55775745..36cc32dc5 100644 Binary files a/Lib/Core/dclIndyCore140.RES and b/Lib/Core/dclIndyCore140.RES differ diff --git a/Lib/Core/dclIndyCore140.rc b/Lib/Core/dclIndyCore140.rc index ab0e2f8ca..bdd6fb6e3 100644 --- a/Lib/Core/dclIndyCore140.rc +++ b/Lib/Core/dclIndyCore140.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore140\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore140.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore140.rc.tmpl b/Lib/Core/dclIndyCore140.rc.tmpl index 9763025a6..381f73fb1 100644 --- a/Lib/Core/dclIndyCore140.rc.tmpl +++ b/Lib/Core/dclIndyCore140.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore140\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore140.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore150.RES b/Lib/Core/dclIndyCore150.RES index 5001cc53c..a7b788d7e 100644 Binary files a/Lib/Core/dclIndyCore150.RES and b/Lib/Core/dclIndyCore150.RES differ diff --git a/Lib/Core/dclIndyCore150.rc b/Lib/Core/dclIndyCore150.rc index 433f9c3d2..936d12cbb 100644 --- a/Lib/Core/dclIndyCore150.rc +++ b/Lib/Core/dclIndyCore150.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore150\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore150.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore150.rc.tmpl b/Lib/Core/dclIndyCore150.rc.tmpl index 4825af96b..b62496600 100644 --- a/Lib/Core/dclIndyCore150.rc.tmpl +++ b/Lib/Core/dclIndyCore150.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore150\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore150.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore160.rc b/Lib/Core/dclIndyCore160.rc index f04928acb..89bcf97be 100644 --- a/Lib/Core/dclIndyCore160.rc +++ b/Lib/Core/dclIndyCore160.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore160\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore160.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore160.rc.tmpl b/Lib/Core/dclIndyCore160.rc.tmpl index 045f93154..e97655b13 100644 --- a/Lib/Core/dclIndyCore160.rc.tmpl +++ b/Lib/Core/dclIndyCore160.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore160\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore160.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore160.res b/Lib/Core/dclIndyCore160.res index 8e525536e..e099e665a 100644 Binary files a/Lib/Core/dclIndyCore160.res and b/Lib/Core/dclIndyCore160.res differ diff --git a/Lib/Core/dclIndyCore170.rc b/Lib/Core/dclIndyCore170.rc index 4a3f27157..778d9de7a 100644 --- a/Lib/Core/dclIndyCore170.rc +++ b/Lib/Core/dclIndyCore170.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore170\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore170.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore170.rc.tmpl b/Lib/Core/dclIndyCore170.rc.tmpl index fdb2f6414..604b80a79 100644 --- a/Lib/Core/dclIndyCore170.rc.tmpl +++ b/Lib/Core/dclIndyCore170.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore170\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore170.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore170.res b/Lib/Core/dclIndyCore170.res index 9ff58d584..707100bf3 100644 Binary files a/Lib/Core/dclIndyCore170.res and b/Lib/Core/dclIndyCore170.res differ diff --git a/Lib/Core/dclIndyCore180.rc b/Lib/Core/dclIndyCore180.rc index 464ec9f1c..0cd6b62c0 100644 --- a/Lib/Core/dclIndyCore180.rc +++ b/Lib/Core/dclIndyCore180.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore180\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore180.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore180.rc.tmpl b/Lib/Core/dclIndyCore180.rc.tmpl index 7a08cf559..82eb5d249 100644 --- a/Lib/Core/dclIndyCore180.rc.tmpl +++ b/Lib/Core/dclIndyCore180.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore180\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore180.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore180.res b/Lib/Core/dclIndyCore180.res index cc6c37bce..3b21c9159 100644 Binary files a/Lib/Core/dclIndyCore180.res and b/Lib/Core/dclIndyCore180.res differ diff --git a/Lib/Core/dclIndyCore190.rc b/Lib/Core/dclIndyCore190.rc index 0d3b741eb..d4a14c347 100644 --- a/Lib/Core/dclIndyCore190.rc +++ b/Lib/Core/dclIndyCore190.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore190\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore190.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore190.rc.tmpl b/Lib/Core/dclIndyCore190.rc.tmpl index d0ea5d7f0..fb9f5eb5c 100644 --- a/Lib/Core/dclIndyCore190.rc.tmpl +++ b/Lib/Core/dclIndyCore190.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore190\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore190.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore190.res b/Lib/Core/dclIndyCore190.res index 6909cbe7d..78b254d65 100644 Binary files a/Lib/Core/dclIndyCore190.res and b/Lib/Core/dclIndyCore190.res differ diff --git a/Lib/Core/dclIndyCore200.rc b/Lib/Core/dclIndyCore200.rc index 03c599e53..59db8c534 100644 --- a/Lib/Core/dclIndyCore200.rc +++ b/Lib/Core/dclIndyCore200.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore200\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore200.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore200.rc.tmpl b/Lib/Core/dclIndyCore200.rc.tmpl index 9417b0b0e..10f2012a6 100644 --- a/Lib/Core/dclIndyCore200.rc.tmpl +++ b/Lib/Core/dclIndyCore200.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore200\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore200.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore200.res b/Lib/Core/dclIndyCore200.res index 0d89aef60..967c354c0 100644 Binary files a/Lib/Core/dclIndyCore200.res and b/Lib/Core/dclIndyCore200.res differ diff --git a/Lib/Core/dclIndyCore210.rc b/Lib/Core/dclIndyCore210.rc index 48b47fda4..eeea74bab 100644 --- a/Lib/Core/dclIndyCore210.rc +++ b/Lib/Core/dclIndyCore210.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore210\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore210.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore210.rc.tmpl b/Lib/Core/dclIndyCore210.rc.tmpl index 80eb32ae7..3b97ebddf 100644 --- a/Lib/Core/dclIndyCore210.rc.tmpl +++ b/Lib/Core/dclIndyCore210.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore210\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore210.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore210.res b/Lib/Core/dclIndyCore210.res index 6a60fc38d..9a267de2e 100644 Binary files a/Lib/Core/dclIndyCore210.res and b/Lib/Core/dclIndyCore210.res differ diff --git a/Lib/Core/dclIndyCore220.rc b/Lib/Core/dclIndyCore220.rc index 011417a2e..4b85bb9d8 100644 --- a/Lib/Core/dclIndyCore220.rc +++ b/Lib/Core/dclIndyCore220.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore220\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore220.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore220.rc.tmpl b/Lib/Core/dclIndyCore220.rc.tmpl index d5ad3da0e..79ae67bbf 100644 --- a/Lib/Core/dclIndyCore220.rc.tmpl +++ b/Lib/Core/dclIndyCore220.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore220\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore220.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore220.res b/Lib/Core/dclIndyCore220.res index d86ffa6bc..16937a2df 100644 Binary files a/Lib/Core/dclIndyCore220.res and b/Lib/Core/dclIndyCore220.res differ diff --git a/Lib/Core/dclIndyCore230.rc b/Lib/Core/dclIndyCore230.rc index 2076c2488..90093bc84 100644 --- a/Lib/Core/dclIndyCore230.rc +++ b/Lib/Core/dclIndyCore230.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore230\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore230.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore230.rc.tmpl b/Lib/Core/dclIndyCore230.rc.tmpl index ef41cf0fe..d3bed0cb8 100644 --- a/Lib/Core/dclIndyCore230.rc.tmpl +++ b/Lib/Core/dclIndyCore230.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore230\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore230.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore230.res b/Lib/Core/dclIndyCore230.res index 8020b989d..e48eedc14 100644 Binary files a/Lib/Core/dclIndyCore230.res and b/Lib/Core/dclIndyCore230.res differ diff --git a/Lib/Core/dclIndyCore240.rc b/Lib/Core/dclIndyCore240.rc index 20050332f..53f65dca8 100644 --- a/Lib/Core/dclIndyCore240.rc +++ b/Lib/Core/dclIndyCore240.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore240\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore240.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore240.rc.tmpl b/Lib/Core/dclIndyCore240.rc.tmpl index 791cd4c15..3cd7ef94f 100644 --- a/Lib/Core/dclIndyCore240.rc.tmpl +++ b/Lib/Core/dclIndyCore240.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore240\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore240.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore240.res b/Lib/Core/dclIndyCore240.res index 84e8ace96..8ad82c4d4 100644 Binary files a/Lib/Core/dclIndyCore240.res and b/Lib/Core/dclIndyCore240.res differ diff --git a/Lib/Core/dclIndyCore250.rc b/Lib/Core/dclIndyCore250.rc index f4d6dbb05..8883a8a00 100644 --- a/Lib/Core/dclIndyCore250.rc +++ b/Lib/Core/dclIndyCore250.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore250\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore250.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore250.rc.tmpl b/Lib/Core/dclIndyCore250.rc.tmpl index d1e9f8355..6876e43d8 100644 --- a/Lib/Core/dclIndyCore250.rc.tmpl +++ b/Lib/Core/dclIndyCore250.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore250\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore250.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore250.res b/Lib/Core/dclIndyCore250.res index 5118772fa..b84d1d73a 100644 Binary files a/Lib/Core/dclIndyCore250.res and b/Lib/Core/dclIndyCore250.res differ diff --git a/Lib/Core/dclIndyCore260.rc b/Lib/Core/dclIndyCore260.rc index 1feab5fd6..fa31ba715 100644 --- a/Lib/Core/dclIndyCore260.rc +++ b/Lib/Core/dclIndyCore260.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore260\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2018 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore260.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore260.rc.tmpl b/Lib/Core/dclIndyCore260.rc.tmpl index d33d76b7d..546f6b9f1 100644 --- a/Lib/Core/dclIndyCore260.rc.tmpl +++ b/Lib/Core/dclIndyCore260.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore260\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2018 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore260.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore260.res b/Lib/Core/dclIndyCore260.res index 5118772fa..9fb4f2788 100644 Binary files a/Lib/Core/dclIndyCore260.res and b/Lib/Core/dclIndyCore260.res differ diff --git a/Lib/Core/dclIndyCore260.tmpl b/Lib/Core/dclIndyCore260.tmpl index 2c5314f30..78f60386a 100644 --- a/Lib/Core/dclIndyCore260.tmpl +++ b/Lib/Core/dclIndyCore260.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore250\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore250.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore270.dpk b/Lib/Core/dclIndyCore270.dpk index a9c4cb93d..f2d9cd700 100644 --- a/Lib/Core/dclIndyCore270.dpk +++ b/Lib/Core/dclIndyCore270.dpk @@ -24,7 +24,7 @@ package dclIndyCore270; {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DEFINE DEBUG} -{$DEFINE VER330} +{$DEFINE VER340} {$ENDIF IMPLICITBUILDING} {$DESCRIPTION 'Indy 10 Core Design Time'} {$DESIGNONLY} @@ -43,4 +43,4 @@ contains IdDsnPropEdBindingVCL in 'IdDsnPropEdBindingVCL.pas', IdRegisterCore in 'IdRegisterCore.pas'; -end. \ No newline at end of file +end. diff --git a/Lib/Core/dclIndyCore270.rc b/Lib/Core/dclIndyCore270.rc index 248743f0c..27f74fed0 100644 --- a/Lib/Core/dclIndyCore270.rc +++ b/Lib/Core/dclIndyCore270.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore270\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2021 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore270.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore270.rc.tmpl b/Lib/Core/dclIndyCore270.rc.tmpl index 038e3c156..d6dac93a7 100644 --- a/Lib/Core/dclIndyCore270.rc.tmpl +++ b/Lib/Core/dclIndyCore270.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore270\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2021 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore270.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore280.dpk b/Lib/Core/dclIndyCore280.dpk index 5f0d92ed1..db3ba1076 100644 --- a/Lib/Core/dclIndyCore280.dpk +++ b/Lib/Core/dclIndyCore280.dpk @@ -41,4 +41,4 @@ contains IdDsnPropEdBindingVCL in 'IdDsnPropEdBindingVCL.pas', IdRegisterCore in 'IdRegisterCore.pas'; -end. \ No newline at end of file +end. diff --git a/Lib/Core/dclIndyCore280.rc b/Lib/Core/dclIndyCore280.rc index 4c1c6c45a..2c64548a1 100644 --- a/Lib/Core/dclIndyCore280.rc +++ b/Lib/Core/dclIndyCore280.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore280\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2022 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore280.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore280.rc.tmpl b/Lib/Core/dclIndyCore280.rc.tmpl index 4af6cb422..f8ab6d24a 100644 --- a/Lib/Core/dclIndyCore280.rc.tmpl +++ b/Lib/Core/dclIndyCore280.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore280\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2022 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore280.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore290.dpk b/Lib/Core/dclIndyCore290.dpk new file mode 100644 index 000000000..79171746d --- /dev/null +++ b/Lib/Core/dclIndyCore290.dpk @@ -0,0 +1,44 @@ +package dclIndyCore290; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'Indy 10 Core Design Time'} +{$DESIGNONLY} +{$IMPLICITBUILD ON} + +requires + designide, + IndySystem290, + IndyCore290; + +contains + IdAboutVCL in 'IdAboutVCL.pas', + IdAntiFreeze in 'IdAntiFreeze.pas', + IdCoreDsnRegister in 'IdCoreDsnRegister.pas', + IdDsnCoreResourceStrings in 'IdDsnCoreResourceStrings.pas', + IdDsnPropEdBindingVCL in 'IdDsnPropEdBindingVCL.pas', + IdRegisterCore in 'IdRegisterCore.pas'; + +end. diff --git a/Lib/Core/dclIndyCore290.dproj b/Lib/Core/dclIndyCore290.dproj new file mode 100644 index 000000000..66bacb520 --- /dev/null +++ b/Lib/Core/dclIndyCore290.dproj @@ -0,0 +1,1004 @@ + + + {1D46A695-5727-4259-8F1C-AD2CF5BB5BA3} + dclIndyCore290.dpk + True + Release + 1 + Package + None + 20.1 + Win32 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + Indy 10 Core Design Time + false + true + false + true + false + dclIndyCore290 + 1033 + System;Xml;Data;Datasnap;Web;Soap;Vcl;$(DCC_Namespace) + true + 00400000 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= + false + false + true + + + IndyCore290;IndySystem290;$(DCC_UsePackage) + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) + true + 1033 + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + + + IndyCore290;IndySystem290;$(DCC_UsePackage) + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + Debug + true + CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments= + + + false + 0 + RELEASE;$(DCC_Define) + 0 + + + true + DEBUG;$(DCC_Define) + false + + + true + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) + + + + MainSource + + + + + + + + + + + + Base + + + Cfg_1 + Base + + + Cfg_2 + Base + + + + Delphi.Personality.12 + Package + + + + dclIndyCore290.dpk + + + Embarcadero RAD Server Edge Components + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + + True + False + + + + + + true + + + + + true + + + + + + true + + + + + 1 + + + 0 + + + + + classes + 64 + + + classes + 64 + + + + + res\xml + 1 + + + res\xml + 1 + + + + + library\lib\armeabi + 1 + + + library\lib\armeabi + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + library\lib\mips + 1 + + + library\lib\mips + 1 + + + + + library\lib\armeabi-v7a + 1 + + + library\lib\arm64-v8a + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-anydpi-v21 + 1 + + + res\drawable-anydpi-v21 + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\values-v21 + 1 + + + res\values-v21 + 1 + + + + + res\values-v31 + 1 + + + res\values-v31 + 1 + + + + + res\drawable-anydpi-v26 + 1 + + + res\drawable-anydpi-v26 + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-anydpi-v33 + 1 + + + res\drawable-anydpi-v33 + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\values-night-v21 + 1 + + + res\values-night-v21 + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-xxhdpi + 1 + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-xxxhdpi + 1 + + + res\drawable-xxxhdpi + 1 + + + + + res\drawable-ldpi + 1 + + + res\drawable-ldpi + 1 + + + + + res\drawable-mdpi + 1 + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + res\drawable-xhdpi + 1 + + + + + res\drawable-mdpi + 1 + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + res\drawable-xhdpi + 1 + + + + + res\drawable-xxhdpi + 1 + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-xxxhdpi + 1 + + + res\drawable-xxxhdpi + 1 + + + + + res\drawable-small + 1 + + + res\drawable-small + 1 + + + + + res\drawable-normal + 1 + + + res\drawable-normal + 1 + + + + + res\drawable-large + 1 + + + res\drawable-large + 1 + + + + + res\drawable-xlarge + 1 + + + res\drawable-xlarge + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\drawable-anydpi-v24 + 1 + + + res\drawable-anydpi-v24 + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-night-anydpi-v21 + 1 + + + res\drawable-night-anydpi-v21 + 1 + + + + + res\drawable-anydpi-v31 + 1 + + + res\drawable-anydpi-v31 + 1 + + + + + res\drawable-night-anydpi-v31 + 1 + + + res\drawable-night-anydpi-v31 + 1 + + + + + 1 + + + 1 + + + 0 + + + + + 1 + .framework + + + 1 + .framework + + + 1 + .framework + + + 0 + + + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .dll;.bpl + + + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .bpl + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + 1 + + + 1 + + + + + + + + Contents\Resources + 1 + + + Contents\Resources + 1 + + + Contents\Resources + 1 + + + + + library\lib\armeabi-v7a + 1 + + + library\lib\arm64-v8a + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 0 + + + + + library\lib\armeabi-v7a + 1 + + + + + 1 + + + 1 + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + + + + 1 + + + 1 + + + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + + + + + + + + + + + + + 12 + + + + + diff --git a/Lib/Core/dclIndyCore290.rc b/Lib/Core/dclIndyCore290.rc new file mode 100644 index 000000000..57d469a43 --- /dev/null +++ b/Lib/Core/dclIndyCore290.rc @@ -0,0 +1,31 @@ +1 VERSIONINFO +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 +FILEFLAGSMASK 0x3FL +FILEFLAGS 0x00L +FILEOS 0x40004L +FILETYPE 0x1L +FILESUBTYPE 0x0L +{ + BLOCK "StringFileInfo" + { + BLOCK "000104E4" + { + VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" + VALUE "InternalName", "dclIndyCore290\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "OriginalFilename", "dclIndyCore290.bpl\0" + VALUE "ProductName", "Indy\0" + VALUE "ProductVersion", "10.6.3\0" + } + + } + + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0001, 1252 + } + +} diff --git a/Lib/Core/dclIndyCore290.rc.tmpl b/Lib/Core/dclIndyCore290.rc.tmpl new file mode 100644 index 000000000..1a160ace8 --- /dev/null +++ b/Lib/Core/dclIndyCore290.rc.tmpl @@ -0,0 +1,31 @@ +1 VERSIONINFO +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ +FILEFLAGSMASK 0x3FL +FILEFLAGS 0x00L +FILEOS 0x40004L +FILETYPE 0x1L +FILESUBTYPE 0x0L +{ + BLOCK "StringFileInfo" + { + BLOCK "000104E4" + { + VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" + VALUE "InternalName", "dclIndyCore290\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "OriginalFilename", "dclIndyCore290.bpl\0" + VALUE "ProductName", "Indy\0" + VALUE "ProductVersion", "10.6.3\0" + } + + } + + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0001, 1252 + } + +} diff --git a/Lib/Core/dclIndyCore290.res b/Lib/Core/dclIndyCore290.res new file mode 100644 index 000000000..527eb12d8 Binary files /dev/null and b/Lib/Core/dclIndyCore290.res differ diff --git a/Lib/Core/dclIndyCore40.RES b/Lib/Core/dclIndyCore40.RES index 021ba0838..d546a9ecd 100644 Binary files a/Lib/Core/dclIndyCore40.RES and b/Lib/Core/dclIndyCore40.RES differ diff --git a/Lib/Core/dclIndyCore40.dpk b/Lib/Core/dclIndyCore40.dpk index 8ce26a26f..021b0c7f4 100644 --- a/Lib/Core/dclIndyCore40.dpk +++ b/Lib/Core/dclIndyCore40.dpk @@ -1,17 +1,13 @@ package dclIndyCore40; -{$ASSERTIONS ON} +{$R *.res} {$BOOLEVAL OFF} -{$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} -{$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} -{$OVERFLOWCHECKS ON} -{$RANGECHECKS ON} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} @@ -22,19 +18,19 @@ package dclIndyCore40; {$IMAGEBASE $400000} {$DESCRIPTION 'Indy 10 Core Design Time'} {$DESIGNONLY} -{$IMPLICITBUILD OFF} +{$IMPLICITBUILD ON} requires - designide, + Vcl40, + IndySystem40, IndyCore40; contains - IdAbout in 'IdAbout.pas', + IdAboutVCL in 'IdAboutVCL.pas', IdAntiFreeze in 'IdAntiFreeze.pas', IdCoreDsnRegister in 'IdCoreDsnRegister.pas', - IdDsnBaseCmpEdt in 'IdDsnBaseCmpEdt.pas', IdDsnCoreResourceStrings in 'IdDsnCoreResourceStrings.pas', - IdDsnPropEdBinding in 'IdDsnPropEdBinding.pas', + IdDsnPropEdBindingVCL in 'IdDsnPropEdBindingVCL.pas', IdRegisterCore in 'IdRegisterCore.pas'; end. diff --git a/Lib/Core/dclIndyCore40.rc b/Lib/Core/dclIndyCore40.rc index aa42c7377..597f130a9 100644 --- a/Lib/Core/dclIndyCore40.rc +++ b/Lib/Core/dclIndyCore40.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore40\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore40.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore40.rc.tmpl b/Lib/Core/dclIndyCore40.rc.tmpl index e07312745..170c07098 100644 --- a/Lib/Core/dclIndyCore40.rc.tmpl +++ b/Lib/Core/dclIndyCore40.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore40\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore40.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore50.rc b/Lib/Core/dclIndyCore50.rc index dc530444a..a0b99eb3b 100644 --- a/Lib/Core/dclIndyCore50.rc +++ b/Lib/Core/dclIndyCore50.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore50\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore50.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore50.rc.tmpl b/Lib/Core/dclIndyCore50.rc.tmpl index 8a92f0d6e..21ec4aa69 100644 --- a/Lib/Core/dclIndyCore50.rc.tmpl +++ b/Lib/Core/dclIndyCore50.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore50\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore50.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore50.res b/Lib/Core/dclIndyCore50.res index dba844a0a..a8969862d 100644 Binary files a/Lib/Core/dclIndyCore50.res and b/Lib/Core/dclIndyCore50.res differ diff --git a/Lib/Core/dclIndyCore60.rc b/Lib/Core/dclIndyCore60.rc index 6d1304aa2..79af95794 100644 --- a/Lib/Core/dclIndyCore60.rc +++ b/Lib/Core/dclIndyCore60.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore60\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore60.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore60.rc.tmpl b/Lib/Core/dclIndyCore60.rc.tmpl index df37af5c6..672d4d1d3 100644 --- a/Lib/Core/dclIndyCore60.rc.tmpl +++ b/Lib/Core/dclIndyCore60.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore60\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore60.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore60.res b/Lib/Core/dclIndyCore60.res index d09547ae6..10f21a4c6 100644 Binary files a/Lib/Core/dclIndyCore60.res and b/Lib/Core/dclIndyCore60.res differ diff --git a/Lib/Core/dclIndyCore70.rc b/Lib/Core/dclIndyCore70.rc index c0985db06..74efdfffd 100644 --- a/Lib/Core/dclIndyCore70.rc +++ b/Lib/Core/dclIndyCore70.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore70\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore70.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore70.rc.tmpl b/Lib/Core/dclIndyCore70.rc.tmpl index 076e48f0e..1a484570f 100644 --- a/Lib/Core/dclIndyCore70.rc.tmpl +++ b/Lib/Core/dclIndyCore70.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore70\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore70.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore70.res b/Lib/Core/dclIndyCore70.res index bea7f69a8..1e6670223 100644 Binary files a/Lib/Core/dclIndyCore70.res and b/Lib/Core/dclIndyCore70.res differ diff --git a/Lib/Core/dclIndyCore80Net.dpk b/Lib/Core/dclIndyCore80Net.dpk index 9bf0c88be..9a5a6de15 100644 --- a/Lib/Core/dclIndyCore80Net.dpk +++ b/Lib/Core/dclIndyCore80Net.dpk @@ -30,12 +30,12 @@ requires IndyCore80Net; contains - IdAbout in 'IdAbout.pas', + IdAboutDotNET in 'IdAboutDotNET.pas', IdAntiFreeze in 'IdAntiFreeze.pas', IdCoreDsnRegister in 'IdCoreDsnRegister.pas', - IdDsnBaseCmpEdt in 'IdDsnBaseCmpEdt.pas', IdDsnCoreResourceStrings in 'IdDsnCoreResourceStrings.pas', - IdDsnPropEdBinding in 'IdDsnPropEdBinding.pas', + IdDsnPropEdBindingNET in 'IdDsnPropEdBindingNET.pas', IdRegisterCore in 'IdRegisterCore.pas'; +{$I IddclCore90ASM90.inc} end. diff --git a/Lib/Core/dclIndyCore90.rc b/Lib/Core/dclIndyCore90.rc index 0caabebfb..da9b3b7c4 100644 --- a/Lib/Core/dclIndyCore90.rc +++ b/Lib/Core/dclIndyCore90.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyCore90\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore90.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore90.rc.tmpl b/Lib/Core/dclIndyCore90.rc.tmpl index 560b2934b..b0280c99f 100644 --- a/Lib/Core/dclIndyCore90.rc.tmpl +++ b/Lib/Core/dclIndyCore90.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Core Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyCore90\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyCore90.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Core/dclIndyCore90.res b/Lib/Core/dclIndyCore90.res index 940ca425c..2dd66570f 100644 Binary files a/Lib/Core/dclIndyCore90.res and b/Lib/Core/dclIndyCore90.res differ diff --git a/Lib/FCL/IdCompilerDefines.inc b/Lib/FCL/IdCompilerDefines.inc index 5f49656b6..4830cf01a 100644 --- a/Lib/FCL/IdCompilerDefines.inc +++ b/Lib/FCL/IdCompilerDefines.inc @@ -440,6 +440,16 @@ {$ENDIF} {$ENDIF} + //Delphi & CBuilder 12.0 Athens (Yukon) + {$IFDEF VER360} + {$DEFINE VCL_12} + {$IFDEF CBUILDER} + {$DEFINE CBUILDER_12} + {$ELSE} + {$DEFINE DELPHI_12} + {$ENDIF} + {$ENDIF} + // Kylix // //Important: Don't use CompilerVersion here as IF's are evaluated before @@ -739,8 +749,16 @@ // end FPC -{$IFDEF VCL_11} +{$IFDEF VCL_12} + {$DEFINE VCL_12_OR_ABOVE} +{$ENDIF} + +{$IFDEF VCL_12_OR_ABOVE} {$DEFINE VCL_11_OR_ABOVE} +{$ELSE} + {$IFDEF VCL_11} + {$DEFINE VCL_11_OR_ABOVE} + {$ENDIF} {$ENDIF} {$IFDEF VCL_11_OR_ABOVE} @@ -1627,7 +1645,7 @@ {$IFDEF UNIX} {$DEFINE USE_OPENSSL} {$DEFINE USE_ZLIB_UNIT} - {$DEFINE HAS_getifaddrs} + {$DEFINE HAS_getifaddrs} {$ENDIF} {$IFDEF MACOS} diff --git a/Lib/FCL/IdVers.inc b/Lib/FCL/IdVers.inc index 1510f2583..353692b0e 100644 --- a/Lib/FCL/IdVers.inc +++ b/Lib/FCL/IdVers.inc @@ -2,17 +2,17 @@ {$NODEFINE gsIdVersionMajor} gsIdVersionMinor = 6; {$NODEFINE gsIdVersionMinor} - gsIdVersionRelease = 2; + gsIdVersionRelease = 3; {$NODEFINE gsIdVersionRelease} gsIdVersionBuild = 0; {$NODEFINE gsIdVersionBuild} (*$HPPEMIT '#define gsIdVersionMajor 10'*) (*$HPPEMIT '#define gsIdVersionMinor 6'*) - (*$HPPEMIT '#define gsIdVersionRelease 2'*) + (*$HPPEMIT '#define gsIdVersionRelease 3'*) (*$HPPEMIT '#define gsIdVersionBuild 0'*) (*$HPPEMIT ''*) - gsIdVersion = '10.6.2.0'; {do not localize} + gsIdVersion = '10.6.3.0'; {do not localize} gsIdProductName = 'Indy'; {do not localize} - gsIdProductVersion = '10.6.2'; {do not localize} + gsIdProductVersion = '10.6.3'; {do not localize} diff --git a/Lib/FCL/IdVers.inc.tmpl b/Lib/FCL/IdVers.inc.tmpl index b5d3b41f7..5ca9b110a 100644 --- a/Lib/FCL/IdVers.inc.tmpl +++ b/Lib/FCL/IdVers.inc.tmpl @@ -2,17 +2,17 @@ {$NODEFINE gsIdVersionMajor} gsIdVersionMinor = 6; {$NODEFINE gsIdVersionMinor} - gsIdVersionRelease = 2; + gsIdVersionRelease = 3; {$NODEFINE gsIdVersionRelease} gsIdVersionBuild = $WCREV$; {$NODEFINE gsIdVersionBuild} (*$HPPEMIT '#define gsIdVersionMajor 10'*) (*$HPPEMIT '#define gsIdVersionMinor 6'*) - (*$HPPEMIT '#define gsIdVersionRelease 2'*) + (*$HPPEMIT '#define gsIdVersionRelease 3'*) (*$HPPEMIT '#define gsIdVersionBuild $WCREV$'*) (*$HPPEMIT ''*) - gsIdVersion = '10.6.2.$WCREV$'; {do not localize} + gsIdVersion = '10.6.3.$WCREV$'; {do not localize} gsIdProductName = 'Indy'; {do not localize} - gsIdProductVersion = '10.6.2'; {do not localize} + gsIdProductVersion = '10.6.3'; {do not localize} diff --git a/Lib/Fullc_All.bat b/Lib/Fullc_All.bat index 9035d6f59..f2c0d6440 100644 --- a/Lib/Fullc_All.bat +++ b/Lib/Fullc_All.bat @@ -19,4 +19,5 @@ call Fullc_Berlin call Fullc_Tokyo call Fullc_Rio call Fullc_Sydney -call Fullc_Alexandria \ No newline at end of file +call Fullc_Alexandria +call Fullc_Athens \ No newline at end of file diff --git a/Lib/Fullc_Athens.bat b/Lib/Fullc_Athens.bat new file mode 100644 index 000000000..00af10d4a --- /dev/null +++ b/Lib/Fullc_Athens.bat @@ -0,0 +1,206 @@ +@echo off + +REM **************************************************************************** +REM +REM Author : Malcolm Smith, MJ freelancing +REM http://www.mjfreelancing.com +REM +REM Note: This batch file copies the ZLIB OBJ files from \Lib\Protocols\ZLib\i386-Win32-ZLib +REM (Update to \Lib\Protocols\ZLib\x86_64-Win64-ZLib if required) +REM +REM Pre-requisites: \Lib\System contains the project / pas/ res files for IndySystem +REM \Lib\Core contains the project / pas/ res files for IndyCore +REM \Lib\Protocols contains the project / pas/ res files for IndyProtocols +REM +REM Command line (optional) parameters: +REM %1 = Configuration option, the default is "Release" +REM %2 = Platform option, the default is "Win32" +REM +REM Example: FullC29 -> will build Release, Win32 +REM Example: FullC29 Debug -> will build Debug, Win32 +REM Example: FullC29 Release Win64 -> will build Release, Win64 (if available) +REM +REM **************************************************************************** + + +REM ************************************************************ +REM Set up the environment +REM ************************************************************ + +computil SetupC29 +if exist setenv.bat call setenv.bat +if exist setenv.bat del setenv.bat > nul + +if (%NDC29%)==() goto enderror + +REM Set up the environment +call %NDC29%\bin\rsvars.bat + +REM Check for configuration options +SET IndyConfig=Release +SET IndyPlatform=Win32 + +:setconfig +if [%1]==[] goto setplatform +SET IndyConfig=%1 + +:setplatform +if [%2]==[] goto preparefolders +SET IndyPlatform=%2 + + +REM ************************************************************ +REM Prepare the folder structure +REM ************************************************************ + +:preparefolders +if not exist ..\C29\*.* md ..\C29 > nul +if not exist ..\C29\ZLib\*.* md ..\C29\ZLib > nul +if not exist ..\C29\ZLib\i386-Win32-ZLib\*.* md ..\C29\ZLib\i386-Win32-ZLib > nul +if not exist ..\C29\ZLib\x86_64-Win64-ZLib\*.* md ..\C29\ZLib\x86_64-Win64-ZLib > nul +if not exist ..\C29\%IndyPlatform% md ..\C29\%IndyPlatform% > nul +if not exist ..\C29\%IndyPlatform%\%IndyConfig% md ..\C29\%IndyPlatform%\%IndyConfig% > nul + +if exist ..\C29\*.* call clean.bat ..\C29\ + + +REM ************************************************************ +REM Copy over the IndySystem files +REM ************************************************************ + +:indysystem +cd System +copy IndySystem290.dpk ..\..\C29 > nul +copy IndySystem290.dproj ..\..\C29 > nul +copy *.res ..\..\C29 > nul +copy *.pas ..\..\C29 > nul +copy *.inc ..\..\C29 > nul +copy *.ico ..\..\C29 > nul + +cd ..\..\C29 + +REM ************************************************************ +REM Build IndySystem +REM ************************************************************ + +msbuild IndySystem290.dproj /t:Rebuild /p:Config=%IndyConfig%;Platform=%IndyPlatform%;DCC_Define="BCB" +if errorlevel 1 goto enderror + + +REM ************************************************************ +REM Copy over the IndyCore files +REM ************************************************************ + +:indycore +cd ..\Lib\Core + +copy *IndyCore290.dpk ..\..\C29 > nul +copy *IndyCore290.dproj ..\..\C29 > nul +copy *.res ..\..\C29 > nul +copy *.pas ..\..\C29 > nul +copy *.dcr ..\..\C29 > nul +copy *.inc ..\..\C29 > nul +copy *.ico ..\..\C29 > nul + +cd ..\..\C29 + +REM ************************************************************ +REM Build IndyCore +REM ************************************************************ + +msbuild IndyCore290.dproj /t:Rebuild /p:Config=%IndyConfig%;Platform=%IndyPlatform%;DCC_Define="BCB" +if errorlevel 1 goto enderror + +REM design time is for Win32 only +if not "%IndyPlatform%" == "Win32" goto indyprotocols + +msbuild dclIndyCore290.dproj /t:Rebuild /p:Config=%IndyConfig%;Platform=%IndyPlatform%;DCC_Define="BCB" +if errorlevel 1 goto enderror + + +REM ************************************************************ +REM Copy over the IndyProtocols files +REM ************************************************************ + +:indyprotocols +cd ..\Lib\Protocols + +copy zlib\i386-Win32-ZLib\*.obj ..\..\C29\ZLib\i386-Win32-ZLib > nul +copy zlib\x86_64-Win64-ZLib\*.obj ..\..\C29\ZLib\x86_64-Win64-ZLib > nul +copy *IndyProtocols290.dpk ..\..\C29 > nul +copy *IndyProtocols290.dproj ..\..\C29 > nul +copy *.res ..\..\C29 > nul +copy *.pas ..\..\C29 > nul +copy *.dcr ..\..\C29 > nul +copy *.inc ..\..\C29 > nul +copy *.ico ..\..\C29 > nul + +cd ..\..\C29 + +REM ************************************************************ +REM Build IndyProtocols +REM ************************************************************ + +msbuild IndyProtocols290.dproj /t:Rebuild /p:Config=%IndyConfig%;Platform=%IndyPlatform%;DCC_Define="BCB" +if errorlevel 1 goto enderror + +REM design time is for Win32 only +if not "%IndyPlatform%" == "Win32" goto copygenerated + +msbuild dclIndyProtocols290.dproj /t:Rebuild /p:Config=%IndyConfig%;Platform=%IndyPlatform%;DCC_Define="BCB" +if errorlevel 1 goto enderror + + +:copygenerated + +REM ************************************************************ +REM Copy over all generated files +REM ************************************************************ +copy ..\Output\hpp\%IndyPlatform%\%IndyConfig%\Id*.hpp %IndyPlatform%\%IndyConfig% +copy "%BDSCOMMONDIR%\Bpl\*Indy*.bpl" %IndyPlatform%\%IndyConfig% +copy *Indy*.bpl %IndyPlatform%\%IndyConfig% +copy ..\Output\Bpi\%IndyPlatform%\%IndyConfig%\Indy*.bpi %IndyPlatform%\%IndyConfig% +if "%IndyPlatform%" == "Win32" copy "..\Output\Obj\%IndyPlatform%\%IndyConfig%\Indy*.Lib" %IndyPlatform%\%IndyConfig% +copy indysystem290.res %IndyPlatform%\%IndyConfig% +copy indycore290.res %IndyPlatform%\%IndyConfig% +copy indyprotocols290.res %IndyPlatform%\%IndyConfig% + +REM ************************************************************ +REM Delete all other files / directories no longer required +REM ************************************************************ +del /Q ..\Output\hpp\%IndyPlatform%\%IndyConfig%\*.* +del /Q ..\Output\Bpi\%IndyPlatform%\%IndyConfig%\*.* +if "%IndyPlatform%" == "Win32" del /Q ..\Output\Obj\%IndyPlatform%\%IndyConfig%\*.* +del /Q "%BDSCOMMONDIR%\Bpl\*Indy*.bpl" +del /Q "%BDSCOMMONDIR%\Dcp\*.*" +del /Q ZLib\i386-Win32-ZLib\*.* +del /Q ZLib\x86_64-Win64-ZLib\*.* +del /Q *.* + +rd ZLib\i386-Win32-ZLib +rd ZLib\x86_64-Win64-ZLib +rd ZLib +rd ..\Output\hpp\%IndyPlatform%\%IndyConfig% +rd ..\Output\hpp\%IndyPlatform% +rd ..\Output\hpp +rd ..\Output\Bpi\%IndyPlatform%\%IndyConfig% +rd ..\Output\Bpi\%IndyPlatform% +rd ..\Output\Bpi +if "%IndyPlatform%" == "Win32" rd ..\Output\Obj\%IndyPlatform%\%IndyConfig% +if "%IndyPlatform%" == "Win32" rd ..\Output\Obj\%IndyPlatform% +if "%IndyPlatform%" == "Win32" rd ..\Output\Obj +rd ..\Output + +goto endok + +:enderror +echo Error! +pause +goto endok + +:endnocompiler +echo C++Builder 29 Compiler Not Present! +goto endok + +:endok +cd ..\Lib \ No newline at end of file diff --git a/Lib/Indy.Sockets.dpr b/Lib/Indy.Sockets.dpr index 959311407..da726c9bd 100644 --- a/Lib/Indy.Sockets.dpr +++ b/Lib/Indy.Sockets.dpr @@ -1,6 +1,8 @@ library Indy.Sockets; {%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1.1.4322\System.dll'} +{%DelphiDotNetAssemblyCompiler '$(CommonProgramFiles)\borland shared\bds\shared assemblies\3.0\Borland.Delphi.dll'} +{%DelphiDotNetAssemblyCompiler '$(CommonProgramFiles)\borland shared\bds\shared assemblies\3.0\Borland.VclRtl.dll'} uses @@ -65,6 +67,7 @@ uses Indy.Sockets.IdException in 'Indy.Sockets.IdException.pas', Indy.Sockets.IdExceptionCore in 'Indy.Sockets.IdExceptionCore.pas', Indy.Sockets.IdExplicitTLSClientServerBase in 'Indy.Sockets.IdExplicitTLSClientServerBase.pas', + Indy.Sockets.IdFIPS in 'Indy.Sockets.IdFIPS.pas', Indy.Sockets.IdFSP in 'Indy.Sockets.IdFSP.pas', Indy.Sockets.IdFTP in 'Indy.Sockets.IdFTP.pas', Indy.Sockets.IdFTPBaseFileSystem in 'Indy.Sockets.IdFTPBaseFileSystem.pas', @@ -80,6 +83,7 @@ uses Indy.Sockets.IdFTPListParseDistinctTCPIP in 'Indy.Sockets.IdFTPListParseDistinctTCPIP.pas', Indy.Sockets.IdFTPListParseEPLF in 'Indy.Sockets.IdFTPListParseEPLF.pas', Indy.Sockets.IdFTPListParseHellSoft in 'Indy.Sockets.IdFTPListParseHellSoft.pas', + Indy.Sockets.IdFTPListParseIEFTPGateway in 'Indy.Sockets.IdFTPListParseIEFTPGateway.pas', Indy.Sockets.IdFTPListParseKA9Q in 'Indy.Sockets.IdFTPListParseKA9Q.pas', Indy.Sockets.IdFTPListParseMPEiX in 'Indy.Sockets.IdFTPListParseMPEiX.pas', Indy.Sockets.IdFTPListParseMVS in 'Indy.Sockets.IdFTPListParseMVS.pas', @@ -91,6 +95,7 @@ uses Indy.Sockets.IdFTPListParseNovellNetwarePSU in 'Indy.Sockets.IdFTPListParseNovellNetwarePSU.pas', Indy.Sockets.IdFTPListParseOS2 in 'Indy.Sockets.IdFTPListParseOS2.pas', Indy.Sockets.IdFTPListParsePCNFSD in 'Indy.Sockets.IdFTPListParsePCNFSD.pas', + Indy.Sockets.IdFTPListParsePCTCP in 'Indy.Sockets.IdFTPListParsePCTCP.pas', Indy.Sockets.IdFTPListParseStercomOS390Exp in 'Indy.Sockets.IdFTPListParseStercomOS390Exp.pas', Indy.Sockets.IdFTPListParseStercomUnixEnt in 'Indy.Sockets.IdFTPListParseStercomUnixEnt.pas', Indy.Sockets.IdFTPListParseStratusVOS in 'Indy.Sockets.IdFTPListParseStratusVOS.pas', @@ -119,6 +124,7 @@ uses Indy.Sockets.IdGopher in 'Indy.Sockets.IdGopher.pas', Indy.Sockets.IdGopherConsts in 'Indy.Sockets.IdGopherConsts.pas', Indy.Sockets.IdGopherServer in 'Indy.Sockets.IdGopherServer.pas', + Indy.Sockets.IdHL7 in 'Indy.Sockets.IdHL7.pas', Indy.Sockets.IdHMAC in 'Indy.Sockets.IdHMAC.pas', Indy.Sockets.IdHMACMD5 in 'Indy.Sockets.IdHMACMD5.pas', Indy.Sockets.IdHMACSHA1 in 'Indy.Sockets.IdHMACSHA1.pas', @@ -132,7 +138,7 @@ uses Indy.Sockets.IdHashMessageDigest in 'Indy.Sockets.IdHashMessageDigest.pas', Indy.Sockets.IdHashSHA in 'Indy.Sockets.IdHashSHA.pas', Indy.Sockets.IdHeaderCoderBase in 'Indy.Sockets.IdHeaderCoderBase.pas', - Indy.Sockets.IdHeaderCoderDotNet in 'Indy.Sockets.IdHeaderCoderDotNet.pas', + Indy.Sockets.IdHeaderCoderIndy in 'Indy.Sockets.IdHeaderCoderIndy.pas', Indy.Sockets.IdHeaderCoderPlain in 'Indy.Sockets.IdHeaderCoderPlain.pas', Indy.Sockets.IdHeaderList in 'Indy.Sockets.IdHeaderList.pas', Indy.Sockets.IdIMAP4 in 'Indy.Sockets.IdIMAP4.pas', @@ -172,6 +178,7 @@ uses Indy.Sockets.IdMessageBuilder in 'Indy.Sockets.IdMessageBuilder.pas', Indy.Sockets.IdMessageClient in 'Indy.Sockets.IdMessageClient.pas', Indy.Sockets.IdMessageCoder in 'Indy.Sockets.IdMessageCoder.pas', + Indy.Sockets.IdMessageCoderBinHex4 in 'Indy.Sockets.IdMessageCoderBinHex4.pas', Indy.Sockets.IdMessageCoderMIME in 'Indy.Sockets.IdMessageCoderMIME.pas', Indy.Sockets.IdMessageCoderQuotedPrintable in 'Indy.Sockets.IdMessageCoderQuotedPrintable.pas', Indy.Sockets.IdMessageCoderUUE in 'Indy.Sockets.IdMessageCoderUUE.pas', @@ -292,6 +299,7 @@ uses Indy.Sockets.IdUnixTimeServer in 'Indy.Sockets.IdUnixTimeServer.pas', Indy.Sockets.IdUnixTimeUDP in 'Indy.Sockets.IdUnixTimeUDP.pas', Indy.Sockets.IdUnixTimeUDPServer in 'Indy.Sockets.IdUnixTimeUDPServer.pas', + Indy.Sockets.IdUriUtils in 'Indy.Sockets.IdUriUtils.pas', Indy.Sockets.IdUserAccounts in 'Indy.Sockets.IdUserAccounts.pas', Indy.Sockets.IdUserPassProvider in 'Indy.Sockets.IdUserPassProvider.pas', Indy.Sockets.IdVCard in 'Indy.Sockets.IdVCard.pas', diff --git a/Lib/Indy.SocketsDebug.dpr b/Lib/Indy.SocketsDebug.dpr index 989ee8685..c4da137f9 100644 --- a/Lib/Indy.SocketsDebug.dpr +++ b/Lib/Indy.SocketsDebug.dpr @@ -1,6 +1,8 @@ library Indy.SocketsDebug; {%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1.1.4322\System.dll'} +{%DelphiDotNetAssemblyCompiler '$(CommonProgramFiles)\borland shared\bds\shared assemblies\3.0\Borland.Delphi.dll'} +{%DelphiDotNetAssemblyCompiler '$(CommonProgramFiles)\borland shared\bds\shared assemblies\3.0\Borland.VclRtl.dll'} uses @@ -65,6 +67,7 @@ uses IdException in 'System\IdException.pas', IdExceptionCore in 'Core\IdExceptionCore.pas', IdExplicitTLSClientServerBase in 'Protocols\IdExplicitTLSClientServerBase.pas', + IdFIPS in 'Protocols\IdFIPS.pas', IdFSP in 'Protocols\IdFSP.pas', IdFTP in 'Protocols\IdFTP.pas', IdFTPBaseFileSystem in 'Protocols\IdFTPBaseFileSystem.pas', @@ -80,6 +83,7 @@ uses IdFTPListParseDistinctTCPIP in 'Protocols\IdFTPListParseDistinctTCPIP.pas', IdFTPListParseEPLF in 'Protocols\IdFTPListParseEPLF.pas', IdFTPListParseHellSoft in 'Protocols\IdFTPListParseHellSoft.pas', + IdFTPListParseIEFTPGateway in 'Protocols\IdFTPListParseIEFTPGateway.pas', IdFTPListParseKA9Q in 'Protocols\IdFTPListParseKA9Q.pas', IdFTPListParseMPEiX in 'Protocols\IdFTPListParseMPEiX.pas', IdFTPListParseMVS in 'Protocols\IdFTPListParseMVS.pas', @@ -91,6 +95,7 @@ uses IdFTPListParseNovellNetwarePSU in 'Protocols\IdFTPListParseNovellNetwarePSU.pas', IdFTPListParseOS2 in 'Protocols\IdFTPListParseOS2.pas', IdFTPListParsePCNFSD in 'Protocols\IdFTPListParsePCNFSD.pas', + IdFTPListParsePCTCP in 'Protocols\IdFTPListParsePCTCP.pas', IdFTPListParseStercomOS390Exp in 'Protocols\IdFTPListParseStercomOS390Exp.pas', IdFTPListParseStercomUnixEnt in 'Protocols\IdFTPListParseStercomUnixEnt.pas', IdFTPListParseStratusVOS in 'Protocols\IdFTPListParseStratusVOS.pas', @@ -119,6 +124,7 @@ uses IdGopher in 'Protocols\IdGopher.pas', IdGopherConsts in 'Protocols\IdGopherConsts.pas', IdGopherServer in 'Protocols\IdGopherServer.pas', + IdHL7 in 'Protocols\IdHL7.pas', IdHMAC in 'Protocols\IdHMAC.pas', IdHMACMD5 in 'Protocols\IdHMACMD5.pas', IdHMACSHA1 in 'Protocols\IdHMACSHA1.pas', @@ -132,7 +138,7 @@ uses IdHashMessageDigest in 'Protocols\IdHashMessageDigest.pas', IdHashSHA in 'Protocols\IdHashSHA.pas', IdHeaderCoderBase in 'Protocols\IdHeaderCoderBase.pas', - IdHeaderCoderDotNet in 'Protocols\IdHeaderCoderDotNet.pas', + IdHeaderCoderIndy in 'Protocols\IdHeaderCoderIndy.pas', IdHeaderCoderPlain in 'Protocols\IdHeaderCoderPlain.pas', IdHeaderList in 'Protocols\IdHeaderList.pas', IdIMAP4 in 'Protocols\IdIMAP4.pas', @@ -172,6 +178,7 @@ uses IdMessageBuilder in 'Protocols\IdMessageBuilder.pas', IdMessageClient in 'Protocols\IdMessageClient.pas', IdMessageCoder in 'Protocols\IdMessageCoder.pas', + IdMessageCoderBinHex4 in 'Protocols\IdMessageCoderBinHex4.pas', IdMessageCoderMIME in 'Protocols\IdMessageCoderMIME.pas', IdMessageCoderQuotedPrintable in 'Protocols\IdMessageCoderQuotedPrintable.pas', IdMessageCoderUUE in 'Protocols\IdMessageCoderUUE.pas', @@ -292,6 +299,7 @@ uses IdUnixTimeServer in 'Protocols\IdUnixTimeServer.pas', IdUnixTimeUDP in 'Protocols\IdUnixTimeUDP.pas', IdUnixTimeUDPServer in 'Protocols\IdUnixTimeUDPServer.pas', + IdUriUtils in 'Protocols\IdUriUtils.pas', IdUserAccounts in 'Protocols\IdUserAccounts.pas', IdUserPassProvider in 'Protocols\IdUserPassProvider.pas', IdVCard in 'Protocols\IdVCard.pas', diff --git a/Lib/Indy100Net.dpk b/Lib/Indy100Net.dpk index a8f083b00..2bc9e8c39 100644 --- a/Lib/Indy100Net.dpk +++ b/Lib/Indy100Net.dpk @@ -87,6 +87,7 @@ contains IdException in 'System\IdException.pas', IdExceptionCore in 'Core\IdExceptionCore.pas', IdExplicitTLSClientServerBase in 'Protocols\IdExplicitTLSClientServerBase.pas', + IdFIPS in 'Protocols\IdFIPS.pas', IdFSP in 'Protocols\IdFSP.pas', IdFTP in 'Protocols\IdFTP.pas', IdFTPBaseFileSystem in 'Protocols\IdFTPBaseFileSystem.pas', @@ -102,6 +103,7 @@ contains IdFTPListParseDistinctTCPIP in 'Protocols\IdFTPListParseDistinctTCPIP.pas', IdFTPListParseEPLF in 'Protocols\IdFTPListParseEPLF.pas', IdFTPListParseHellSoft in 'Protocols\IdFTPListParseHellSoft.pas', + IdFTPListParseIEFTPGateway in 'Protocols\IdFTPListParseIEFTPGateway.pas', IdFTPListParseKA9Q in 'Protocols\IdFTPListParseKA9Q.pas', IdFTPListParseMPEiX in 'Protocols\IdFTPListParseMPEiX.pas', IdFTPListParseMVS in 'Protocols\IdFTPListParseMVS.pas', @@ -113,6 +115,7 @@ contains IdFTPListParseNovellNetwarePSU in 'Protocols\IdFTPListParseNovellNetwarePSU.pas', IdFTPListParseOS2 in 'Protocols\IdFTPListParseOS2.pas', IdFTPListParsePCNFSD in 'Protocols\IdFTPListParsePCNFSD.pas', + IdFTPListParsePCTCP in 'Protocols\IdFTPListParsePCTCP.pas', IdFTPListParseStercomOS390Exp in 'Protocols\IdFTPListParseStercomOS390Exp.pas', IdFTPListParseStercomUnixEnt in 'Protocols\IdFTPListParseStercomUnixEnt.pas', IdFTPListParseStratusVOS in 'Protocols\IdFTPListParseStratusVOS.pas', @@ -141,6 +144,7 @@ contains IdGopher in 'Protocols\IdGopher.pas', IdGopherConsts in 'Protocols\IdGopherConsts.pas', IdGopherServer in 'Protocols\IdGopherServer.pas', + IdHL7 in 'Protocols\IdHL7.pas', IdHMAC in 'Protocols\IdHMAC.pas', IdHMACMD5 in 'Protocols\IdHMACMD5.pas', IdHMACSHA1 in 'Protocols\IdHMACSHA1.pas', @@ -155,7 +159,7 @@ contains IdHashSHA in 'Protocols\IdHashSHA.pas', IdHeaderCoder2022JP in 'Protocols\IdHeaderCoder2022JP.pas', IdHeaderCoderBase in 'Protocols\IdHeaderCoderBase.pas', - IdHeaderCoderDotNet in 'Protocols\IdHeaderCoderDotNet.pas', + IdHeaderCoderIndy in 'Protocols\IdHeaderCoderIndy.pas', IdHeaderCoderPlain in 'Protocols\IdHeaderCoderPlain.pas', IdHeaderList in 'Protocols\IdHeaderList.pas', IdIMAP4 in 'Protocols\IdIMAP4.pas', @@ -195,12 +199,14 @@ contains IdMessageBuilder in 'Protocols\IdMessageBuilder.pas', IdMessageClient in 'Protocols\IdMessageClient.pas', IdMessageCoder in 'Protocols\IdMessageCoder.pas', + IdMessageCoderBinHex4 in 'Protocols\IdMessageCoderBinHex4.pas', IdMessageCoderMIME in 'Protocols\IdMessageCoderMIME.pas', IdMessageCoderQuotedPrintable in 'Protocols\IdMessageCoderQuotedPrintable.pas', IdMessageCoderUUE in 'Protocols\IdMessageCoderUUE.pas', IdMessageCoderXXE in 'Protocols\IdMessageCoderXXE.pas', IdMessageCoderYenc in 'Protocols\IdMessageCoderYenc.pas', IdMessageCollection in 'Protocols\IdMessageCollection.pas', + IdMessageHelper in 'Protocols\IdMessageHelper.pas', IdMessageParts in 'Protocols\IdMessageParts.pas', IdMultipartFormData in 'Protocols\IdMultipartFormData.pas', IdNNTP in 'Protocols\IdNNTP.pas', diff --git a/Lib/Indy110Net.dpk b/Lib/Indy110Net.dpk index bb1122a2a..356b13554 100644 --- a/Lib/Indy110Net.dpk +++ b/Lib/Indy110Net.dpk @@ -87,6 +87,7 @@ contains IdException in 'System\IdException.pas', IdExceptionCore in 'Core\IdExceptionCore.pas', IdExplicitTLSClientServerBase in 'Protocols\IdExplicitTLSClientServerBase.pas', + IdFIPS in 'Protocols\IdFIPS.pas', IdFSP in 'Protocols\IdFSP.pas', IdFTP in 'Protocols\IdFTP.pas', IdFTPBaseFileSystem in 'Protocols\IdFTPBaseFileSystem.pas', @@ -102,6 +103,7 @@ contains IdFTPListParseDistinctTCPIP in 'Protocols\IdFTPListParseDistinctTCPIP.pas', IdFTPListParseEPLF in 'Protocols\IdFTPListParseEPLF.pas', IdFTPListParseHellSoft in 'Protocols\IdFTPListParseHellSoft.pas', + IdFTPListParseIEFTPGateway in 'Protocols\IdFTPListParseIEFTPGateway.pas', IdFTPListParseKA9Q in 'Protocols\IdFTPListParseKA9Q.pas', IdFTPListParseMPEiX in 'Protocols\IdFTPListParseMPEiX.pas', IdFTPListParseMVS in 'Protocols\IdFTPListParseMVS.pas', @@ -113,6 +115,7 @@ contains IdFTPListParseNovellNetwarePSU in 'Protocols\IdFTPListParseNovellNetwarePSU.pas', IdFTPListParseOS2 in 'Protocols\IdFTPListParseOS2.pas', IdFTPListParsePCNFSD in 'Protocols\IdFTPListParsePCNFSD.pas', + IdFTPListParsePCTCP in 'Protocols\IdFTPListParsePCTCP.pas', IdFTPListParseStercomOS390Exp in 'Protocols\IdFTPListParseStercomOS390Exp.pas', IdFTPListParseStercomUnixEnt in 'Protocols\IdFTPListParseStercomUnixEnt.pas', IdFTPListParseStratusVOS in 'Protocols\IdFTPListParseStratusVOS.pas', @@ -141,6 +144,7 @@ contains IdGopher in 'Protocols\IdGopher.pas', IdGopherConsts in 'Protocols\IdGopherConsts.pas', IdGopherServer in 'Protocols\IdGopherServer.pas', + IdHL7 in 'Protocols\IdHL7.pas', IdHMAC in 'Protocols\IdHMAC.pas', IdHMACMD5 in 'Protocols\IdHMACMD5.pas', IdHMACSHA1 in 'Protocols\IdHMACSHA1.pas', @@ -155,7 +159,7 @@ contains IdHashSHA in 'Protocols\IdHashSHA.pas', IdHeaderCoder2022JP in 'Protocols\IdHeaderCoder2022JP.pas', IdHeaderCoderBase in 'Protocols\IdHeaderCoderBase.pas', - IdHeaderCoderDotNet in 'Protocols\IdHeaderCoderDotNet.pas', + IdHeaderCoderIndy in 'Protocols\IdHeaderCoderIndy.pas', IdHeaderCoderPlain in 'Protocols\IdHeaderCoderPlain.pas', IdHeaderList in 'Protocols\IdHeaderList.pas', IdIMAP4 in 'Protocols\IdIMAP4.pas', @@ -195,12 +199,14 @@ contains IdMessageBuilder in 'Protocols\IdMessageBuilder.pas', IdMessageClient in 'Protocols\IdMessageClient.pas', IdMessageCoder in 'Protocols\IdMessageCoder.pas', + IdMessageCoderBinHex4 in 'Protocols\IdMessageCoderBinHex4.pas', IdMessageCoderMIME in 'Protocols\IdMessageCoderMIME.pas', IdMessageCoderQuotedPrintable in 'Protocols\IdMessageCoderQuotedPrintable.pas', IdMessageCoderUUE in 'Protocols\IdMessageCoderUUE.pas', IdMessageCoderXXE in 'Protocols\IdMessageCoderXXE.pas', IdMessageCoderYenc in 'Protocols\IdMessageCoderYenc.pas', IdMessageCollection in 'Protocols\IdMessageCollection.pas', + IdMessageHelper in 'Protocols\IdMessageHelper.pas', IdMessageParts in 'Protocols\IdMessageParts.pas', IdMultipartFormData in 'Protocols\IdMultipartFormData.pas', IdNNTP in 'Protocols\IdNNTP.pas', diff --git a/Lib/Indy120Net.dpk b/Lib/Indy120Net.dpk index e928550e4..61a137c9f 100644 --- a/Lib/Indy120Net.dpk +++ b/Lib/Indy120Net.dpk @@ -144,6 +144,7 @@ contains IdGopher in 'Protocols\IdGopher.pas', IdGopherConsts in 'Protocols\IdGopherConsts.pas', IdGopherServer in 'Protocols\IdGopherServer.pas', + IdHL7 in 'Protocols\IdHL7.pas', IdHMAC in 'Protocols\IdHMAC.pas', IdHMACMD5 in 'Protocols\IdHMACMD5.pas', IdHMACSHA1 in 'Protocols\IdHMACSHA1.pas', diff --git a/Lib/Indy130Net.dpk b/Lib/Indy130Net.dpk index ab55e410e..c00202b4a 100644 --- a/Lib/Indy130Net.dpk +++ b/Lib/Indy130Net.dpk @@ -144,6 +144,7 @@ contains IdGopher in 'Protocols\IdGopher.pas', IdGopherConsts in 'Protocols\IdGopherConsts.pas', IdGopherServer in 'Protocols\IdGopherServer.pas', + IdHL7 in 'Protocols\IdHL7.pas', IdHMAC in 'Protocols\IdHMAC.pas', IdHMACMD5 in 'Protocols\IdHMACMD5.pas', IdHMACSHA1 in 'Protocols\IdHMACSHA1.pas', diff --git a/Lib/Indy80Net.dpk b/Lib/Indy80Net.dpk index 90e01ae6b..87ddf09af 100644 --- a/Lib/Indy80Net.dpk +++ b/Lib/Indy80Net.dpk @@ -144,6 +144,7 @@ contains IdGopher in 'Protocols\IdGopher.pas', IdGopherConsts in 'Protocols\IdGopherConsts.pas', IdGopherServer in 'Protocols\IdGopherServer.pas', + IdHL7 in 'Protocols\IdHL7.pas', IdHMAC in 'Protocols\IdHMAC.pas', IdHMACMD5 in 'Protocols\IdHMACMD5.pas', IdHMACSHA1 in 'Protocols\IdHMACSHA1.pas', diff --git a/Lib/Indy90Net.dpk b/Lib/Indy90Net.dpk index 819f307ed..8989d4ee1 100644 --- a/Lib/Indy90Net.dpk +++ b/Lib/Indy90Net.dpk @@ -87,6 +87,7 @@ contains IdException in 'System\IdException.pas', IdExceptionCore in 'Core\IdExceptionCore.pas', IdExplicitTLSClientServerBase in 'Protocols\IdExplicitTLSClientServerBase.pas', + IdFIPS in 'Protocols\IdFIPS.pas', IdFSP in 'Protocols\IdFSP.pas', IdFTP in 'Protocols\IdFTP.pas', IdFTPBaseFileSystem in 'Protocols\IdFTPBaseFileSystem.pas', @@ -102,6 +103,7 @@ contains IdFTPListParseDistinctTCPIP in 'Protocols\IdFTPListParseDistinctTCPIP.pas', IdFTPListParseEPLF in 'Protocols\IdFTPListParseEPLF.pas', IdFTPListParseHellSoft in 'Protocols\IdFTPListParseHellSoft.pas', + IdFTPListParseIEFTPGateway in 'Protocols\IdFTPListParseIEFTPGateway.pas', IdFTPListParseKA9Q in 'Protocols\IdFTPListParseKA9Q.pas', IdFTPListParseMPEiX in 'Protocols\IdFTPListParseMPEiX.pas', IdFTPListParseMVS in 'Protocols\IdFTPListParseMVS.pas', @@ -113,6 +115,7 @@ contains IdFTPListParseNovellNetwarePSU in 'Protocols\IdFTPListParseNovellNetwarePSU.pas', IdFTPListParseOS2 in 'Protocols\IdFTPListParseOS2.pas', IdFTPListParsePCNFSD in 'Protocols\IdFTPListParsePCNFSD.pas', + IdFTPListParsePCTCP in 'Protocols\IdFTPListParsePCTCP.pas', IdFTPListParseStercomOS390Exp in 'Protocols\IdFTPListParseStercomOS390Exp.pas', IdFTPListParseStercomUnixEnt in 'Protocols\IdFTPListParseStercomUnixEnt.pas', IdFTPListParseStratusVOS in 'Protocols\IdFTPListParseStratusVOS.pas', @@ -141,6 +144,7 @@ contains IdGopher in 'Protocols\IdGopher.pas', IdGopherConsts in 'Protocols\IdGopherConsts.pas', IdGopherServer in 'Protocols\IdGopherServer.pas', + IdHL7 in 'Protocols\IdHL7.pas', IdHMAC in 'Protocols\IdHMAC.pas', IdHMACMD5 in 'Protocols\IdHMACMD5.pas', IdHMACSHA1 in 'Protocols\IdHMACSHA1.pas', @@ -155,7 +159,7 @@ contains IdHashSHA in 'Protocols\IdHashSHA.pas', IdHeaderCoder2022JP in 'Protocols\IdHeaderCoder2022JP.pas', IdHeaderCoderBase in 'Protocols\IdHeaderCoderBase.pas', - IdHeaderCoderDotNet in 'Protocols\IdHeaderCoderDotNet.pas', + IdHeaderCoderIndy in 'Protocols\IdHeaderCoderIndy.pas', IdHeaderCoderPlain in 'Protocols\IdHeaderCoderPlain.pas', IdHeaderList in 'Protocols\IdHeaderList.pas', IdIMAP4 in 'Protocols\IdIMAP4.pas', @@ -195,12 +199,14 @@ contains IdMessageBuilder in 'Protocols\IdMessageBuilder.pas', IdMessageClient in 'Protocols\IdMessageClient.pas', IdMessageCoder in 'Protocols\IdMessageCoder.pas', + IdMessageCoderBinHex4 in 'Protocols\IdMessageCoderBinHex4.pas', IdMessageCoderMIME in 'Protocols\IdMessageCoderMIME.pas', IdMessageCoderQuotedPrintable in 'Protocols\IdMessageCoderQuotedPrintable.pas', IdMessageCoderUUE in 'Protocols\IdMessageCoderUUE.pas', IdMessageCoderXXE in 'Protocols\IdMessageCoderXXE.pas', IdMessageCoderYenc in 'Protocols\IdMessageCoderYenc.pas', IdMessageCollection in 'Protocols\IdMessageCollection.pas', + IdMessageHelper in 'Protocols\IdMessageHelper.pas', IdMessageParts in 'Protocols\IdMessageParts.pas', IdMultipartFormData in 'Protocols\IdMultipartFormData.pas', IdNNTP in 'Protocols\IdNNTP.pas', diff --git a/Lib/Protocols/IdAllFTPListParsers.pas b/Lib/Protocols/IdAllFTPListParsers.pas index 7130e0463..4a0b1ee3c 100644 --- a/Lib/Protocols/IdAllFTPListParsers.pas +++ b/Lib/Protocols/IdAllFTPListParsers.pas @@ -35,10 +35,10 @@ implementation IdFTPListParseHellSoft, IdFTPListParseIEFTPGateway, IdFTPListParseKA9Q, - IdFTPListParseMicrowareOS9, IdFTPListParseMPEiX, - IdFTPListParseMusic, IdFTPListParseMVS, + IdFTPListParseMicrowareOS9, + IdFTPListParseMusic, IdFTPListParseNCSAForDOS, IdFTPListParseNCSAForMACOS, IdFTPListParseNovellNetware, @@ -50,9 +50,9 @@ implementation IdFTPListParseStercomUnixEnt, IdFTPListParseStratusVOS, IdFTPListParseSuperTCP, - IdFTPListParseTandemGuardian, IdFTPListParseTOPS20, IdFTPListParseTSXPlus, + IdFTPListParseTandemGuardian, IdFTPListParseUnisysClearPath, IdFTPListParseUnix, IdFTPListParseVM, @@ -60,8 +60,8 @@ implementation IdFTPListParseVSE, IdFTPListParseVxWorks, IdFTPListParseWfFTP, - IdFTPListParseWindowsNT, IdFTPListParseWinQVTNET, + IdFTPListParseWindowsNT, IdFTPListParseXecomMicroRTOS; {dee-duh-de-duh, that's all folks.} diff --git a/Lib/Protocols/IdCompilerDefines.inc b/Lib/Protocols/IdCompilerDefines.inc index 5f49656b6..4830cf01a 100644 --- a/Lib/Protocols/IdCompilerDefines.inc +++ b/Lib/Protocols/IdCompilerDefines.inc @@ -440,6 +440,16 @@ {$ENDIF} {$ENDIF} + //Delphi & CBuilder 12.0 Athens (Yukon) + {$IFDEF VER360} + {$DEFINE VCL_12} + {$IFDEF CBUILDER} + {$DEFINE CBUILDER_12} + {$ELSE} + {$DEFINE DELPHI_12} + {$ENDIF} + {$ENDIF} + // Kylix // //Important: Don't use CompilerVersion here as IF's are evaluated before @@ -739,8 +749,16 @@ // end FPC -{$IFDEF VCL_11} +{$IFDEF VCL_12} + {$DEFINE VCL_12_OR_ABOVE} +{$ENDIF} + +{$IFDEF VCL_12_OR_ABOVE} {$DEFINE VCL_11_OR_ABOVE} +{$ELSE} + {$IFDEF VCL_11} + {$DEFINE VCL_11_OR_ABOVE} + {$ENDIF} {$ENDIF} {$IFDEF VCL_11_OR_ABOVE} @@ -1627,7 +1645,7 @@ {$IFDEF UNIX} {$DEFINE USE_OPENSSL} {$DEFINE USE_ZLIB_UNIT} - {$DEFINE HAS_getifaddrs} + {$DEFINE HAS_getifaddrs} {$ENDIF} {$IFDEF MACOS} diff --git a/Lib/Protocols/IdProtocols90ASM90.inc b/Lib/Protocols/IdProtocols90ASM90.inc index b34230e4b..182ed2f0b 100644 --- a/Lib/Protocols/IdProtocols90ASM90.inc +++ b/Lib/Protocols/IdProtocols90ASM90.inc @@ -1,12 +1,12 @@ -[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.2 Protocols Run-Time Package for Borland Developer Studio')] +[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.3 Protocols Run-Time Package for Borland Developer Studio')] [assembly: AssemblyConfiguration('')] [assembly: AssemblyCompany('Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyProduct('Indy for Microsoft .NET Framework')] -[assembly: AssemblyCopyright('Copyright © 1993 - 2023 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] +[assembly: AssemblyCopyright('Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyTrademark('')] [assembly: AssemblyCulture('')] [assembly: AssemblyTitle('Indy .NET Protocols Run-Time Package')] -[assembly: AssemblyVersion('10.6.2.*')] +[assembly: AssemblyVersion('10.6.3.*')] [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile('')] [assembly: AssemblyKeyName('')] diff --git a/Lib/Protocols/IdSSLOpenSSLUtils.pas b/Lib/Protocols/IdSSLOpenSSLUtils.pas index 3ef8f2891..af8f2c556 100644 --- a/Lib/Protocols/IdSSLOpenSSLUtils.pas +++ b/Lib/Protocols/IdSSLOpenSSLUtils.pas @@ -906,8 +906,7 @@ function UTCTime2DateTime(UCTTime: PASN1_UTCTIME): TDateTime; tz_m: Integer; begin Result := 0; - if UTC_Time_Decode(UCTTime, year, month, day, hour, min, sec, tz_h, - tz_m) > 0 then begin + if UTC_Time_Decode(UCTTime, year, month, day, hour, min, sec, tz_h, tz_m) > 0 then begin Result := EncodeDate(year, month, day) + EncodeTime(hour, min, sec, 0); AddMins(Result, tz_m); AddHrs(Result, tz_h); diff --git a/Lib/Protocols/IdSecurity90ASM90.inc b/Lib/Protocols/IdSecurity90ASM90.inc index a16a91c4a..ce48fcc27 100644 --- a/Lib/Protocols/IdSecurity90ASM90.inc +++ b/Lib/Protocols/IdSecurity90ASM90.inc @@ -1,12 +1,12 @@ -[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.2 Security Run-Time Package for Borland Developer Studio')] +[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.3 Security Run-Time Package for Borland Developer Studio')] [assembly: AssemblyConfiguration('')] [assembly: AssemblyCompany('Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyProduct('Indy for Microsoft .NET Framework')] -[assembly: AssemblyCopyright('Copyright © 1993 - 2023 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] +[assembly: AssemblyCopyright('Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyTrademark('')] [assembly: AssemblyCulture('')] [assembly: AssemblyTitle('Indy .NET Security Run-Time Package')] -[assembly: AssemblyVersion('10.6.2.*')] +[assembly: AssemblyVersion('10.6.3.*')] [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile('')] [assembly: AssemblyKeyName('')] diff --git a/Lib/Protocols/IddclProtocols90ASM90.inc b/Lib/Protocols/IddclProtocols90ASM90.inc index 7dc1c4806..3f0775422 100644 --- a/Lib/Protocols/IddclProtocols90ASM90.inc +++ b/Lib/Protocols/IddclProtocols90ASM90.inc @@ -1,12 +1,12 @@ -[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.2 Protocols Design-Time Package for Borland Developer Studio')] +[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.3 Protocols Design-Time Package for Borland Developer Studio')] [assembly: AssemblyConfiguration('')] [assembly: AssemblyCompany('Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyProduct('Indy for Microsoft .NET Framework')] -[assembly: AssemblyCopyright('Copyright © 1993 - 2023 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] +[assembly: AssemblyCopyright('Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyTrademark('')] [assembly: AssemblyCulture('')] [assembly: AssemblyTitle('Indy .NET Protocols Design-Time Package')] -[assembly: AssemblyVersion('10.6.2.*')] +[assembly: AssemblyVersion('10.6.3.*')] [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile('')] [assembly: AssemblyKeyName('')] diff --git a/Lib/Protocols/IndyProtocols.rc b/Lib/Protocols/IndyProtocols.rc index 18c4affc3..533ff3879 100644 --- a/Lib/Protocols/IndyProtocols.rc +++ b/Lib/Protocols/IndyProtocols.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols.rc.tmpl b/Lib/Protocols/IndyProtocols.rc.tmpl index 015d32565..d671865c0 100644 --- a/Lib/Protocols/IndyProtocols.rc.tmpl +++ b/Lib/Protocols/IndyProtocols.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols100.dpk b/Lib/Protocols/IndyProtocols100.dpk index 30c4f3f51..e3d4eede2 100644 --- a/Lib/Protocols/IndyProtocols100.dpk +++ b/Lib/Protocols/IndyProtocols100.dpk @@ -132,6 +132,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', diff --git a/Lib/Protocols/IndyProtocols100.rc b/Lib/Protocols/IndyProtocols100.rc index 77ca679ae..b3abd0e03 100644 --- a/Lib/Protocols/IndyProtocols100.rc +++ b/Lib/Protocols/IndyProtocols100.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols100\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols100.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols100.rc.tmpl b/Lib/Protocols/IndyProtocols100.rc.tmpl index 501b33c2e..66d3d8d63 100644 --- a/Lib/Protocols/IndyProtocols100.rc.tmpl +++ b/Lib/Protocols/IndyProtocols100.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols100\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols100.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols100.res b/Lib/Protocols/IndyProtocols100.res index b1e35f4e9..70024685f 100644 Binary files a/Lib/Protocols/IndyProtocols100.res and b/Lib/Protocols/IndyProtocols100.res differ diff --git a/Lib/Protocols/IndyProtocols100Net.dpk b/Lib/Protocols/IndyProtocols100Net.dpk index c9683372f..5aaa7b9d4 100644 --- a/Lib/Protocols/IndyProtocols100Net.dpk +++ b/Lib/Protocols/IndyProtocols100Net.dpk @@ -129,6 +129,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -143,7 +144,7 @@ contains IdHashSHA in 'IdHashSHA.pas', IdHeaderCoder2022JP in 'IdHeaderCoder2022JP.pas', IdHeaderCoderBase in 'IdHeaderCoderBase.pas', - IdHeaderCoderDotNet in 'IdHeaderCoderDotNet.pas', + IdHeaderCoderIndy in 'IdHeaderCoderIndy.pas', IdHeaderCoderPlain in 'IdHeaderCoderPlain.pas', IdHeaderList in 'IdHeaderList.pas', IdIMAP4 in 'IdIMAP4.pas', diff --git a/Lib/Protocols/IndyProtocols110.RES b/Lib/Protocols/IndyProtocols110.RES index 464a80294..dc050d393 100644 Binary files a/Lib/Protocols/IndyProtocols110.RES and b/Lib/Protocols/IndyProtocols110.RES differ diff --git a/Lib/Protocols/IndyProtocols110.dpk b/Lib/Protocols/IndyProtocols110.dpk index fd6caf801..ae4bb5931 100644 --- a/Lib/Protocols/IndyProtocols110.dpk +++ b/Lib/Protocols/IndyProtocols110.dpk @@ -132,6 +132,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', diff --git a/Lib/Protocols/IndyProtocols110.rc b/Lib/Protocols/IndyProtocols110.rc index 3aacf517d..585104b64 100644 --- a/Lib/Protocols/IndyProtocols110.rc +++ b/Lib/Protocols/IndyProtocols110.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols110\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols110.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols110.rc.tmpl b/Lib/Protocols/IndyProtocols110.rc.tmpl index 986b049ff..ca5938e40 100644 --- a/Lib/Protocols/IndyProtocols110.rc.tmpl +++ b/Lib/Protocols/IndyProtocols110.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols110\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols110.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols110Net.dpk b/Lib/Protocols/IndyProtocols110Net.dpk index 812b68a74..536a1b569 100644 --- a/Lib/Protocols/IndyProtocols110Net.dpk +++ b/Lib/Protocols/IndyProtocols110Net.dpk @@ -129,6 +129,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -143,7 +144,7 @@ contains IdHashSHA in 'IdHashSHA.pas', IdHeaderCoder2022JP in 'IdHeaderCoder2022JP.pas', IdHeaderCoderBase in 'IdHeaderCoderBase.pas', - IdHeaderCoderDotNet in 'IdHeaderCoderDotNet.pas', + IdHeaderCoderIndy in 'IdHeaderCoderIndy.pas', IdHeaderCoderPlain in 'IdHeaderCoderPlain.pas', IdHeaderList in 'IdHeaderList.pas', IdIMAP4 in 'IdIMAP4.pas', @@ -217,6 +218,7 @@ contains IdSNPP in 'IdSNPP.pas', IdSNTP in 'IdSNTP.pas', IdSSL in 'IdSSL.pas', + IdSSLDotNET in 'IdSSLDotNET.pas', IdServerInterceptLogBase in 'IdServerInterceptLogBase.pas', IdServerInterceptLogEvent in 'IdServerInterceptLogEvent.pas', IdServerInterceptLogFile in 'IdServerInterceptLogFile.pas', diff --git a/Lib/Protocols/IndyProtocols120.dpk b/Lib/Protocols/IndyProtocols120.dpk index 3fe090d11..000cf92cf 100644 --- a/Lib/Protocols/IndyProtocols120.dpk +++ b/Lib/Protocols/IndyProtocols120.dpk @@ -132,6 +132,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', diff --git a/Lib/Protocols/IndyProtocols120.rc b/Lib/Protocols/IndyProtocols120.rc index 20098ab90..ae833a62a 100644 --- a/Lib/Protocols/IndyProtocols120.rc +++ b/Lib/Protocols/IndyProtocols120.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols120\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols120.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols120.rc.tmpl b/Lib/Protocols/IndyProtocols120.rc.tmpl index 0741f1f09..34fb4f69b 100644 --- a/Lib/Protocols/IndyProtocols120.rc.tmpl +++ b/Lib/Protocols/IndyProtocols120.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols120\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols120.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols120.res b/Lib/Protocols/IndyProtocols120.res index 9b716fd06..a097dda69 100644 Binary files a/Lib/Protocols/IndyProtocols120.res and b/Lib/Protocols/IndyProtocols120.res differ diff --git a/Lib/Protocols/IndyProtocols120Net.dpk b/Lib/Protocols/IndyProtocols120Net.dpk index 048834973..1081cfd6c 100644 --- a/Lib/Protocols/IndyProtocols120Net.dpk +++ b/Lib/Protocols/IndyProtocols120Net.dpk @@ -129,6 +129,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -143,7 +144,7 @@ contains IdHashSHA in 'IdHashSHA.pas', IdHeaderCoder2022JP in 'IdHeaderCoder2022JP.pas', IdHeaderCoderBase in 'IdHeaderCoderBase.pas', - IdHeaderCoderDotNet in 'IdHeaderCoderDotNet.pas', + IdHeaderCoderIndy in 'IdHeaderCoderIndy.pas', IdHeaderCoderPlain in 'IdHeaderCoderPlain.pas', IdHeaderList in 'IdHeaderList.pas', IdIMAP4 in 'IdIMAP4.pas', diff --git a/Lib/Protocols/IndyProtocols130.dpk b/Lib/Protocols/IndyProtocols130.dpk index cabd0b730..6f5798188 100644 --- a/Lib/Protocols/IndyProtocols130.dpk +++ b/Lib/Protocols/IndyProtocols130.dpk @@ -132,6 +132,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', diff --git a/Lib/Protocols/IndyProtocols130.rc b/Lib/Protocols/IndyProtocols130.rc index 42dc58207..433d7d3e5 100644 --- a/Lib/Protocols/IndyProtocols130.rc +++ b/Lib/Protocols/IndyProtocols130.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols130\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols130.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols130.rc.tmpl b/Lib/Protocols/IndyProtocols130.rc.tmpl index 39d5a8fd4..f493ed879 100644 --- a/Lib/Protocols/IndyProtocols130.rc.tmpl +++ b/Lib/Protocols/IndyProtocols130.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols130\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols130.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols130.res b/Lib/Protocols/IndyProtocols130.res index 2356cf973..08b3aab3b 100644 Binary files a/Lib/Protocols/IndyProtocols130.res and b/Lib/Protocols/IndyProtocols130.res differ diff --git a/Lib/Protocols/IndyProtocols130Net.dpk b/Lib/Protocols/IndyProtocols130Net.dpk index fbee133c9..07a32b2fe 100644 --- a/Lib/Protocols/IndyProtocols130Net.dpk +++ b/Lib/Protocols/IndyProtocols130Net.dpk @@ -129,6 +129,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -143,7 +144,7 @@ contains IdHashSHA in 'IdHashSHA.pas', IdHeaderCoder2022JP in 'IdHeaderCoder2022JP.pas', IdHeaderCoderBase in 'IdHeaderCoderBase.pas', - IdHeaderCoderDotNet in 'IdHeaderCoderDotNet.pas', + IdHeaderCoderIndy in 'IdHeaderCoderIndy.pas', IdHeaderCoderPlain in 'IdHeaderCoderPlain.pas', IdHeaderList in 'IdHeaderList.pas', IdIMAP4 in 'IdIMAP4.pas', diff --git a/Lib/Protocols/IndyProtocols140.RES b/Lib/Protocols/IndyProtocols140.RES index 5ab60d155..b7639be85 100644 Binary files a/Lib/Protocols/IndyProtocols140.RES and b/Lib/Protocols/IndyProtocols140.RES differ diff --git a/Lib/Protocols/IndyProtocols140.dpk b/Lib/Protocols/IndyProtocols140.dpk index daf3d851a..976b4dfb6 100644 --- a/Lib/Protocols/IndyProtocols140.dpk +++ b/Lib/Protocols/IndyProtocols140.dpk @@ -133,6 +133,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', diff --git a/Lib/Protocols/IndyProtocols140.rc b/Lib/Protocols/IndyProtocols140.rc index bd0c6b130..6db124cfe 100644 --- a/Lib/Protocols/IndyProtocols140.rc +++ b/Lib/Protocols/IndyProtocols140.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols140\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols140.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols140.rc.tmpl b/Lib/Protocols/IndyProtocols140.rc.tmpl index dc48274b4..e57462058 100644 --- a/Lib/Protocols/IndyProtocols140.rc.tmpl +++ b/Lib/Protocols/IndyProtocols140.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols140\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols140.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols150.RES b/Lib/Protocols/IndyProtocols150.RES index 48e02f029..8a31a532d 100644 Binary files a/Lib/Protocols/IndyProtocols150.RES and b/Lib/Protocols/IndyProtocols150.RES differ diff --git a/Lib/Protocols/IndyProtocols150.dpk b/Lib/Protocols/IndyProtocols150.dpk index bbe4bc8b8..b1cde57eb 100644 --- a/Lib/Protocols/IndyProtocols150.dpk +++ b/Lib/Protocols/IndyProtocols150.dpk @@ -133,6 +133,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', diff --git a/Lib/Protocols/IndyProtocols150.rc b/Lib/Protocols/IndyProtocols150.rc index 73f04daae..9a0f089c0 100644 --- a/Lib/Protocols/IndyProtocols150.rc +++ b/Lib/Protocols/IndyProtocols150.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols150\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols150.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols150.rc.tmpl b/Lib/Protocols/IndyProtocols150.rc.tmpl index 19c8ba09b..b337ea5d6 100644 --- a/Lib/Protocols/IndyProtocols150.rc.tmpl +++ b/Lib/Protocols/IndyProtocols150.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols150\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols150.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols160.dpk b/Lib/Protocols/IndyProtocols160.dpk index b1782d4f2..434e14daa 100644 --- a/Lib/Protocols/IndyProtocols160.dpk +++ b/Lib/Protocols/IndyProtocols160.dpk @@ -151,6 +151,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', diff --git a/Lib/Protocols/IndyProtocols160.rc b/Lib/Protocols/IndyProtocols160.rc index e8ea871ce..e73c07612 100644 --- a/Lib/Protocols/IndyProtocols160.rc +++ b/Lib/Protocols/IndyProtocols160.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols160\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols160.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols160.rc.tmpl b/Lib/Protocols/IndyProtocols160.rc.tmpl index 2ad947565..f23982f64 100644 --- a/Lib/Protocols/IndyProtocols160.rc.tmpl +++ b/Lib/Protocols/IndyProtocols160.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols160\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols160.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols160.res b/Lib/Protocols/IndyProtocols160.res index 4a8796c04..282d7a79b 100644 Binary files a/Lib/Protocols/IndyProtocols160.res and b/Lib/Protocols/IndyProtocols160.res differ diff --git a/Lib/Protocols/IndyProtocols170.dpk b/Lib/Protocols/IndyProtocols170.dpk index 60e81fd24..157668f95 100644 --- a/Lib/Protocols/IndyProtocols170.dpk +++ b/Lib/Protocols/IndyProtocols170.dpk @@ -153,6 +153,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -291,4 +292,3 @@ contains IdZLibHeaders in 'IdZLibHeaders.pas'; end. - diff --git a/Lib/Protocols/IndyProtocols170.rc b/Lib/Protocols/IndyProtocols170.rc index c3dddb954..9cac379ea 100644 --- a/Lib/Protocols/IndyProtocols170.rc +++ b/Lib/Protocols/IndyProtocols170.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols170\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols170.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols170.rc.tmpl b/Lib/Protocols/IndyProtocols170.rc.tmpl index 1c751bd5a..c7712cb7d 100644 --- a/Lib/Protocols/IndyProtocols170.rc.tmpl +++ b/Lib/Protocols/IndyProtocols170.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols170\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols170.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols170.res b/Lib/Protocols/IndyProtocols170.res index 537e69f55..93bbd2789 100644 Binary files a/Lib/Protocols/IndyProtocols170.res and b/Lib/Protocols/IndyProtocols170.res differ diff --git a/Lib/Protocols/IndyProtocols180.dpk b/Lib/Protocols/IndyProtocols180.dpk index 8ae6dc4a9..86c5db009 100644 --- a/Lib/Protocols/IndyProtocols180.dpk +++ b/Lib/Protocols/IndyProtocols180.dpk @@ -162,6 +162,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -300,4 +301,3 @@ contains IdZLibHeaders in 'IdZLibHeaders.pas'; end. - diff --git a/Lib/Protocols/IndyProtocols180.rc b/Lib/Protocols/IndyProtocols180.rc index ae8945404..fc7633ac5 100644 --- a/Lib/Protocols/IndyProtocols180.rc +++ b/Lib/Protocols/IndyProtocols180.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols180\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols180.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols180.rc.tmpl b/Lib/Protocols/IndyProtocols180.rc.tmpl index 9f5d33a88..7bb9c9483 100644 --- a/Lib/Protocols/IndyProtocols180.rc.tmpl +++ b/Lib/Protocols/IndyProtocols180.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols180\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols180.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols180.res b/Lib/Protocols/IndyProtocols180.res index 81ddbf327..c4d18d875 100644 Binary files a/Lib/Protocols/IndyProtocols180.res and b/Lib/Protocols/IndyProtocols180.res differ diff --git a/Lib/Protocols/IndyProtocols190.dpk b/Lib/Protocols/IndyProtocols190.dpk index 3f229cbda..0ed00ebda 100644 --- a/Lib/Protocols/IndyProtocols190.dpk +++ b/Lib/Protocols/IndyProtocols190.dpk @@ -162,6 +162,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -300,4 +301,3 @@ contains IdZLibHeaders in 'IdZLibHeaders.pas'; end. - diff --git a/Lib/Protocols/IndyProtocols190.rc b/Lib/Protocols/IndyProtocols190.rc index 721e486a2..5a2acbd78 100644 --- a/Lib/Protocols/IndyProtocols190.rc +++ b/Lib/Protocols/IndyProtocols190.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols190\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols190.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols190.rc.tmpl b/Lib/Protocols/IndyProtocols190.rc.tmpl index 96f28b581..ad37550a9 100644 --- a/Lib/Protocols/IndyProtocols190.rc.tmpl +++ b/Lib/Protocols/IndyProtocols190.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols190\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols190.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols190.res b/Lib/Protocols/IndyProtocols190.res index 93bf7d50d..f4f23af55 100644 Binary files a/Lib/Protocols/IndyProtocols190.res and b/Lib/Protocols/IndyProtocols190.res differ diff --git a/Lib/Protocols/IndyProtocols200.dpk b/Lib/Protocols/IndyProtocols200.dpk index 686aee33b..56f2c3803 100644 --- a/Lib/Protocols/IndyProtocols200.dpk +++ b/Lib/Protocols/IndyProtocols200.dpk @@ -162,6 +162,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -300,4 +301,3 @@ contains IdZLibHeaders in 'IdZLibHeaders.pas'; end. - diff --git a/Lib/Protocols/IndyProtocols200.rc b/Lib/Protocols/IndyProtocols200.rc index eedc652d3..a2b15e530 100644 --- a/Lib/Protocols/IndyProtocols200.rc +++ b/Lib/Protocols/IndyProtocols200.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols200\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols200.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols200.rc.tmpl b/Lib/Protocols/IndyProtocols200.rc.tmpl index 10357956b..dd5f3144c 100644 --- a/Lib/Protocols/IndyProtocols200.rc.tmpl +++ b/Lib/Protocols/IndyProtocols200.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols200\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols200.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols200.res b/Lib/Protocols/IndyProtocols200.res index fbd75a64d..773f0e28d 100644 Binary files a/Lib/Protocols/IndyProtocols200.res and b/Lib/Protocols/IndyProtocols200.res differ diff --git a/Lib/Protocols/IndyProtocols210.dpk b/Lib/Protocols/IndyProtocols210.dpk index 11860385e..8c408bb26 100644 --- a/Lib/Protocols/IndyProtocols210.dpk +++ b/Lib/Protocols/IndyProtocols210.dpk @@ -162,6 +162,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -300,4 +301,3 @@ contains IdZLibHeaders in 'IdZLibHeaders.pas'; end. - diff --git a/Lib/Protocols/IndyProtocols210.rc b/Lib/Protocols/IndyProtocols210.rc index 3b6e12dd9..457b555a9 100644 --- a/Lib/Protocols/IndyProtocols210.rc +++ b/Lib/Protocols/IndyProtocols210.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols210\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols210.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols210.rc.tmpl b/Lib/Protocols/IndyProtocols210.rc.tmpl index eb3275fba..d81c465ad 100644 --- a/Lib/Protocols/IndyProtocols210.rc.tmpl +++ b/Lib/Protocols/IndyProtocols210.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols210\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols210.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols210.res b/Lib/Protocols/IndyProtocols210.res index 6d5adbe5f..d27df6e27 100644 Binary files a/Lib/Protocols/IndyProtocols210.res and b/Lib/Protocols/IndyProtocols210.res differ diff --git a/Lib/Protocols/IndyProtocols220.dpk b/Lib/Protocols/IndyProtocols220.dpk index 985897eac..df2e19c41 100644 --- a/Lib/Protocols/IndyProtocols220.dpk +++ b/Lib/Protocols/IndyProtocols220.dpk @@ -162,6 +162,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -300,4 +301,3 @@ contains IdZLibHeaders in 'IdZLibHeaders.pas'; end. - diff --git a/Lib/Protocols/IndyProtocols220.rc b/Lib/Protocols/IndyProtocols220.rc index d790fe459..ead108ba4 100644 --- a/Lib/Protocols/IndyProtocols220.rc +++ b/Lib/Protocols/IndyProtocols220.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols220\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols220.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols220.rc.tmpl b/Lib/Protocols/IndyProtocols220.rc.tmpl index 522f8d81b..3e04ec33c 100644 --- a/Lib/Protocols/IndyProtocols220.rc.tmpl +++ b/Lib/Protocols/IndyProtocols220.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols220\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols220.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols220.res b/Lib/Protocols/IndyProtocols220.res index d9c811650..ee7345885 100644 Binary files a/Lib/Protocols/IndyProtocols220.res and b/Lib/Protocols/IndyProtocols220.res differ diff --git a/Lib/Protocols/IndyProtocols230.dpk b/Lib/Protocols/IndyProtocols230.dpk index 6c0c5d5d2..40f06e865 100644 --- a/Lib/Protocols/IndyProtocols230.dpk +++ b/Lib/Protocols/IndyProtocols230.dpk @@ -162,6 +162,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -300,4 +301,3 @@ contains IdZLibHeaders in 'IdZLibHeaders.pas'; end. - diff --git a/Lib/Protocols/IndyProtocols230.rc b/Lib/Protocols/IndyProtocols230.rc index 961f34fe2..60bb9dffb 100644 --- a/Lib/Protocols/IndyProtocols230.rc +++ b/Lib/Protocols/IndyProtocols230.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols230\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols230.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols230.rc.tmpl b/Lib/Protocols/IndyProtocols230.rc.tmpl index 8f4e432be..111716dff 100644 --- a/Lib/Protocols/IndyProtocols230.rc.tmpl +++ b/Lib/Protocols/IndyProtocols230.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols230\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols230.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols230.res b/Lib/Protocols/IndyProtocols230.res index 94138bc50..1ae032f13 100644 Binary files a/Lib/Protocols/IndyProtocols230.res and b/Lib/Protocols/IndyProtocols230.res differ diff --git a/Lib/Protocols/IndyProtocols240.dpk b/Lib/Protocols/IndyProtocols240.dpk index f877398c2..d7dc0da0a 100644 --- a/Lib/Protocols/IndyProtocols240.dpk +++ b/Lib/Protocols/IndyProtocols240.dpk @@ -162,6 +162,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -300,4 +301,3 @@ contains IdZLibHeaders in 'IdZLibHeaders.pas'; end. - diff --git a/Lib/Protocols/IndyProtocols240.rc b/Lib/Protocols/IndyProtocols240.rc index 95505bcfa..baadd8385 100644 --- a/Lib/Protocols/IndyProtocols240.rc +++ b/Lib/Protocols/IndyProtocols240.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols240\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols240.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols240.rc.tmpl b/Lib/Protocols/IndyProtocols240.rc.tmpl index ed91785cc..b3ad11f4b 100644 --- a/Lib/Protocols/IndyProtocols240.rc.tmpl +++ b/Lib/Protocols/IndyProtocols240.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols240\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols240.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols240.res b/Lib/Protocols/IndyProtocols240.res index c44be6d8a..45a761671 100644 Binary files a/Lib/Protocols/IndyProtocols240.res and b/Lib/Protocols/IndyProtocols240.res differ diff --git a/Lib/Protocols/IndyProtocols250.dpk b/Lib/Protocols/IndyProtocols250.dpk index fd4318b44..99cf65c13 100644 --- a/Lib/Protocols/IndyProtocols250.dpk +++ b/Lib/Protocols/IndyProtocols250.dpk @@ -162,6 +162,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -300,4 +301,3 @@ contains IdZLibHeaders in 'IdZLibHeaders.pas'; end. - diff --git a/Lib/Protocols/IndyProtocols250.rc b/Lib/Protocols/IndyProtocols250.rc index a4a413477..7bc17abf7 100644 --- a/Lib/Protocols/IndyProtocols250.rc +++ b/Lib/Protocols/IndyProtocols250.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols250\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols250.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols250.rc.tmpl b/Lib/Protocols/IndyProtocols250.rc.tmpl index 9d86023b9..76d42361a 100644 --- a/Lib/Protocols/IndyProtocols250.rc.tmpl +++ b/Lib/Protocols/IndyProtocols250.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols250\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols250.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols250.res b/Lib/Protocols/IndyProtocols250.res index 8ed7caae8..b16e5b8b2 100644 Binary files a/Lib/Protocols/IndyProtocols250.res and b/Lib/Protocols/IndyProtocols250.res differ diff --git a/Lib/Protocols/IndyProtocols260.dpk b/Lib/Protocols/IndyProtocols260.dpk index ef8f457ea..b169c24bc 100644 --- a/Lib/Protocols/IndyProtocols260.dpk +++ b/Lib/Protocols/IndyProtocols260.dpk @@ -162,6 +162,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', diff --git a/Lib/Protocols/IndyProtocols260.rc b/Lib/Protocols/IndyProtocols260.rc index 68297c1eb..4ce952537 100644 --- a/Lib/Protocols/IndyProtocols260.rc +++ b/Lib/Protocols/IndyProtocols260.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols260\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2018 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols260.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols260.rc.tmpl b/Lib/Protocols/IndyProtocols260.rc.tmpl index 7797183bc..8be0c25ea 100644 --- a/Lib/Protocols/IndyProtocols260.rc.tmpl +++ b/Lib/Protocols/IndyProtocols260.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols260\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2018 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols260.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols270.dpk b/Lib/Protocols/IndyProtocols270.dpk index d2f294325..5d81c4860 100644 --- a/Lib/Protocols/IndyProtocols270.dpk +++ b/Lib/Protocols/IndyProtocols270.dpk @@ -24,7 +24,7 @@ package IndyProtocols270; {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DEFINE DEBUG} -{$DEFINE VER330} +{$DEFINE VER340} {$ENDIF IMPLICITBUILDING} {$DESCRIPTION 'Indy 10 Protocols'} {$RUNONLY} @@ -162,6 +162,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -299,4 +300,4 @@ contains IdZLibConst in 'IdZLibConst.pas', IdZLibHeaders in 'IdZLibHeaders.pas'; -end. \ No newline at end of file +end. diff --git a/Lib/Protocols/IndyProtocols270.rc b/Lib/Protocols/IndyProtocols270.rc index 97b69f277..78fc6941e 100644 --- a/Lib/Protocols/IndyProtocols270.rc +++ b/Lib/Protocols/IndyProtocols270.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols270\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2021 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols270.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols270.rc.tmpl b/Lib/Protocols/IndyProtocols270.rc.tmpl index 57091cb5b..127b79924 100644 --- a/Lib/Protocols/IndyProtocols270.rc.tmpl +++ b/Lib/Protocols/IndyProtocols270.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols270\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2021 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols270.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols280.dpk b/Lib/Protocols/IndyProtocols280.dpk index 57b4ed665..e39008545 100644 --- a/Lib/Protocols/IndyProtocols280.dpk +++ b/Lib/Protocols/IndyProtocols280.dpk @@ -24,7 +24,7 @@ package IndyProtocols280; {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DEFINE DEBUG} -{$DEFINE VER330} +{$DEFINE VER350} {$ENDIF IMPLICITBUILDING} {$DESCRIPTION 'Indy 10 Protocols'} {$RUNONLY} @@ -162,6 +162,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -299,4 +300,4 @@ contains IdZLibConst in 'IdZLibConst.pas', IdZLibHeaders in 'IdZLibHeaders.pas'; -end. \ No newline at end of file +end. diff --git a/Lib/Protocols/IndyProtocols280.rc b/Lib/Protocols/IndyProtocols280.rc index 92b438c94..2db80ef71 100644 --- a/Lib/Protocols/IndyProtocols280.rc +++ b/Lib/Protocols/IndyProtocols280.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols280\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2022 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols280.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols280.rc.tmpl b/Lib/Protocols/IndyProtocols280.rc.tmpl index 7a362b1f4..680674096 100644 --- a/Lib/Protocols/IndyProtocols280.rc.tmpl +++ b/Lib/Protocols/IndyProtocols280.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols280\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2022 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols280.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols290.dpk b/Lib/Protocols/IndyProtocols290.dpk new file mode 100644 index 000000000..bf9627699 --- /dev/null +++ b/Lib/Protocols/IndyProtocols290.dpk @@ -0,0 +1,303 @@ +package IndyProtocols290; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$DEFINE VER360} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'Indy 10 Protocols'} +{$RUNONLY} +{$IMPLICITBUILD ON} + +// RLebeau: cannot use IdCompilerDefines.inc here! + +{$DEFINE HAS_PKG_RTL} +{$IFDEF NEXTGEN} + {$IFDEF IOS} + // there is no RTL package available for iOS + {$UNDEF HAS_PKG_RTL} + {$ENDIF} +{$ENDIF} + +requires + {$IFDEF HAS_PKG_RTL} + rtl, + {$ENDIF} + IndySystem290, + IndyCore290; + +{$IFNDEF WINDOWS} + {$IFDEF MSWINDOWS} + {$DEFINE WINDOWS} + {$ENDIF} +{$ENDIF} + +contains + IdASN1Util in 'IdASN1Util.pas', + IdAllAuthentications in 'IdAllAuthentications.pas', + IdAllFTPListParsers in 'IdAllFTPListParsers.pas', + IdAllHeaderCoders in 'IdAllHeaderCoders.pas', + IdAttachment in 'IdAttachment.pas', + IdAttachmentFile in 'IdAttachmentFile.pas', + IdAttachmentMemory in 'IdAttachmentMemory.pas', + IdAuthentication in 'IdAuthentication.pas', + IdAuthenticationDigest in 'IdAuthenticationDigest.pas', + IdAuthenticationManager in 'IdAuthenticationManager.pas', + IdAuthenticationNTLM in 'IdAuthenticationNTLM.pas', + {$IFDEF WINDOWS} + IdAuthenticationSSPI in 'IdAuthenticationSSPI.pas', + {$ENDIF} + IdBlockCipherIntercept in 'IdBlockCipherIntercept.pas', + IdChargenServer in 'IdChargenServer.pas', + IdChargenUDPServer in 'IdChargenUDPServer.pas', + IdCharsets in 'IdCharsets.pas', + IdCoder in 'IdCoder.pas', + IdCoder00E in 'IdCoder00E.pas', + IdCoder3to4 in 'IdCoder3to4.pas', + IdCoderBinHex4 in 'IdCoderBinHex4.pas', + IdCoderHeader in 'IdCoderHeader.pas', + IdCoderMIME in 'IdCoderMIME.pas', + IdCoderQuotedPrintable in 'IdCoderQuotedPrintable.pas', + IdCoderUUE in 'IdCoderUUE.pas', + IdCoderXXE in 'IdCoderXXE.pas', + IdCompressionIntercept in 'IdCompressionIntercept.pas', + IdCompressorZLib in 'IdCompressorZLib.pas', + IdConnectThroughHttpProxy in 'IdConnectThroughHttpProxy.pas', + IdContainers in 'IdContainers.pas', + IdCookie in 'IdCookie.pas', + IdCookieManager in 'IdCookieManager.pas', + IdCustomHTTPServer in 'IdCustomHTTPServer.pas', + IdDICT in 'IdDICT.pas', + IdDICTCommon in 'IdDICTCommon.pas', + IdDICTServer in 'IdDICTServer.pas', + IdDNSCommon in 'IdDNSCommon.pas', + IdDNSResolver in 'IdDNSResolver.pas', + IdDNSServer in 'IdDNSServer.pas', + IdDateTimeStamp in 'IdDateTimeStamp.pas', + IdDayTime in 'IdDayTime.pas', + IdDayTimeServer in 'IdDayTimeServer.pas', + IdDayTimeUDP in 'IdDayTimeUDP.pas', + IdDayTimeUDPServer in 'IdDayTimeUDPServer.pas', + IdDiscardServer in 'IdDiscardServer.pas', + IdDiscardUDPServer in 'IdDiscardUDPServer.pas', + IdEMailAddress in 'IdEMailAddress.pas', + IdEcho in 'IdEcho.pas', + IdEchoServer in 'IdEchoServer.pas', + IdEchoUDP in 'IdEchoUDP.pas', + IdEchoUDPServer in 'IdEchoUDPServer.pas', + IdExplicitTLSClientServerBase in 'IdExplicitTLSClientServerBase.pas', + IdFIPS in 'IdFIPS.pas', + IdFSP in 'IdFSP.pas', + IdFTP in 'IdFTP.pas', + IdFTPBaseFileSystem in 'IdFTPBaseFileSystem.pas', + IdFTPCommon in 'IdFTPCommon.pas', + IdFTPList in 'IdFTPList.pas', + IdFTPListOutput in 'IdFTPListOutput.pas', + IdFTPListParseAS400 in 'IdFTPListParseAS400.pas', + IdFTPListParseBase in 'IdFTPListParseBase.pas', + IdFTPListParseBullGCOS7 in 'IdFTPListParseBullGCOS7.pas', + IdFTPListParseBullGCOS8 in 'IdFTPListParseBullGCOS8.pas', + IdFTPListParseChameleonNewt in 'IdFTPListParseChameleonNewt.pas', + IdFTPListParseCiscoIOS in 'IdFTPListParseCiscoIOS.pas', + IdFTPListParseDistinctTCPIP in 'IdFTPListParseDistinctTCPIP.pas', + IdFTPListParseEPLF in 'IdFTPListParseEPLF.pas', + IdFTPListParseHellSoft in 'IdFTPListParseHellSoft.pas', + IdFTPListParseIEFTPGateway in 'IdFTPListParseIEFTPGateway.pas', + IdFTPListParseKA9Q in 'IdFTPListParseKA9Q.pas', + IdFTPListParseMPEiX in 'IdFTPListParseMPEiX.pas', + IdFTPListParseMVS in 'IdFTPListParseMVS.pas', + IdFTPListParseMicrowareOS9 in 'IdFTPListParseMicrowareOS9.pas', + IdFTPListParseMusic in 'IdFTPListParseMusic.pas', + IdFTPListParseNCSAForDOS in 'IdFTPListParseNCSAForDOS.pas', + IdFTPListParseNCSAForMACOS in 'IdFTPListParseNCSAForMACOS.pas', + IdFTPListParseNovellNetware in 'IdFTPListParseNovellNetware.pas', + IdFTPListParseNovellNetwarePSU in 'IdFTPListParseNovellNetwarePSU.pas', + IdFTPListParseOS2 in 'IdFTPListParseOS2.pas', + IdFTPListParsePCNFSD in 'IdFTPListParsePCNFSD.pas', + IdFTPListParsePCTCP in 'IdFTPListParsePCTCP.pas', + IdFTPListParseStercomOS390Exp in 'IdFTPListParseStercomOS390Exp.pas', + IdFTPListParseStercomUnixEnt in 'IdFTPListParseStercomUnixEnt.pas', + IdFTPListParseStratusVOS in 'IdFTPListParseStratusVOS.pas', + IdFTPListParseSuperTCP in 'IdFTPListParseSuperTCP.pas', + IdFTPListParseTOPS20 in 'IdFTPListParseTOPS20.pas', + IdFTPListParseTSXPlus in 'IdFTPListParseTSXPlus.pas', + IdFTPListParseTandemGuardian in 'IdFTPListParseTandemGuardian.pas', + IdFTPListParseUnisysClearPath in 'IdFTPListParseUnisysClearPath.pas', + IdFTPListParseUnix in 'IdFTPListParseUnix.pas', + IdFTPListParseVM in 'IdFTPListParseVM.pas', + IdFTPListParseVMS in 'IdFTPListParseVMS.pas', + IdFTPListParseVSE in 'IdFTPListParseVSE.pas', + IdFTPListParseVxWorks in 'IdFTPListParseVxWorks.pas', + IdFTPListParseWfFTP in 'IdFTPListParseWfFTP.pas', + IdFTPListParseWinQVTNET in 'IdFTPListParseWinQVTNET.pas', + IdFTPListParseWindowsNT in 'IdFTPListParseWindowsNT.pas', + IdFTPListParseXecomMicroRTOS in 'IdFTPListParseXecomMicroRTOS.pas', + IdFTPListTypes in 'IdFTPListTypes.pas', + IdFTPServer in 'IdFTPServer.pas', + IdFTPServerContextBase in 'IdFTPServerContextBase.pas', + IdFinger in 'IdFinger.pas', + IdFingerServer in 'IdFingerServer.pas', + IdGlobalProtocols in 'IdGlobalProtocols.pas', + IdGopher in 'IdGopher.pas', + IdGopherConsts in 'IdGopherConsts.pas', + IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', + IdHMAC in 'IdHMAC.pas', + IdHMACMD5 in 'IdHMACMD5.pas', + IdHMACSHA1 in 'IdHMACSHA1.pas', + IdHTTP in 'IdHTTP.pas', + IdHTTPHeaderInfo in 'IdHTTPHeaderInfo.pas', + IdHTTPProxyServer in 'IdHTTPProxyServer.pas', + IdHTTPServer in 'IdHTTPServer.pas', + IdHash in 'IdHash.pas', + IdHashCRC in 'IdHashCRC.pas', + IdHashElf in 'IdHashElf.pas', + IdHashMessageDigest in 'IdHashMessageDigest.pas', + IdHashSHA in 'IdHashSHA.pas', + IdHeaderCoder2022JP in 'IdHeaderCoder2022JP.pas', + IdHeaderCoderBase in 'IdHeaderCoderBase.pas', + IdHeaderCoderIndy in 'IdHeaderCoderIndy.pas', + IdHeaderCoderPlain in 'IdHeaderCoderPlain.pas', + IdHeaderList in 'IdHeaderList.pas', + IdIMAP4 in 'IdIMAP4.pas', + IdIMAP4Server in 'IdIMAP4Server.pas', + IdIPAddrMon in 'IdIPAddrMon.pas', + IdIPWatch in 'IdIPWatch.pas', + IdIRC in 'IdIRC.pas', + IdIdent in 'IdIdent.pas', + IdIdentServer in 'IdIdentServer.pas', + IdIrcServer in 'IdIrcServer.pas', + IdLPR in 'IdLPR.pas', + IdMailBox in 'IdMailBox.pas', + IdMappedFTP in 'IdMappedFTP.pas', + IdMappedPOP3 in 'IdMappedPOP3.pas', + IdMappedPortTCP in 'IdMappedPortTCP.pas', + IdMappedPortUDP in 'IdMappedPortUDP.pas', + IdMappedTelnet in 'IdMappedTelnet.pas', + IdMessage in 'IdMessage.pas', + IdMessageBuilder in 'IdMessageBuilder.pas', + IdMessageClient in 'IdMessageClient.pas', + IdMessageCoder in 'IdMessageCoder.pas', + IdMessageCoderBinHex4 in 'IdMessageCoderBinHex4.pas', + IdMessageCoderMIME in 'IdMessageCoderMIME.pas', + IdMessageCoderQuotedPrintable in 'IdMessageCoderQuotedPrintable.pas', + IdMessageCoderUUE in 'IdMessageCoderUUE.pas', + IdMessageCoderXXE in 'IdMessageCoderXXE.pas', + IdMessageCoderYenc in 'IdMessageCoderYenc.pas', + IdMessageCollection in 'IdMessageCollection.pas', + IdMessageHelper in 'IdMessageHelper.pas', + IdMessageParts in 'IdMessageParts.pas', + IdMultipartFormData in 'IdMultipartFormData.pas', + IdNNTP in 'IdNNTP.pas', + IdNNTPServer in 'IdNNTPServer.pas', + IdNTLM in 'IdNTLM.pas', + IdNetworkCalculator in 'IdNetworkCalculator.pas', + IdOSFileName in 'IdOSFileName.pas', + IdOTPCalculator in 'IdOTPCalculator.pas', + IdPOP3 in 'IdPOP3.pas', + IdPOP3Server in 'IdPOP3Server.pas', + IdQOTDUDP in 'IdQOTDUDP.pas', + IdQOTDUDPServer in 'IdQOTDUDPServer.pas', + IdQotd in 'IdQotd.pas', + IdQotdServer in 'IdQotdServer.pas', + IdRSH in 'IdRSH.pas', + IdRSHServer in 'IdRSHServer.pas', + IdRemoteCMDClient in 'IdRemoteCMDClient.pas', + IdRemoteCMDServer in 'IdRemoteCMDServer.pas', + IdReplyFTP in 'IdReplyFTP.pas', + IdReplyIMAP4 in 'IdReplyIMAP4.pas', + IdReplyPOP3 in 'IdReplyPOP3.pas', + IdReplySMTP in 'IdReplySMTP.pas', + IdResourceStringsOpenSSL in 'IdResourceStringsOpenSSL.pas', + IdResourceStringsProtocols in 'IdResourceStringsProtocols.pas', + IdResourceStringsSSPI in 'IdResourceStringsSSPI.pas', + IdResourceStringsUriUtils in 'IdResourceStringsUriUtils.pas', + IdRexec in 'IdRexec.pas', + IdRexecServer in 'IdRexecServer.pas', + IdSASL in 'IdSASL.pas', + IdSASLAnonymous in 'IdSASLAnonymous.pas', + IdSASLCollection in 'IdSASLCollection.pas', + IdSASLDigest in 'IdSASLDigest.pas', + IdSASLExternal in 'IdSASLExternal.pas', + IdSASLLogin in 'IdSASLLogin.pas', + IdSASLOTP in 'IdSASLOTP.pas', + IdSASLPlain in 'IdSASLPlain.pas', + IdSASLSKey in 'IdSASLSKey.pas', + IdSASLUserPass in 'IdSASLUserPass.pas', + IdSASL_CRAMBase in 'IdSASL_CRAMBase.pas', + IdSASL_CRAM_MD5 in 'IdSASL_CRAM_MD5.pas', + IdSASL_CRAM_SHA1 in 'IdSASL_CRAM_SHA1.pas', + IdSMTP in 'IdSMTP.pas', + IdSMTPBase in 'IdSMTPBase.pas', + IdSMTPRelay in 'IdSMTPRelay.pas', + IdSMTPServer in 'IdSMTPServer.pas', + IdSNMP in 'IdSNMP.pas', + IdSNPP in 'IdSNPP.pas', + IdSNTP in 'IdSNTP.pas', + IdSSL in 'IdSSL.pas', + IdSSLOpenSSL in 'IdSSLOpenSSL.pas', + IdSSLOpenSSLHeaders in 'IdSSLOpenSSLHeaders.pas', + {$IFDEF WINDOWS} + IdSSPI in 'IdSSPI.pas', + {$ENDIF} + IdServerInterceptLogBase in 'IdServerInterceptLogBase.pas', + IdServerInterceptLogEvent in 'IdServerInterceptLogEvent.pas', + IdServerInterceptLogFile in 'IdServerInterceptLogFile.pas', + IdSocksServer in 'IdSocksServer.pas', + IdStrings in 'IdStrings.pas', + IdSysLog in 'IdSysLog.pas', + IdSysLogMessage in 'IdSysLogMessage.pas', + IdSysLogServer in 'IdSysLogServer.pas', + IdSystat in 'IdSystat.pas', + IdSystatServer in 'IdSystatServer.pas', + IdSystatUDP in 'IdSystatUDP.pas', + IdSystatUDPServer in 'IdSystatUDPServer.pas', + IdTelnet in 'IdTelnet.pas', + IdTelnetServer in 'IdTelnetServer.pas', + IdText in 'IdText.pas', + IdTime in 'IdTime.pas', + IdTimeServer in 'IdTimeServer.pas', + IdTimeUDP in 'IdTimeUDP.pas', + IdTimeUDPServer in 'IdTimeUDPServer.pas', + IdTrivialFTP in 'IdTrivialFTP.pas', + IdTrivialFTPBase in 'IdTrivialFTPBase.pas', + IdTrivialFTPServer in 'IdTrivialFTPServer.pas', + IdURI in 'IdURI.pas', + IdUnixTime in 'IdUnixTime.pas', + IdUnixTimeServer in 'IdUnixTimeServer.pas', + IdUnixTimeUDP in 'IdUnixTimeUDP.pas', + IdUnixTimeUDPServer in 'IdUnixTimeUDPServer.pas', + IdUriUtils in 'IdUriUtils.pas', + IdUserAccounts in 'IdUserAccounts.pas', + IdUserPassProvider in 'IdUserPassProvider.pas', + IdVCard in 'IdVCard.pas', + IdWebDAV in 'IdWebDAV.pas', + IdWhoIsServer in 'IdWhoIsServer.pas', + IdWhois in 'IdWhois.pas', + IdZLib in 'IdZLib.pas', + IdZLibCompressorBase in 'IdZLibCompressorBase.pas', + IdZLibConst in 'IdZLibConst.pas', + IdZLibHeaders in 'IdZLibHeaders.pas'; + +end. diff --git a/Lib/Protocols/IndyProtocols290.dproj b/Lib/Protocols/IndyProtocols290.dproj new file mode 100644 index 000000000..b2e3026a7 --- /dev/null +++ b/Lib/Protocols/IndyProtocols290.dproj @@ -0,0 +1,1248 @@ + + + {449AFDFE-87E5-4A27-A606-3D18DCC49E19} + IndyProtocols290.dpk + True + Release + 3 + Package + None + 20.1 + Win32 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + true + Cfg_2 + true + true + + + Indy 10 Protocols + true + false + true + false + true + false + IndyProtocols290 + 00400000 + false + System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= + true + false + + + ..\Output\OBJ\$(Platform)\$(Config) + ..\Output\BPI\$(Platform)\$(Config) + ..\Output\HPP\$(Platform)\$(Config) + All + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) + true + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Winapi;$(DCC_Namespace) + + + true + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Winapi;$(DCC_Namespace) + + + false + 0 + RELEASE;$(DCC_Define) + 0 + + + true + DEBUG;$(DCC_Define) + false + + + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) + true + + + true + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) + + + + MainSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base + + + Cfg_1 + Base + + + Cfg_2 + Base + + + + Delphi.Personality.12 + Package + + + + IndyProtocols290.dpk + + + Embarcadero RAD Server Edge Components + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + + True + True + + + + + + true + + + + + true + + + + + + true + + + + + 1 + + + 0 + + + + + classes + 64 + + + classes + 64 + + + + + res\xml + 1 + + + res\xml + 1 + + + + + library\lib\armeabi + 1 + + + library\lib\armeabi + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + library\lib\mips + 1 + + + library\lib\mips + 1 + + + + + library\lib\armeabi-v7a + 1 + + + library\lib\arm64-v8a + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-anydpi-v21 + 1 + + + res\drawable-anydpi-v21 + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\values-v21 + 1 + + + res\values-v21 + 1 + + + + + res\values-v31 + 1 + + + res\values-v31 + 1 + + + + + res\drawable-anydpi-v26 + 1 + + + res\drawable-anydpi-v26 + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-anydpi-v33 + 1 + + + res\drawable-anydpi-v33 + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\values-night-v21 + 1 + + + res\values-night-v21 + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-xxhdpi + 1 + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-xxxhdpi + 1 + + + res\drawable-xxxhdpi + 1 + + + + + res\drawable-ldpi + 1 + + + res\drawable-ldpi + 1 + + + + + res\drawable-mdpi + 1 + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + res\drawable-xhdpi + 1 + + + + + res\drawable-mdpi + 1 + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + res\drawable-xhdpi + 1 + + + + + res\drawable-xxhdpi + 1 + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-xxxhdpi + 1 + + + res\drawable-xxxhdpi + 1 + + + + + res\drawable-small + 1 + + + res\drawable-small + 1 + + + + + res\drawable-normal + 1 + + + res\drawable-normal + 1 + + + + + res\drawable-large + 1 + + + res\drawable-large + 1 + + + + + res\drawable-xlarge + 1 + + + res\drawable-xlarge + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\drawable-anydpi-v24 + 1 + + + res\drawable-anydpi-v24 + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-night-anydpi-v21 + 1 + + + res\drawable-night-anydpi-v21 + 1 + + + + + res\drawable-anydpi-v31 + 1 + + + res\drawable-anydpi-v31 + 1 + + + + + res\drawable-night-anydpi-v31 + 1 + + + res\drawable-night-anydpi-v31 + 1 + + + + + 1 + + + 1 + + + 0 + + + + + 1 + .framework + + + 1 + .framework + + + 1 + .framework + + + 0 + + + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .dll;.bpl + + + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .bpl + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + 1 + + + 1 + + + + + + + + Contents\Resources + 1 + + + Contents\Resources + 1 + + + Contents\Resources + 1 + + + + + library\lib\armeabi-v7a + 1 + + + library\lib\arm64-v8a + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 0 + + + + + library\lib\armeabi-v7a + 1 + + + + + 1 + + + 1 + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + + + + 1 + + + 1 + + + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + + + + + + + + + + + + + 12 + + + + + diff --git a/Lib/Protocols/IndyProtocols290.rc b/Lib/Protocols/IndyProtocols290.rc new file mode 100644 index 000000000..88eff715d --- /dev/null +++ b/Lib/Protocols/IndyProtocols290.rc @@ -0,0 +1,31 @@ +1 VERSIONINFO +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 +FILEFLAGSMASK 0x3FL +FILEFLAGS 0x00L +FILEOS 0x40004L +FILETYPE 0x1L +FILESUBTYPE 0x0L +{ + BLOCK "StringFileInfo" + { + BLOCK "000104E4" + { + VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" + VALUE "InternalName", "IndyProtocols290\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "OriginalFilename", "IndyProtocols290.bpl\0" + VALUE "ProductName", "Indy\0" + VALUE "ProductVersion", "10.6.3\0" + } + + } + + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0001, 1252 + } + +} diff --git a/Lib/Protocols/IndyProtocols290.rc.tmpl b/Lib/Protocols/IndyProtocols290.rc.tmpl new file mode 100644 index 000000000..243ba23f3 --- /dev/null +++ b/Lib/Protocols/IndyProtocols290.rc.tmpl @@ -0,0 +1,31 @@ +1 VERSIONINFO +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ +FILEFLAGSMASK 0x3FL +FILEFLAGS 0x00L +FILEOS 0x40004L +FILETYPE 0x1L +FILESUBTYPE 0x0L +{ + BLOCK "StringFileInfo" + { + BLOCK "000104E4" + { + VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" + VALUE "InternalName", "IndyProtocols290\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "OriginalFilename", "IndyProtocols290.bpl\0" + VALUE "ProductName", "Indy\0" + VALUE "ProductVersion", "10.6.3\0" + } + + } + + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0001, 1252 + } + +} diff --git a/Lib/Protocols/IndyProtocols290.res b/Lib/Protocols/IndyProtocols290.res new file mode 100644 index 000000000..da606b6bb Binary files /dev/null and b/Lib/Protocols/IndyProtocols290.res differ diff --git a/Lib/Protocols/IndyProtocols40.dpk b/Lib/Protocols/IndyProtocols40.dpk index 235a50cf4..6f4e7c799 100644 --- a/Lib/Protocols/IndyProtocols40.dpk +++ b/Lib/Protocols/IndyProtocols40.dpk @@ -1,17 +1,13 @@ package IndyProtocols40; -{$ASSERTIONS ON} +{$R *.res} {$BOOLEVAL OFF} -{$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} -{$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} -{$OVERFLOWCHECKS ON} -{$RANGECHECKS ON} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} @@ -22,10 +18,9 @@ package IndyProtocols40; {$IMAGEBASE $400000} {$DESCRIPTION 'Indy 10 Protocols'} {$RUNONLY} -{$IMPLICITBUILD OFF} +{$IMPLICITBUILD ON} requires - rtl, IndySystem40, IndyCore40; @@ -163,7 +158,6 @@ contains IdIdentServer in 'IdIdentServer.pas', IdIrcServer in 'IdIrcServer.pas', IdLPR in 'IdLPR.pas', - IdMIMETypes in 'IdMIMETypes.pas', IdMailBox in 'IdMailBox.pas', IdMappedFTP in 'IdMappedFTP.pas', IdMappedPOP3 in 'IdMappedPOP3.pas', diff --git a/Lib/Protocols/IndyProtocols40.rc b/Lib/Protocols/IndyProtocols40.rc index dc69105de..11e82ad85 100644 --- a/Lib/Protocols/IndyProtocols40.rc +++ b/Lib/Protocols/IndyProtocols40.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols40\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols40.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols40.rc.tmpl b/Lib/Protocols/IndyProtocols40.rc.tmpl index ce28b71bc..337a2b5fa 100644 --- a/Lib/Protocols/IndyProtocols40.rc.tmpl +++ b/Lib/Protocols/IndyProtocols40.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols40\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols40.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols40.res b/Lib/Protocols/IndyProtocols40.res index 03be0c2f4..c7a304f7c 100644 Binary files a/Lib/Protocols/IndyProtocols40.res and b/Lib/Protocols/IndyProtocols40.res differ diff --git a/Lib/Protocols/IndyProtocols50.dpk b/Lib/Protocols/IndyProtocols50.dpk index d21345ffa..c3978bdd3 100644 --- a/Lib/Protocols/IndyProtocols50.dpk +++ b/Lib/Protocols/IndyProtocols50.dpk @@ -131,6 +131,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', diff --git a/Lib/Protocols/IndyProtocols50.rc b/Lib/Protocols/IndyProtocols50.rc index 6183ca8ce..d277a44ed 100644 --- a/Lib/Protocols/IndyProtocols50.rc +++ b/Lib/Protocols/IndyProtocols50.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols50\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols50.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols50.rc.tmpl b/Lib/Protocols/IndyProtocols50.rc.tmpl index 549a52341..170c06ce4 100644 --- a/Lib/Protocols/IndyProtocols50.rc.tmpl +++ b/Lib/Protocols/IndyProtocols50.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols50\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols50.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols50.res b/Lib/Protocols/IndyProtocols50.res index 4ba9e8ee9..82040b329 100644 Binary files a/Lib/Protocols/IndyProtocols50.res and b/Lib/Protocols/IndyProtocols50.res differ diff --git a/Lib/Protocols/IndyProtocols60.dpk b/Lib/Protocols/IndyProtocols60.dpk index 3dce59ebd..c5394e523 100644 --- a/Lib/Protocols/IndyProtocols60.dpk +++ b/Lib/Protocols/IndyProtocols60.dpk @@ -132,6 +132,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', diff --git a/Lib/Protocols/IndyProtocols60.rc b/Lib/Protocols/IndyProtocols60.rc index 3d2c7ba2a..e1da02e9a 100644 --- a/Lib/Protocols/IndyProtocols60.rc +++ b/Lib/Protocols/IndyProtocols60.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols60\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols60.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols60.rc.tmpl b/Lib/Protocols/IndyProtocols60.rc.tmpl index 4777e59e9..0ae568f10 100644 --- a/Lib/Protocols/IndyProtocols60.rc.tmpl +++ b/Lib/Protocols/IndyProtocols60.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols60\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols60.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols60.res b/Lib/Protocols/IndyProtocols60.res index 6fea9c678..e0b0ab889 100644 Binary files a/Lib/Protocols/IndyProtocols60.res and b/Lib/Protocols/IndyProtocols60.res differ diff --git a/Lib/Protocols/IndyProtocols70.dpk b/Lib/Protocols/IndyProtocols70.dpk index 2371e2c18..b7b0b48ff 100644 --- a/Lib/Protocols/IndyProtocols70.dpk +++ b/Lib/Protocols/IndyProtocols70.dpk @@ -132,6 +132,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', diff --git a/Lib/Protocols/IndyProtocols70.rc b/Lib/Protocols/IndyProtocols70.rc index 4495fe5a6..2ed6d2a79 100644 --- a/Lib/Protocols/IndyProtocols70.rc +++ b/Lib/Protocols/IndyProtocols70.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols70\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols70.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols70.rc.tmpl b/Lib/Protocols/IndyProtocols70.rc.tmpl index 6af648ed7..e8679951d 100644 --- a/Lib/Protocols/IndyProtocols70.rc.tmpl +++ b/Lib/Protocols/IndyProtocols70.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols70\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols70.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols70.res b/Lib/Protocols/IndyProtocols70.res index 6c94d702d..2054c042c 100644 Binary files a/Lib/Protocols/IndyProtocols70.res and b/Lib/Protocols/IndyProtocols70.res differ diff --git a/Lib/Protocols/IndyProtocols80.dpk b/Lib/Protocols/IndyProtocols80.dpk index 227fb08fa..2714af7d0 100644 --- a/Lib/Protocols/IndyProtocols80.dpk +++ b/Lib/Protocols/IndyProtocols80.dpk @@ -132,6 +132,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', diff --git a/Lib/Protocols/IndyProtocols80Net.dpk b/Lib/Protocols/IndyProtocols80Net.dpk index 2ef44cd6f..f93d93f17 100644 --- a/Lib/Protocols/IndyProtocols80Net.dpk +++ b/Lib/Protocols/IndyProtocols80Net.dpk @@ -21,8 +21,8 @@ package IndyProtocols80Net; {$IMPLICITBUILD ON} requires -Borland.Delphi, -Borland.VclRtl, + Borland.Delphi, + Borland.VclRtl, IndySystem80Net, IndyCore80Net; @@ -129,6 +129,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', diff --git a/Lib/Protocols/IndyProtocols90.dpk b/Lib/Protocols/IndyProtocols90.dpk index bc88dd200..9495f7176 100644 --- a/Lib/Protocols/IndyProtocols90.dpk +++ b/Lib/Protocols/IndyProtocols90.dpk @@ -133,6 +133,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', diff --git a/Lib/Protocols/IndyProtocols90.rc b/Lib/Protocols/IndyProtocols90.rc index c98c65d90..fa226391d 100644 --- a/Lib/Protocols/IndyProtocols90.rc +++ b/Lib/Protocols/IndyProtocols90.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndyProtocols90\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols90.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols90.rc.tmpl b/Lib/Protocols/IndyProtocols90.rc.tmpl index 7910e5998..b50ac104c 100644 --- a/Lib/Protocols/IndyProtocols90.rc.tmpl +++ b/Lib/Protocols/IndyProtocols90.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndyProtocols90\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndyProtocols90.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/IndyProtocols90.res b/Lib/Protocols/IndyProtocols90.res index 3e0571083..464ed908a 100644 Binary files a/Lib/Protocols/IndyProtocols90.res and b/Lib/Protocols/IndyProtocols90.res differ diff --git a/Lib/Protocols/IndyProtocols90Net.dpk b/Lib/Protocols/IndyProtocols90Net.dpk index eb5886ed3..247e902c2 100644 --- a/Lib/Protocols/IndyProtocols90Net.dpk +++ b/Lib/Protocols/IndyProtocols90Net.dpk @@ -129,6 +129,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -143,7 +144,7 @@ contains IdHashSHA in 'IdHashSHA.pas', IdHeaderCoder2022JP in 'IdHeaderCoder2022JP.pas', IdHeaderCoderBase in 'IdHeaderCoderBase.pas', - IdHeaderCoderDotNet in 'IdHeaderCoderDotNet.pas', + IdHeaderCoderIndy in 'IdHeaderCoderIndy.pas', IdHeaderCoderPlain in 'IdHeaderCoderPlain.pas', IdHeaderList in 'IdHeaderList.pas', IdIMAP4 in 'IdIMAP4.pas', diff --git a/Lib/Protocols/IndyProtocolsK3.dpk b/Lib/Protocols/IndyProtocolsK3.dpk index 859876bf3..6d08e0534 100644 --- a/Lib/Protocols/IndyProtocolsK3.dpk +++ b/Lib/Protocols/IndyProtocolsK3.dpk @@ -132,6 +132,7 @@ contains IdGopher in 'IdGopher.pas', IdGopherConsts in 'IdGopherConsts.pas', IdGopherServer in 'IdGopherServer.pas', + IdHL7 in 'IdHL7.pas', IdHMAC in 'IdHMAC.pas', IdHMACMD5 in 'IdHMACMD5.pas', IdHMACSHA1 in 'IdHMACSHA1.pas', @@ -198,7 +199,10 @@ contains IdReplyIMAP4 in 'IdReplyIMAP4.pas', IdReplyPOP3 in 'IdReplyPOP3.pas', IdReplySMTP in 'IdReplySMTP.pas', + IdResourceStringsOpenSSL in 'IdResourceStringsOpenSSL.pas', IdResourceStringsProtocols in 'IdResourceStringsProtocols.pas', + IdResourceStringsSSPI in 'IdResourceStringsSSPI.pas', + IdResourceStringsUriUtils in 'IdResourceStringsUriUtils.pas', IdRexec in 'IdRexec.pas', IdRexecServer in 'IdRexecServer.pas', IdSASL in 'IdSASL.pas', diff --git a/Lib/Protocols/Makefile.fpc b/Lib/Protocols/Makefile.fpc index 123e403a0..5582c92c1 100644 --- a/Lib/Protocols/Makefile.fpc +++ b/Lib/Protocols/Makefile.fpc @@ -1,8 +1,8 @@ -# Makefile.fpc for indycorefpc 10.6.2.0 +# Makefile.fpc for indycorefpc 10.6.3.0 [package] name=indyprotocolsfpc -version=10.6.2.0 +version=10.6.3.0 main=indy [compiler] diff --git a/Lib/Protocols/Makefile.fpc.tmpl b/Lib/Protocols/Makefile.fpc.tmpl index 686e67164..fe1c9b52a 100644 --- a/Lib/Protocols/Makefile.fpc.tmpl +++ b/Lib/Protocols/Makefile.fpc.tmpl @@ -1,8 +1,8 @@ -# Makefile.fpc for indycorefpc 10.6.2.$WCREV$ +# Makefile.fpc for indycorefpc 10.6.3.$WCREV$ [package] name=indyprotocolsfpc -version=10.6.2.$WCREV$ +version=10.6.3.$WCREV$ main=indy [compiler] diff --git a/Lib/Protocols/dclIndyProtocols.rc b/Lib/Protocols/dclIndyProtocols.rc index 7aa08b594..08671df58 100644 --- a/Lib/Protocols/dclIndyProtocols.rc +++ b/Lib/Protocols/dclIndyProtocols.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols.rc.tmpl b/Lib/Protocols/dclIndyProtocols.rc.tmpl index 2eb4c5509..102639fc5 100644 --- a/Lib/Protocols/dclIndyProtocols.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols100.RES b/Lib/Protocols/dclIndyProtocols100.RES index 1356f29e8..b08fb840f 100644 Binary files a/Lib/Protocols/dclIndyProtocols100.RES and b/Lib/Protocols/dclIndyProtocols100.RES differ diff --git a/Lib/Protocols/dclIndyProtocols100.rc b/Lib/Protocols/dclIndyProtocols100.rc index 492411396..ae2e3d6b4 100644 --- a/Lib/Protocols/dclIndyProtocols100.rc +++ b/Lib/Protocols/dclIndyProtocols100.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols100\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols100.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols100.rc.tmpl b/Lib/Protocols/dclIndyProtocols100.rc.tmpl index a959e439b..72b638f18 100644 --- a/Lib/Protocols/dclIndyProtocols100.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols100.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols100\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols100.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols110.RES b/Lib/Protocols/dclIndyProtocols110.RES index 3368bb380..f061966ee 100644 Binary files a/Lib/Protocols/dclIndyProtocols110.RES and b/Lib/Protocols/dclIndyProtocols110.RES differ diff --git a/Lib/Protocols/dclIndyProtocols110.rc b/Lib/Protocols/dclIndyProtocols110.rc index e61bbe47a..0d9e8a9aa 100644 --- a/Lib/Protocols/dclIndyProtocols110.rc +++ b/Lib/Protocols/dclIndyProtocols110.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols110\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols110.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols110.rc.tmpl b/Lib/Protocols/dclIndyProtocols110.rc.tmpl index afe35a512..b6cdaf0d5 100644 --- a/Lib/Protocols/dclIndyProtocols110.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols110.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols110\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols110.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols120.RES b/Lib/Protocols/dclIndyProtocols120.RES index 6fc5369ac..c2c3b1cee 100644 Binary files a/Lib/Protocols/dclIndyProtocols120.RES and b/Lib/Protocols/dclIndyProtocols120.RES differ diff --git a/Lib/Protocols/dclIndyProtocols120.rc b/Lib/Protocols/dclIndyProtocols120.rc index 8596e931a..1c6b959e3 100644 --- a/Lib/Protocols/dclIndyProtocols120.rc +++ b/Lib/Protocols/dclIndyProtocols120.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols120\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols120.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols120.rc.tmpl b/Lib/Protocols/dclIndyProtocols120.rc.tmpl index afe9de15d..0568fa515 100644 --- a/Lib/Protocols/dclIndyProtocols120.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols120.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols120\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols120.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols130.rc b/Lib/Protocols/dclIndyProtocols130.rc index df11fa73a..61987165c 100644 --- a/Lib/Protocols/dclIndyProtocols130.rc +++ b/Lib/Protocols/dclIndyProtocols130.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols130\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols130.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols130.rc.tmpl b/Lib/Protocols/dclIndyProtocols130.rc.tmpl index aee005d30..864d2d744 100644 --- a/Lib/Protocols/dclIndyProtocols130.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols130.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols130\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols130.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols130.res b/Lib/Protocols/dclIndyProtocols130.res index a98f650f0..13ecabd11 100644 Binary files a/Lib/Protocols/dclIndyProtocols130.res and b/Lib/Protocols/dclIndyProtocols130.res differ diff --git a/Lib/Protocols/dclIndyProtocols140.RES b/Lib/Protocols/dclIndyProtocols140.RES index 3a394a774..3a0ad578b 100644 Binary files a/Lib/Protocols/dclIndyProtocols140.RES and b/Lib/Protocols/dclIndyProtocols140.RES differ diff --git a/Lib/Protocols/dclIndyProtocols140.rc b/Lib/Protocols/dclIndyProtocols140.rc index e09743f48..b5a2966fd 100644 --- a/Lib/Protocols/dclIndyProtocols140.rc +++ b/Lib/Protocols/dclIndyProtocols140.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols140\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols140.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols140.rc.tmpl b/Lib/Protocols/dclIndyProtocols140.rc.tmpl index 075565d61..281cfff41 100644 --- a/Lib/Protocols/dclIndyProtocols140.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols140.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols140\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols140.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols150.RES b/Lib/Protocols/dclIndyProtocols150.RES index 475f15939..a30695fe0 100644 Binary files a/Lib/Protocols/dclIndyProtocols150.RES and b/Lib/Protocols/dclIndyProtocols150.RES differ diff --git a/Lib/Protocols/dclIndyProtocols150.rc b/Lib/Protocols/dclIndyProtocols150.rc index 16d7609e8..70573c04a 100644 --- a/Lib/Protocols/dclIndyProtocols150.rc +++ b/Lib/Protocols/dclIndyProtocols150.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols150\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols150.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols150.rc.tmpl b/Lib/Protocols/dclIndyProtocols150.rc.tmpl index 9abf86907..e610efc2b 100644 --- a/Lib/Protocols/dclIndyProtocols150.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols150.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols150\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols150.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols160.dpk b/Lib/Protocols/dclIndyProtocols160.dpk index 8db907cc3..8c8ca8684 100644 --- a/Lib/Protocols/dclIndyProtocols160.dpk +++ b/Lib/Protocols/dclIndyProtocols160.dpk @@ -43,4 +43,3 @@ contains IdRegister in 'IdRegister.pas'; end. - diff --git a/Lib/Protocols/dclIndyProtocols160.rc b/Lib/Protocols/dclIndyProtocols160.rc index de22d8f02..ae75433f6 100644 --- a/Lib/Protocols/dclIndyProtocols160.rc +++ b/Lib/Protocols/dclIndyProtocols160.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols160\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols160.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols160.rc.tmpl b/Lib/Protocols/dclIndyProtocols160.rc.tmpl index ef163901b..f242593a9 100644 --- a/Lib/Protocols/dclIndyProtocols160.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols160.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols160\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols160.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols160.res b/Lib/Protocols/dclIndyProtocols160.res index fe0507a71..6302d1b1a 100644 Binary files a/Lib/Protocols/dclIndyProtocols160.res and b/Lib/Protocols/dclIndyProtocols160.res differ diff --git a/Lib/Protocols/dclIndyProtocols170.RES b/Lib/Protocols/dclIndyProtocols170.RES index 16e57d49d..f549f1f6c 100644 Binary files a/Lib/Protocols/dclIndyProtocols170.RES and b/Lib/Protocols/dclIndyProtocols170.RES differ diff --git a/Lib/Protocols/dclIndyProtocols170.dpk b/Lib/Protocols/dclIndyProtocols170.dpk index feda56b91..2b65451d5 100644 --- a/Lib/Protocols/dclIndyProtocols170.dpk +++ b/Lib/Protocols/dclIndyProtocols170.dpk @@ -43,4 +43,3 @@ contains IdRegister in 'IdRegister.pas'; end. - diff --git a/Lib/Protocols/dclIndyProtocols170.rc b/Lib/Protocols/dclIndyProtocols170.rc index c6873ff5d..471abd463 100644 --- a/Lib/Protocols/dclIndyProtocols170.rc +++ b/Lib/Protocols/dclIndyProtocols170.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols170\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols170.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols170.rc.tmpl b/Lib/Protocols/dclIndyProtocols170.rc.tmpl index 9fe2623e1..e0449fb13 100644 --- a/Lib/Protocols/dclIndyProtocols170.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols170.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols170\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols170.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols180.dpk b/Lib/Protocols/dclIndyProtocols180.dpk index 8769da27f..5fb6cacf1 100644 --- a/Lib/Protocols/dclIndyProtocols180.dpk +++ b/Lib/Protocols/dclIndyProtocols180.dpk @@ -44,4 +44,3 @@ contains IdRegister in 'IdRegister.pas'; end. - diff --git a/Lib/Protocols/dclIndyProtocols180.rc b/Lib/Protocols/dclIndyProtocols180.rc index 58aa89c58..e1c81b68f 100644 --- a/Lib/Protocols/dclIndyProtocols180.rc +++ b/Lib/Protocols/dclIndyProtocols180.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols180\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols180.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols180.rc.tmpl b/Lib/Protocols/dclIndyProtocols180.rc.tmpl index c91ffac44..d3f691c28 100644 --- a/Lib/Protocols/dclIndyProtocols180.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols180.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols180\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols180.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols180.res b/Lib/Protocols/dclIndyProtocols180.res index beb24fe91..beb702746 100644 Binary files a/Lib/Protocols/dclIndyProtocols180.res and b/Lib/Protocols/dclIndyProtocols180.res differ diff --git a/Lib/Protocols/dclIndyProtocols190.dpk b/Lib/Protocols/dclIndyProtocols190.dpk index 6480d7882..096141b92 100644 --- a/Lib/Protocols/dclIndyProtocols190.dpk +++ b/Lib/Protocols/dclIndyProtocols190.dpk @@ -44,4 +44,3 @@ contains IdRegister in 'IdRegister.pas'; end. - diff --git a/Lib/Protocols/dclIndyProtocols190.rc b/Lib/Protocols/dclIndyProtocols190.rc index e8712046c..a9ef9eafa 100644 --- a/Lib/Protocols/dclIndyProtocols190.rc +++ b/Lib/Protocols/dclIndyProtocols190.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols190\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols190.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols190.rc.tmpl b/Lib/Protocols/dclIndyProtocols190.rc.tmpl index f26a94d9e..23a24bf74 100644 --- a/Lib/Protocols/dclIndyProtocols190.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols190.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols190\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols190.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols190.res b/Lib/Protocols/dclIndyProtocols190.res index 66ff428eb..8a463af8d 100644 Binary files a/Lib/Protocols/dclIndyProtocols190.res and b/Lib/Protocols/dclIndyProtocols190.res differ diff --git a/Lib/Protocols/dclIndyProtocols200.dpk b/Lib/Protocols/dclIndyProtocols200.dpk index dc27b1001..c9aaad5c5 100644 --- a/Lib/Protocols/dclIndyProtocols200.dpk +++ b/Lib/Protocols/dclIndyProtocols200.dpk @@ -44,4 +44,3 @@ contains IdRegister in 'IdRegister.pas'; end. - diff --git a/Lib/Protocols/dclIndyProtocols200.rc b/Lib/Protocols/dclIndyProtocols200.rc index 049c13a93..adc3271be 100644 --- a/Lib/Protocols/dclIndyProtocols200.rc +++ b/Lib/Protocols/dclIndyProtocols200.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols200\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols200.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols200.rc.tmpl b/Lib/Protocols/dclIndyProtocols200.rc.tmpl index 9ef91b364..7cf7d131f 100644 --- a/Lib/Protocols/dclIndyProtocols200.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols200.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols200\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols200.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols200.res b/Lib/Protocols/dclIndyProtocols200.res index f0fee43be..a4c4a9ae7 100644 Binary files a/Lib/Protocols/dclIndyProtocols200.res and b/Lib/Protocols/dclIndyProtocols200.res differ diff --git a/Lib/Protocols/dclIndyProtocols210.dpk b/Lib/Protocols/dclIndyProtocols210.dpk index 226c86de4..a2194b6a1 100644 --- a/Lib/Protocols/dclIndyProtocols210.dpk +++ b/Lib/Protocols/dclIndyProtocols210.dpk @@ -44,4 +44,3 @@ contains IdRegister in 'IdRegister.pas'; end. - diff --git a/Lib/Protocols/dclIndyProtocols210.rc b/Lib/Protocols/dclIndyProtocols210.rc index 4de188752..7ebae18f5 100644 --- a/Lib/Protocols/dclIndyProtocols210.rc +++ b/Lib/Protocols/dclIndyProtocols210.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols210\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols210.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols210.rc.tmpl b/Lib/Protocols/dclIndyProtocols210.rc.tmpl index 7c76a6bb1..48e1b702d 100644 --- a/Lib/Protocols/dclIndyProtocols210.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols210.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols210\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols210.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols210.res b/Lib/Protocols/dclIndyProtocols210.res index aa6eb01f8..81ac56b8e 100644 Binary files a/Lib/Protocols/dclIndyProtocols210.res and b/Lib/Protocols/dclIndyProtocols210.res differ diff --git a/Lib/Protocols/dclIndyProtocols220.dpk b/Lib/Protocols/dclIndyProtocols220.dpk index 71121cc7e..168cdff37 100644 --- a/Lib/Protocols/dclIndyProtocols220.dpk +++ b/Lib/Protocols/dclIndyProtocols220.dpk @@ -24,6 +24,7 @@ package dclIndyProtocols220; {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DEFINE DEBUG} +{$DEFINE VER290} {$ENDIF IMPLICITBUILDING} {$DESCRIPTION 'Indy 10 Protocols Design Time'} {$DESIGNONLY} @@ -43,4 +44,3 @@ contains IdRegister in 'IdRegister.pas'; end. - diff --git a/Lib/Protocols/dclIndyProtocols220.rc b/Lib/Protocols/dclIndyProtocols220.rc index b36efeaf2..21a969d91 100644 --- a/Lib/Protocols/dclIndyProtocols220.rc +++ b/Lib/Protocols/dclIndyProtocols220.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols220\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols220.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols220.rc.tmpl b/Lib/Protocols/dclIndyProtocols220.rc.tmpl index 7193c2a63..d58934e14 100644 --- a/Lib/Protocols/dclIndyProtocols220.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols220.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols220\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols220.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols220.res b/Lib/Protocols/dclIndyProtocols220.res index 43d65a895..aea528d9b 100644 Binary files a/Lib/Protocols/dclIndyProtocols220.res and b/Lib/Protocols/dclIndyProtocols220.res differ diff --git a/Lib/Protocols/dclIndyProtocols230.dpk b/Lib/Protocols/dclIndyProtocols230.dpk index 89ae6a018..7bd4b1b2d 100644 --- a/Lib/Protocols/dclIndyProtocols230.dpk +++ b/Lib/Protocols/dclIndyProtocols230.dpk @@ -44,4 +44,3 @@ contains IdRegister in 'IdRegister.pas'; end. - diff --git a/Lib/Protocols/dclIndyProtocols230.rc b/Lib/Protocols/dclIndyProtocols230.rc index d21e2f361..911b8e799 100644 --- a/Lib/Protocols/dclIndyProtocols230.rc +++ b/Lib/Protocols/dclIndyProtocols230.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols230\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols230.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols230.rc.tmpl b/Lib/Protocols/dclIndyProtocols230.rc.tmpl index 25bf2dd62..c5174ff25 100644 --- a/Lib/Protocols/dclIndyProtocols230.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols230.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols230\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols230.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols230.res b/Lib/Protocols/dclIndyProtocols230.res index 2170d8fe1..344a743d9 100644 Binary files a/Lib/Protocols/dclIndyProtocols230.res and b/Lib/Protocols/dclIndyProtocols230.res differ diff --git a/Lib/Protocols/dclIndyProtocols240.dpk b/Lib/Protocols/dclIndyProtocols240.dpk index 6de9827b2..d7f52178c 100644 --- a/Lib/Protocols/dclIndyProtocols240.dpk +++ b/Lib/Protocols/dclIndyProtocols240.dpk @@ -44,4 +44,3 @@ contains IdRegister in 'IdRegister.pas'; end. - diff --git a/Lib/Protocols/dclIndyProtocols240.rc b/Lib/Protocols/dclIndyProtocols240.rc index 49ba8230c..a2a962736 100644 --- a/Lib/Protocols/dclIndyProtocols240.rc +++ b/Lib/Protocols/dclIndyProtocols240.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols240\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols240.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols240.rc.tmpl b/Lib/Protocols/dclIndyProtocols240.rc.tmpl index d39ffe23a..03ad99698 100644 --- a/Lib/Protocols/dclIndyProtocols240.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols240.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols240\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols240.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols240.res b/Lib/Protocols/dclIndyProtocols240.res index 3edd71d33..97502e2b6 100644 Binary files a/Lib/Protocols/dclIndyProtocols240.res and b/Lib/Protocols/dclIndyProtocols240.res differ diff --git a/Lib/Protocols/dclIndyProtocols250.dpk b/Lib/Protocols/dclIndyProtocols250.dpk index 5c9f55903..1d810f44c 100644 --- a/Lib/Protocols/dclIndyProtocols250.dpk +++ b/Lib/Protocols/dclIndyProtocols250.dpk @@ -44,4 +44,3 @@ contains IdRegister in 'IdRegister.pas'; end. - diff --git a/Lib/Protocols/dclIndyProtocols250.rc b/Lib/Protocols/dclIndyProtocols250.rc index 4f72fe71c..b99ee21cb 100644 --- a/Lib/Protocols/dclIndyProtocols250.rc +++ b/Lib/Protocols/dclIndyProtocols250.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols250\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols250.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols250.rc.tmpl b/Lib/Protocols/dclIndyProtocols250.rc.tmpl index 539376e2c..ad85616b6 100644 --- a/Lib/Protocols/dclIndyProtocols250.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols250.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols250\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols250.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols250.res b/Lib/Protocols/dclIndyProtocols250.res index ea3138a99..3a5a1a37c 100644 Binary files a/Lib/Protocols/dclIndyProtocols250.res and b/Lib/Protocols/dclIndyProtocols250.res differ diff --git a/Lib/Protocols/dclIndyProtocols260.rc b/Lib/Protocols/dclIndyProtocols260.rc index 0ed2d4bbe..d13db59d0 100644 --- a/Lib/Protocols/dclIndyProtocols260.rc +++ b/Lib/Protocols/dclIndyProtocols260.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols260\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2018 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols260.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols260.rc.tmpl b/Lib/Protocols/dclIndyProtocols260.rc.tmpl index a5e04afa1..5b501d956 100644 --- a/Lib/Protocols/dclIndyProtocols260.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols260.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols260\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2018 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols260.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols270.dpk b/Lib/Protocols/dclIndyProtocols270.dpk index 268023dc0..8816f36ba 100644 --- a/Lib/Protocols/dclIndyProtocols270.dpk +++ b/Lib/Protocols/dclIndyProtocols270.dpk @@ -24,7 +24,7 @@ package dclIndyProtocols270; {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DEFINE DEBUG} -{$DEFINE VER330} +{$DEFINE VER340} {$ENDIF IMPLICITBUILDING} {$DESCRIPTION 'Indy 10 Protocols Design Time'} {$DESIGNONLY} @@ -43,4 +43,4 @@ contains IdDsnSASLListEditorFormVCL in 'IdDsnSASLListEditorFormVCL.pas', IdRegister in 'IdRegister.pas'; -end. \ No newline at end of file +end. diff --git a/Lib/Protocols/dclIndyProtocols270.rc b/Lib/Protocols/dclIndyProtocols270.rc index 0d85fcd1f..ddda9beec 100644 --- a/Lib/Protocols/dclIndyProtocols270.rc +++ b/Lib/Protocols/dclIndyProtocols270.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols270\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2021 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols270.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols270.rc.tmpl b/Lib/Protocols/dclIndyProtocols270.rc.tmpl index 3b2af2468..c95f06bfc 100644 --- a/Lib/Protocols/dclIndyProtocols270.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols270.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols270\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2021 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols270.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols280.dpk b/Lib/Protocols/dclIndyProtocols280.dpk index 64c942515..a25a6cd1b 100644 --- a/Lib/Protocols/dclIndyProtocols280.dpk +++ b/Lib/Protocols/dclIndyProtocols280.dpk @@ -9,21 +9,22 @@ package dclIndyProtocols280; {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} -{$LOCALSYMBOLS OFF} +{$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} -{$OPTIMIZATION ON} +{$OPTIMIZATION OFF} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} -{$REFERENCEINFO OFF} +{$REFERENCEINFO ON} {$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} +{$STACKFRAMES ON} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} -{$DEFINE RELEASE} +{$DEFINE DEBUG} +{$DEFINE VER350} {$ENDIF IMPLICITBUILDING} {$DESCRIPTION 'Indy 10 Protocols Design Time'} {$DESIGNONLY} diff --git a/Lib/Protocols/dclIndyProtocols280.rc b/Lib/Protocols/dclIndyProtocols280.rc index 9489fee85..b7392f15d 100644 --- a/Lib/Protocols/dclIndyProtocols280.rc +++ b/Lib/Protocols/dclIndyProtocols280.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols280\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2022 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols280.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols280.rc.tmpl b/Lib/Protocols/dclIndyProtocols280.rc.tmpl index cde2fba7b..7d5755689 100644 --- a/Lib/Protocols/dclIndyProtocols280.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols280.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols280\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2022 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols280.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols290.dpk b/Lib/Protocols/dclIndyProtocols290.dpk new file mode 100644 index 000000000..c8089d2ef --- /dev/null +++ b/Lib/Protocols/dclIndyProtocols290.dpk @@ -0,0 +1,46 @@ +package dclIndyProtocols290; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$DEFINE VER360} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'Indy 10 Protocols Design Time'} +{$DESIGNONLY} +{$IMPLICITBUILD OFF} + +requires + designide, + IndyProtocols290, + IndySystem290, + IndyCore290, + dclIndyCore290; + +contains + IdDsnRegister in 'IdDsnRegister.pas', + IdDsnResourceStrings in 'IdDsnResourceStrings.pas', + IdDsnSASLListEditorFormVCL in 'IdDsnSASLListEditorFormVCL.pas', + IdRegister in 'IdRegister.pas'; + +end. diff --git a/Lib/Protocols/dclIndyProtocols290.dproj b/Lib/Protocols/dclIndyProtocols290.dproj new file mode 100644 index 000000000..15a5fadb8 --- /dev/null +++ b/Lib/Protocols/dclIndyProtocols290.dproj @@ -0,0 +1,1010 @@ + + + {2197FF7F-515A-47D7-B1DF-E5B6705CE0F8} + dclIndyProtocols290.dpk + True + Release + 1 + Package + None + 20.1 + Win32 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_1 + true + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + Indy 10 Protocols Design Time + false + true + false + true + false + dclIndyProtocols290 + 1033 + System;Xml;Data;Datasnap;Web;Soap;Vcl;$(DCC_Namespace) + true + 00400000 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= + false + false + true + + + IndyCore290;IndySystem290;IndyProtocols290;$(DCC_UsePackage) + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) + true + 1033 + Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + + + IndyCore290;IndySystem290;IndyProtocols290;$(DCC_UsePackage) + + + false + 0 + RELEASE;$(DCC_Define) + 0 + + + true + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) + + + true + DEBUG;$(DCC_Define) + false + + + true + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) + + + + MainSource + + + + + + + + + + + + Base + + + Cfg_1 + Base + + + Cfg_2 + Base + + + + Delphi.Personality.12 + Package + + + + dclIndyProtocols290.dpk + + + Embarcadero RAD Server Edge Components + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + + True + False + + + + + + true + + + + + true + + + + + + true + + + + + 1 + + + 0 + + + + + classes + 64 + + + classes + 64 + + + + + res\xml + 1 + + + res\xml + 1 + + + + + library\lib\armeabi + 1 + + + library\lib\armeabi + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + library\lib\mips + 1 + + + library\lib\mips + 1 + + + + + library\lib\armeabi-v7a + 1 + + + library\lib\arm64-v8a + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-anydpi-v21 + 1 + + + res\drawable-anydpi-v21 + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\values-v21 + 1 + + + res\values-v21 + 1 + + + + + res\values-v31 + 1 + + + res\values-v31 + 1 + + + + + res\drawable-anydpi-v26 + 1 + + + res\drawable-anydpi-v26 + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-anydpi-v33 + 1 + + + res\drawable-anydpi-v33 + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\values-night-v21 + 1 + + + res\values-night-v21 + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-xxhdpi + 1 + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-xxxhdpi + 1 + + + res\drawable-xxxhdpi + 1 + + + + + res\drawable-ldpi + 1 + + + res\drawable-ldpi + 1 + + + + + res\drawable-mdpi + 1 + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + res\drawable-xhdpi + 1 + + + + + res\drawable-mdpi + 1 + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + res\drawable-xhdpi + 1 + + + + + res\drawable-xxhdpi + 1 + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-xxxhdpi + 1 + + + res\drawable-xxxhdpi + 1 + + + + + res\drawable-small + 1 + + + res\drawable-small + 1 + + + + + res\drawable-normal + 1 + + + res\drawable-normal + 1 + + + + + res\drawable-large + 1 + + + res\drawable-large + 1 + + + + + res\drawable-xlarge + 1 + + + res\drawable-xlarge + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\drawable-anydpi-v24 + 1 + + + res\drawable-anydpi-v24 + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-night-anydpi-v21 + 1 + + + res\drawable-night-anydpi-v21 + 1 + + + + + res\drawable-anydpi-v31 + 1 + + + res\drawable-anydpi-v31 + 1 + + + + + res\drawable-night-anydpi-v31 + 1 + + + res\drawable-night-anydpi-v31 + 1 + + + + + 1 + + + 1 + + + 0 + + + + + 1 + .framework + + + 1 + .framework + + + 1 + .framework + + + 0 + + + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .dll;.bpl + + + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .bpl + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + 1 + + + 1 + + + + + + + + Contents\Resources + 1 + + + Contents\Resources + 1 + + + Contents\Resources + 1 + + + + + library\lib\armeabi-v7a + 1 + + + library\lib\arm64-v8a + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 0 + + + + + library\lib\armeabi-v7a + 1 + + + + + 1 + + + 1 + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + + + + 1 + + + 1 + + + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + + + + + + + + + + + + + 12 + + + + + diff --git a/Lib/Protocols/dclIndyProtocols290.rc b/Lib/Protocols/dclIndyProtocols290.rc new file mode 100644 index 000000000..92cc9985a --- /dev/null +++ b/Lib/Protocols/dclIndyProtocols290.rc @@ -0,0 +1,31 @@ +1 VERSIONINFO +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 +FILEFLAGSMASK 0x3FL +FILEFLAGS 0x00L +FILEOS 0x40004L +FILETYPE 0x1L +FILESUBTYPE 0x0L +{ + BLOCK "StringFileInfo" + { + BLOCK "000104E4" + { + VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" + VALUE "InternalName", "dclIndyProtocols290\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "OriginalFilename", "dclIndyProtocols290.bpl\0" + VALUE "ProductName", "Indy\0" + VALUE "ProductVersion", "10.6.3\0" + } + + } + + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0001, 1252 + } + +} diff --git a/Lib/Protocols/dclIndyProtocols290.rc.tmpl b/Lib/Protocols/dclIndyProtocols290.rc.tmpl new file mode 100644 index 000000000..38f50acee --- /dev/null +++ b/Lib/Protocols/dclIndyProtocols290.rc.tmpl @@ -0,0 +1,31 @@ +1 VERSIONINFO +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ +FILEFLAGSMASK 0x3FL +FILEFLAGS 0x00L +FILEOS 0x40004L +FILETYPE 0x1L +FILESUBTYPE 0x0L +{ + BLOCK "StringFileInfo" + { + BLOCK "000104E4" + { + VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" + VALUE "InternalName", "dclIndyProtocols290\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "OriginalFilename", "dclIndyProtocols290.bpl\0" + VALUE "ProductName", "Indy\0" + VALUE "ProductVersion", "10.6.3\0" + } + + } + + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0001, 1252 + } + +} diff --git a/Lib/Protocols/dclIndyProtocols290.res b/Lib/Protocols/dclIndyProtocols290.res new file mode 100644 index 000000000..22f699c4e Binary files /dev/null and b/Lib/Protocols/dclIndyProtocols290.res differ diff --git a/Lib/Protocols/dclIndyProtocols40.RES b/Lib/Protocols/dclIndyProtocols40.RES index 158109bf5..25cd1e190 100644 Binary files a/Lib/Protocols/dclIndyProtocols40.RES and b/Lib/Protocols/dclIndyProtocols40.RES differ diff --git a/Lib/Protocols/dclIndyProtocols40.dpk b/Lib/Protocols/dclIndyProtocols40.dpk index c89ca5473..4edb88b71 100644 --- a/Lib/Protocols/dclIndyProtocols40.dpk +++ b/Lib/Protocols/dclIndyProtocols40.dpk @@ -1,17 +1,13 @@ package dclIndyProtocols40; -{$ASSERTIONS ON} +{$R *.res} {$BOOLEVAL OFF} -{$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} -{$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} -{$OVERFLOWCHECKS ON} -{$RANGECHECKS ON} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} @@ -22,9 +18,10 @@ package dclIndyProtocols40; {$IMAGEBASE $400000} {$DESCRIPTION 'Indy 10 Protocols Design Time'} {$DESIGNONLY} -{$IMPLICITBUILD OFF} +{$IMPLICITBUILD ON} requires + Vcl40, IndyProtocols40, IndySystem40, IndyCore40, @@ -33,8 +30,7 @@ requires contains IdDsnRegister in 'IdDsnRegister.pas', IdDsnResourceStrings in 'IdDsnResourceStrings.pas', - IdDsnSASLListEditor in 'IdDsnSASLListEditor.pas', - IdDsnSASLListEditorForm in 'IdDsnSASLListEditorForm.pas', + IdDsnSASLListEditorFormVCL in 'IdDsnSASLListEditorFormVCL.pas', IdRegister in 'IdRegister.pas'; end. diff --git a/Lib/Protocols/dclIndyProtocols40.rc b/Lib/Protocols/dclIndyProtocols40.rc index d1c849d39..7af504026 100644 --- a/Lib/Protocols/dclIndyProtocols40.rc +++ b/Lib/Protocols/dclIndyProtocols40.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols40\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols40.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols40.rc.tmpl b/Lib/Protocols/dclIndyProtocols40.rc.tmpl index b00e66183..d5ae91558 100644 --- a/Lib/Protocols/dclIndyProtocols40.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols40.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols40\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols40.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols50.RES b/Lib/Protocols/dclIndyProtocols50.RES index 062da9b1f..ad8ad6525 100644 Binary files a/Lib/Protocols/dclIndyProtocols50.RES and b/Lib/Protocols/dclIndyProtocols50.RES differ diff --git a/Lib/Protocols/dclIndyProtocols50.rc b/Lib/Protocols/dclIndyProtocols50.rc index caee99561..dcdd02ca8 100644 --- a/Lib/Protocols/dclIndyProtocols50.rc +++ b/Lib/Protocols/dclIndyProtocols50.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols50\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols50.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols50.rc.tmpl b/Lib/Protocols/dclIndyProtocols50.rc.tmpl index 80639d0b7..cbef17595 100644 --- a/Lib/Protocols/dclIndyProtocols50.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols50.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols50\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols50.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols60.RES b/Lib/Protocols/dclIndyProtocols60.RES index fdb149b7d..8a6bac81f 100644 Binary files a/Lib/Protocols/dclIndyProtocols60.RES and b/Lib/Protocols/dclIndyProtocols60.RES differ diff --git a/Lib/Protocols/dclIndyProtocols60.rc b/Lib/Protocols/dclIndyProtocols60.rc index 8269527a0..15ad8ac01 100644 --- a/Lib/Protocols/dclIndyProtocols60.rc +++ b/Lib/Protocols/dclIndyProtocols60.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols60\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols60.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols60.rc.tmpl b/Lib/Protocols/dclIndyProtocols60.rc.tmpl index ae2f67cc6..d873e25a7 100644 --- a/Lib/Protocols/dclIndyProtocols60.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols60.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols60\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols60.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols70.rc b/Lib/Protocols/dclIndyProtocols70.rc index 3d22c41ac..cd176fa11 100644 --- a/Lib/Protocols/dclIndyProtocols70.rc +++ b/Lib/Protocols/dclIndyProtocols70.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols70\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols70.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols70.rc.tmpl b/Lib/Protocols/dclIndyProtocols70.rc.tmpl index 40f0f5df5..7bee33e35 100644 --- a/Lib/Protocols/dclIndyProtocols70.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols70.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols70\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols70.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols70.res b/Lib/Protocols/dclIndyProtocols70.res index d3efac6ff..0e96cb449 100644 Binary files a/Lib/Protocols/dclIndyProtocols70.res and b/Lib/Protocols/dclIndyProtocols70.res differ diff --git a/Lib/Protocols/dclIndyProtocols90.rc b/Lib/Protocols/dclIndyProtocols90.rc index 53746ee1d..f3c12d9aa 100644 --- a/Lib/Protocols/dclIndyProtocols90.rc +++ b/Lib/Protocols/dclIndyProtocols90.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "dclIndyProtocols90\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols90.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols90.rc.tmpl b/Lib/Protocols/dclIndyProtocols90.rc.tmpl index f00530844..a4d1711ad 100644 --- a/Lib/Protocols/dclIndyProtocols90.rc.tmpl +++ b/Lib/Protocols/dclIndyProtocols90.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - Protocols Design-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Protocols Design-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "dclIndyProtocols90\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "dclIndyProtocols90.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/Protocols/dclIndyProtocols90.res b/Lib/Protocols/dclIndyProtocols90.res index 1a0ea5b33..05691f41e 100644 Binary files a/Lib/Protocols/dclIndyProtocols90.res and b/Lib/Protocols/dclIndyProtocols90.res differ diff --git a/Lib/Security/IdSecurity90ASM90.inc b/Lib/Security/IdSecurity90ASM90.inc index a16a91c4a..ce48fcc27 100644 --- a/Lib/Security/IdSecurity90ASM90.inc +++ b/Lib/Security/IdSecurity90ASM90.inc @@ -1,12 +1,12 @@ -[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.2 Security Run-Time Package for Borland Developer Studio')] +[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.3 Security Run-Time Package for Borland Developer Studio')] [assembly: AssemblyConfiguration('')] [assembly: AssemblyCompany('Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyProduct('Indy for Microsoft .NET Framework')] -[assembly: AssemblyCopyright('Copyright © 1993 - 2023 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] +[assembly: AssemblyCopyright('Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyTrademark('')] [assembly: AssemblyCulture('')] [assembly: AssemblyTitle('Indy .NET Security Run-Time Package')] -[assembly: AssemblyVersion('10.6.2.*')] +[assembly: AssemblyVersion('10.6.3.*')] [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile('')] [assembly: AssemblyKeyName('')] diff --git a/Lib/Security/IddclSecurity90ASM90.inc b/Lib/Security/IddclSecurity90ASM90.inc index efbb4d093..83dadeddc 100644 --- a/Lib/Security/IddclSecurity90ASM90.inc +++ b/Lib/Security/IddclSecurity90ASM90.inc @@ -1,12 +1,12 @@ -[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.2 Security Design-Time Package for Borland Developer Studio')] +[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.3 Security Design-Time Package for Borland Developer Studio')] [assembly: AssemblyConfiguration('')] [assembly: AssemblyCompany('Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyProduct('Indy for Microsoft .NET Framework')] -[assembly: AssemblyCopyright('Copyright © 1993 - 2023 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] +[assembly: AssemblyCopyright('Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyTrademark('')] [assembly: AssemblyCulture('')] [assembly: AssemblyTitle('Indy .NET Security Design-Time Package')] -[assembly: AssemblyVersion('10.6.2.*')] +[assembly: AssemblyVersion('10.6.3.*')] [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile('')] [assembly: AssemblyKeyName('')] diff --git a/Lib/SuperCore/IdCompilerDefines.inc b/Lib/SuperCore/IdCompilerDefines.inc index b1a32efcf..4830cf01a 100644 --- a/Lib/SuperCore/IdCompilerDefines.inc +++ b/Lib/SuperCore/IdCompilerDefines.inc @@ -440,6 +440,16 @@ {$ENDIF} {$ENDIF} + //Delphi & CBuilder 12.0 Athens (Yukon) + {$IFDEF VER360} + {$DEFINE VCL_12} + {$IFDEF CBUILDER} + {$DEFINE CBUILDER_12} + {$ELSE} + {$DEFINE DELPHI_12} + {$ENDIF} + {$ENDIF} + // Kylix // //Important: Don't use CompilerVersion here as IF's are evaluated before @@ -739,8 +749,16 @@ // end FPC -{$IFDEF VCL_11} +{$IFDEF VCL_12} + {$DEFINE VCL_12_OR_ABOVE} +{$ENDIF} + +{$IFDEF VCL_12_OR_ABOVE} {$DEFINE VCL_11_OR_ABOVE} +{$ELSE} + {$IFDEF VCL_11} + {$DEFINE VCL_11_OR_ABOVE} + {$ENDIF} {$ENDIF} {$IFDEF VCL_11_OR_ABOVE} diff --git a/Lib/System/IdAssemblyInfo.pas b/Lib/System/IdAssemblyInfo.pas index f2eb860b5..292ac9885 100644 --- a/Lib/System/IdAssemblyInfo.pas +++ b/Lib/System/IdAssemblyInfo.pas @@ -37,11 +37,11 @@ interface // associated with an assembly. // [assembly: AssemblyTitle('Indy')] -[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.2 for Visual Studio .NET')] +[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.3 for Visual Studio .NET')] [assembly: AssemblyConfiguration('')] [assembly: AssemblyCompany('Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyProduct('Indy for Microsoft .NET Framework')] -[assembly: AssemblyCopyright('Copyright © 1993 - 2023 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] +[assembly: AssemblyCopyright('Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyTrademark('')] [assembly: AssemblyCulture('')] @@ -56,7 +56,7 @@ interface // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion('10.6.2.*')] +[assembly: AssemblyVersion('10.6.3.*')] // // In order to sign your assembly you must specify a key to use. Refer to the diff --git a/Lib/System/IdCompilerDefines.inc b/Lib/System/IdCompilerDefines.inc index 5f49656b6..4830cf01a 100644 --- a/Lib/System/IdCompilerDefines.inc +++ b/Lib/System/IdCompilerDefines.inc @@ -440,6 +440,16 @@ {$ENDIF} {$ENDIF} + //Delphi & CBuilder 12.0 Athens (Yukon) + {$IFDEF VER360} + {$DEFINE VCL_12} + {$IFDEF CBUILDER} + {$DEFINE CBUILDER_12} + {$ELSE} + {$DEFINE DELPHI_12} + {$ENDIF} + {$ENDIF} + // Kylix // //Important: Don't use CompilerVersion here as IF's are evaluated before @@ -739,8 +749,16 @@ // end FPC -{$IFDEF VCL_11} +{$IFDEF VCL_12} + {$DEFINE VCL_12_OR_ABOVE} +{$ENDIF} + +{$IFDEF VCL_12_OR_ABOVE} {$DEFINE VCL_11_OR_ABOVE} +{$ELSE} + {$IFDEF VCL_11} + {$DEFINE VCL_11_OR_ABOVE} + {$ENDIF} {$ENDIF} {$IFDEF VCL_11_OR_ABOVE} @@ -1627,7 +1645,7 @@ {$IFDEF UNIX} {$DEFINE USE_OPENSSL} {$DEFINE USE_ZLIB_UNIT} - {$DEFINE HAS_getifaddrs} + {$DEFINE HAS_getifaddrs} {$ENDIF} {$IFDEF MACOS} diff --git a/Lib/System/IdSystem90ASM90.inc b/Lib/System/IdSystem90ASM90.inc index d3ab2a8e1..e46d47581 100644 --- a/Lib/System/IdSystem90ASM90.inc +++ b/Lib/System/IdSystem90ASM90.inc @@ -1,12 +1,12 @@ -[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.2 System Run-Time Package for Borland Developer Studio')] +[assembly: AssemblyDescription('Internet Direct (Indy) 10.6.3 System Run-Time Package for Borland Developer Studio')] [assembly: AssemblyConfiguration('')] [assembly: AssemblyCompany('Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyProduct('Indy for Microsoft .NET Framework')] -[assembly: AssemblyCopyright('Copyright © 1993 - 2023 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] +[assembly: AssemblyCopyright('Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew')] [assembly: AssemblyTrademark('')] [assembly: AssemblyCulture('')] [assembly: AssemblyTitle('Indy .NET System Run-Time Package')] -[assembly: AssemblyVersion('10.6.2.*')] +[assembly: AssemblyVersion('10.6.3.*')] [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile('')] [assembly: AssemblyKeyName('')] diff --git a/Lib/System/IdVers.inc b/Lib/System/IdVers.inc index 1510f2583..353692b0e 100644 --- a/Lib/System/IdVers.inc +++ b/Lib/System/IdVers.inc @@ -2,17 +2,17 @@ {$NODEFINE gsIdVersionMajor} gsIdVersionMinor = 6; {$NODEFINE gsIdVersionMinor} - gsIdVersionRelease = 2; + gsIdVersionRelease = 3; {$NODEFINE gsIdVersionRelease} gsIdVersionBuild = 0; {$NODEFINE gsIdVersionBuild} (*$HPPEMIT '#define gsIdVersionMajor 10'*) (*$HPPEMIT '#define gsIdVersionMinor 6'*) - (*$HPPEMIT '#define gsIdVersionRelease 2'*) + (*$HPPEMIT '#define gsIdVersionRelease 3'*) (*$HPPEMIT '#define gsIdVersionBuild 0'*) (*$HPPEMIT ''*) - gsIdVersion = '10.6.2.0'; {do not localize} + gsIdVersion = '10.6.3.0'; {do not localize} gsIdProductName = 'Indy'; {do not localize} - gsIdProductVersion = '10.6.2'; {do not localize} + gsIdProductVersion = '10.6.3'; {do not localize} diff --git a/Lib/System/IdVers.inc.tmpl b/Lib/System/IdVers.inc.tmpl index b5d3b41f7..5ca9b110a 100644 --- a/Lib/System/IdVers.inc.tmpl +++ b/Lib/System/IdVers.inc.tmpl @@ -2,17 +2,17 @@ {$NODEFINE gsIdVersionMajor} gsIdVersionMinor = 6; {$NODEFINE gsIdVersionMinor} - gsIdVersionRelease = 2; + gsIdVersionRelease = 3; {$NODEFINE gsIdVersionRelease} gsIdVersionBuild = $WCREV$; {$NODEFINE gsIdVersionBuild} (*$HPPEMIT '#define gsIdVersionMajor 10'*) (*$HPPEMIT '#define gsIdVersionMinor 6'*) - (*$HPPEMIT '#define gsIdVersionRelease 2'*) + (*$HPPEMIT '#define gsIdVersionRelease 3'*) (*$HPPEMIT '#define gsIdVersionBuild $WCREV$'*) (*$HPPEMIT ''*) - gsIdVersion = '10.6.2.$WCREV$'; {do not localize} + gsIdVersion = '10.6.3.$WCREV$'; {do not localize} gsIdProductName = 'Indy'; {do not localize} - gsIdProductVersion = '10.6.2'; {do not localize} + gsIdProductVersion = '10.6.3'; {do not localize} diff --git a/Lib/System/IndySystem.rc b/Lib/System/IndySystem.rc index 162a43962..f1e8869da 100644 --- a/Lib/System/IndySystem.rc +++ b/Lib/System/IndySystem.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem.rc.tmpl b/Lib/System/IndySystem.rc.tmpl index fb8586c40..607e25838 100644 --- a/Lib/System/IndySystem.rc.tmpl +++ b/Lib/System/IndySystem.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem100.rc b/Lib/System/IndySystem100.rc index 1ed48c1fa..a1d232204 100644 --- a/Lib/System/IndySystem100.rc +++ b/Lib/System/IndySystem100.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem100\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem100.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem100.rc.tmpl b/Lib/System/IndySystem100.rc.tmpl index d456bcad5..ccca5f31b 100644 --- a/Lib/System/IndySystem100.rc.tmpl +++ b/Lib/System/IndySystem100.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem100\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem100.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem100.res b/Lib/System/IndySystem100.res index 46736c77c..0b87f0930 100644 Binary files a/Lib/System/IndySystem100.res and b/Lib/System/IndySystem100.res differ diff --git a/Lib/System/IndySystem100Net.dpk b/Lib/System/IndySystem100Net.dpk index 987f5ac80..1c99ab86f 100644 --- a/Lib/System/IndySystem100Net.dpk +++ b/Lib/System/IndySystem100Net.dpk @@ -21,8 +21,8 @@ package IndySystem100Net; {$IMPLICITBUILD ON} requires -Borland.Delphi, -Borland.VclRtl; + Borland.Delphi, + Borland.VclRtl; contains IdAntiFreezeBase in 'IdAntiFreezeBase.pas', diff --git a/Lib/System/IndySystem110.RES b/Lib/System/IndySystem110.RES index 6aea099eb..3aee50c6c 100644 Binary files a/Lib/System/IndySystem110.RES and b/Lib/System/IndySystem110.RES differ diff --git a/Lib/System/IndySystem110.rc b/Lib/System/IndySystem110.rc index bf670e4de..24a84bd53 100644 --- a/Lib/System/IndySystem110.rc +++ b/Lib/System/IndySystem110.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem110\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem110.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem110.rc.tmpl b/Lib/System/IndySystem110.rc.tmpl index ca387d4d2..fe5d5f318 100644 --- a/Lib/System/IndySystem110.rc.tmpl +++ b/Lib/System/IndySystem110.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem110\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem110.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem110Net.dpk b/Lib/System/IndySystem110Net.dpk index 9e40a566f..ee9b0aeab 100644 --- a/Lib/System/IndySystem110Net.dpk +++ b/Lib/System/IndySystem110Net.dpk @@ -21,8 +21,8 @@ package IndySystem110Net; {$IMPLICITBUILD ON} requires -Borland.Delphi, -Borland.VclRtl; + Borland.Delphi, + Borland.VclRtl; contains IdAntiFreezeBase in 'IdAntiFreezeBase.pas', diff --git a/Lib/System/IndySystem120.rc b/Lib/System/IndySystem120.rc index 3d1461221..70f504144 100644 --- a/Lib/System/IndySystem120.rc +++ b/Lib/System/IndySystem120.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem120\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem120.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem120.rc.tmpl b/Lib/System/IndySystem120.rc.tmpl index 0f469884b..d6f8f07f8 100644 --- a/Lib/System/IndySystem120.rc.tmpl +++ b/Lib/System/IndySystem120.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem120\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem120.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem120.res b/Lib/System/IndySystem120.res index 17f18728c..9c64ac87c 100644 Binary files a/Lib/System/IndySystem120.res and b/Lib/System/IndySystem120.res differ diff --git a/Lib/System/IndySystem120Net.dpk b/Lib/System/IndySystem120Net.dpk index 47e192575..ab0c46c38 100644 --- a/Lib/System/IndySystem120Net.dpk +++ b/Lib/System/IndySystem120Net.dpk @@ -21,8 +21,8 @@ package IndySystem120Net; {$IMPLICITBUILD ON} requires -Borland.Delphi, -Borland.VclRtl; + Borland.Delphi, + Borland.VclRtl; contains IdAntiFreezeBase in 'IdAntiFreezeBase.pas', diff --git a/Lib/System/IndySystem130.rc b/Lib/System/IndySystem130.rc index 87eb3ec1c..258fce9c1 100644 --- a/Lib/System/IndySystem130.rc +++ b/Lib/System/IndySystem130.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem130\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem130.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem130.rc.tmpl b/Lib/System/IndySystem130.rc.tmpl index aab78d2ff..ec77b59e4 100644 --- a/Lib/System/IndySystem130.rc.tmpl +++ b/Lib/System/IndySystem130.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem130\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem130.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem130.res b/Lib/System/IndySystem130.res index f356d33ae..c13344ac8 100644 Binary files a/Lib/System/IndySystem130.res and b/Lib/System/IndySystem130.res differ diff --git a/Lib/System/IndySystem130Net.dpk b/Lib/System/IndySystem130Net.dpk index c6d111312..02b9ecfda 100644 --- a/Lib/System/IndySystem130Net.dpk +++ b/Lib/System/IndySystem130Net.dpk @@ -21,8 +21,8 @@ package IndySystem130Net; {$IMPLICITBUILD ON} requires -Borland.Delphi, -Borland.VclRtl; + Borland.Delphi, + Borland.VclRtl; contains IdAntiFreezeBase in 'IdAntiFreezeBase.pas', diff --git a/Lib/System/IndySystem140.RES b/Lib/System/IndySystem140.RES index ca58c32d1..950500bbc 100644 Binary files a/Lib/System/IndySystem140.RES and b/Lib/System/IndySystem140.RES differ diff --git a/Lib/System/IndySystem140.rc b/Lib/System/IndySystem140.rc index 08b2e649a..6791f3bb9 100644 --- a/Lib/System/IndySystem140.rc +++ b/Lib/System/IndySystem140.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem140\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem140.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem140.rc.tmpl b/Lib/System/IndySystem140.rc.tmpl index 49d49b338..f891d53b3 100644 --- a/Lib/System/IndySystem140.rc.tmpl +++ b/Lib/System/IndySystem140.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem140\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem140.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem150.RES b/Lib/System/IndySystem150.RES index 86472d005..ab17fd496 100644 Binary files a/Lib/System/IndySystem150.RES and b/Lib/System/IndySystem150.RES differ diff --git a/Lib/System/IndySystem150.rc b/Lib/System/IndySystem150.rc index e7a1057b9..547419cab 100644 --- a/Lib/System/IndySystem150.rc +++ b/Lib/System/IndySystem150.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem150\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem150.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem150.rc.tmpl b/Lib/System/IndySystem150.rc.tmpl index d42a6d328..ffa6fe301 100644 --- a/Lib/System/IndySystem150.rc.tmpl +++ b/Lib/System/IndySystem150.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem150\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem150.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem160.rc b/Lib/System/IndySystem160.rc index 0eab43d8c..fbbefc375 100644 --- a/Lib/System/IndySystem160.rc +++ b/Lib/System/IndySystem160.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem160\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem160.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem160.rc.tmpl b/Lib/System/IndySystem160.rc.tmpl index f9567170d..644a0ecb9 100644 --- a/Lib/System/IndySystem160.rc.tmpl +++ b/Lib/System/IndySystem160.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem160\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem160.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem160.res b/Lib/System/IndySystem160.res index 573dfcc95..8793dc7bd 100644 Binary files a/Lib/System/IndySystem160.res and b/Lib/System/IndySystem160.res differ diff --git a/Lib/System/IndySystem170.rc b/Lib/System/IndySystem170.rc index 7e6804af2..2089f2517 100644 --- a/Lib/System/IndySystem170.rc +++ b/Lib/System/IndySystem170.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem170\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem170.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem170.rc.tmpl b/Lib/System/IndySystem170.rc.tmpl index d37881afc..cbf1be66b 100644 --- a/Lib/System/IndySystem170.rc.tmpl +++ b/Lib/System/IndySystem170.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem170\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem170.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem170.res b/Lib/System/IndySystem170.res index dd35ad0d2..b23ba7293 100644 Binary files a/Lib/System/IndySystem170.res and b/Lib/System/IndySystem170.res differ diff --git a/Lib/System/IndySystem180.rc b/Lib/System/IndySystem180.rc index 0408181f1..fcfe101f7 100644 --- a/Lib/System/IndySystem180.rc +++ b/Lib/System/IndySystem180.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem180\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem180.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem180.rc.tmpl b/Lib/System/IndySystem180.rc.tmpl index c4f37ee40..bc06f3cd4 100644 --- a/Lib/System/IndySystem180.rc.tmpl +++ b/Lib/System/IndySystem180.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem180\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem180.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem180.res b/Lib/System/IndySystem180.res index 45e60e745..f88a65ea7 100644 Binary files a/Lib/System/IndySystem180.res and b/Lib/System/IndySystem180.res differ diff --git a/Lib/System/IndySystem190.rc b/Lib/System/IndySystem190.rc index b6b3ea25a..72b8711ff 100644 --- a/Lib/System/IndySystem190.rc +++ b/Lib/System/IndySystem190.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem190\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem190.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem190.rc.tmpl b/Lib/System/IndySystem190.rc.tmpl index cc9ee4c3a..1ba2c87d3 100644 --- a/Lib/System/IndySystem190.rc.tmpl +++ b/Lib/System/IndySystem190.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem190\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem190.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem190.res b/Lib/System/IndySystem190.res index 1c329c491..a8aa2a23a 100644 Binary files a/Lib/System/IndySystem190.res and b/Lib/System/IndySystem190.res differ diff --git a/Lib/System/IndySystem200.rc b/Lib/System/IndySystem200.rc index 2f45961d8..ab15c8176 100644 --- a/Lib/System/IndySystem200.rc +++ b/Lib/System/IndySystem200.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem200\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem200.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem200.rc.tmpl b/Lib/System/IndySystem200.rc.tmpl index 065ee81c3..d4e5a39a8 100644 --- a/Lib/System/IndySystem200.rc.tmpl +++ b/Lib/System/IndySystem200.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem200\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem200.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem200.res b/Lib/System/IndySystem200.res index 14fbad18f..535510f1d 100644 Binary files a/Lib/System/IndySystem200.res and b/Lib/System/IndySystem200.res differ diff --git a/Lib/System/IndySystem210.rc b/Lib/System/IndySystem210.rc index 849de794b..58d3092d6 100644 --- a/Lib/System/IndySystem210.rc +++ b/Lib/System/IndySystem210.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem210\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem210.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem210.rc.tmpl b/Lib/System/IndySystem210.rc.tmpl index 69e8b1c25..cba2eb98e 100644 --- a/Lib/System/IndySystem210.rc.tmpl +++ b/Lib/System/IndySystem210.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem210\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem210.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem210.res b/Lib/System/IndySystem210.res index c46d19540..d1c109c44 100644 Binary files a/Lib/System/IndySystem210.res and b/Lib/System/IndySystem210.res differ diff --git a/Lib/System/IndySystem220.rc b/Lib/System/IndySystem220.rc index 106983623..cdf7f5abf 100644 --- a/Lib/System/IndySystem220.rc +++ b/Lib/System/IndySystem220.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem220\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem220.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem220.rc.tmpl b/Lib/System/IndySystem220.rc.tmpl index d7ffad22d..76fff0dd4 100644 --- a/Lib/System/IndySystem220.rc.tmpl +++ b/Lib/System/IndySystem220.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem220\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem220.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem220.res b/Lib/System/IndySystem220.res index 8e9ece7e2..6fc5e7cd6 100644 Binary files a/Lib/System/IndySystem220.res and b/Lib/System/IndySystem220.res differ diff --git a/Lib/System/IndySystem230.rc b/Lib/System/IndySystem230.rc index 2119c608b..cde081fe3 100644 --- a/Lib/System/IndySystem230.rc +++ b/Lib/System/IndySystem230.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem230\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem230.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem230.rc.tmpl b/Lib/System/IndySystem230.rc.tmpl index 7c60a147e..999c3e16e 100644 --- a/Lib/System/IndySystem230.rc.tmpl +++ b/Lib/System/IndySystem230.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem230\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem230.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem230.res b/Lib/System/IndySystem230.res index 5406ab756..f53ea0956 100644 Binary files a/Lib/System/IndySystem230.res and b/Lib/System/IndySystem230.res differ diff --git a/Lib/System/IndySystem240.rc b/Lib/System/IndySystem240.rc index e49cbeb3e..001f814bd 100644 --- a/Lib/System/IndySystem240.rc +++ b/Lib/System/IndySystem240.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem240\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem240.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem240.rc.tmpl b/Lib/System/IndySystem240.rc.tmpl index a30e9e4b9..21991be06 100644 --- a/Lib/System/IndySystem240.rc.tmpl +++ b/Lib/System/IndySystem240.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem240\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem240.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem240.res b/Lib/System/IndySystem240.res index d57cfd061..786950e53 100644 Binary files a/Lib/System/IndySystem240.res and b/Lib/System/IndySystem240.res differ diff --git a/Lib/System/IndySystem250.rc b/Lib/System/IndySystem250.rc index 9bdf44d06..2424535c7 100644 --- a/Lib/System/IndySystem250.rc +++ b/Lib/System/IndySystem250.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem250\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem250.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem250.rc.tmpl b/Lib/System/IndySystem250.rc.tmpl index fdd3e2e7d..51e6ccd04 100644 --- a/Lib/System/IndySystem250.rc.tmpl +++ b/Lib/System/IndySystem250.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem250\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem250.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem250.res b/Lib/System/IndySystem250.res index bf3ef539b..e460ae3d6 100644 Binary files a/Lib/System/IndySystem250.res and b/Lib/System/IndySystem250.res differ diff --git a/Lib/System/IndySystem260.rc b/Lib/System/IndySystem260.rc index d83d3a7ee..7ca38ad84 100644 --- a/Lib/System/IndySystem260.rc +++ b/Lib/System/IndySystem260.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem260\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2018 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem260.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem260.rc.tmpl b/Lib/System/IndySystem260.rc.tmpl index 65bfbc36f..d2a551ae0 100644 --- a/Lib/System/IndySystem260.rc.tmpl +++ b/Lib/System/IndySystem260.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem260\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2018 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem260.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem270.dpk b/Lib/System/IndySystem270.dpk index be87f71cb..1ec7ed627 100644 --- a/Lib/System/IndySystem270.dpk +++ b/Lib/System/IndySystem270.dpk @@ -24,7 +24,7 @@ package IndySystem270; {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DEFINE DEBUG} -{$DEFINE VER330} +{$DEFINE VER340} {$ENDIF IMPLICITBUILDING} {$DESCRIPTION 'Indy 10 System'} {$RUNONLY} @@ -83,4 +83,4 @@ contains {$ENDIF} ; -end. \ No newline at end of file +end. diff --git a/Lib/System/IndySystem270.rc b/Lib/System/IndySystem270.rc index ccf0fcfe6..7b06d0ac4 100644 --- a/Lib/System/IndySystem270.rc +++ b/Lib/System/IndySystem270.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem270\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2021 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem270.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem270.rc.tmpl b/Lib/System/IndySystem270.rc.tmpl index 266d5afc2..f30ea1593 100644 --- a/Lib/System/IndySystem270.rc.tmpl +++ b/Lib/System/IndySystem270.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem270\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2021 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem270.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem280.dpk b/Lib/System/IndySystem280.dpk index 0230502ba..1de32d137 100644 --- a/Lib/System/IndySystem280.dpk +++ b/Lib/System/IndySystem280.dpk @@ -81,4 +81,4 @@ contains {$ENDIF} ; -end. \ No newline at end of file +end. diff --git a/Lib/System/IndySystem280.rc b/Lib/System/IndySystem280.rc index f9adf031f..b0bc78e4a 100644 --- a/Lib/System/IndySystem280.rc +++ b/Lib/System/IndySystem280.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem280\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2022 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem280.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem280.rc.tmpl b/Lib/System/IndySystem280.rc.tmpl index aa3389cd1..fd8291505 100644 --- a/Lib/System/IndySystem280.rc.tmpl +++ b/Lib/System/IndySystem280.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem280\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2022 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem280.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem290.dpk b/Lib/System/IndySystem290.dpk new file mode 100644 index 000000000..1e5c59e81 --- /dev/null +++ b/Lib/System/IndySystem290.dpk @@ -0,0 +1,84 @@ +package IndySystem290; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO ON} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST OFF} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'Indy 10 System'} +{$RUNONLY} +{$IMPLICITBUILD ON} + +// RLebeau: cannot use IdCompilerDefines.inc here! + +{$DEFINE HAS_PKG_RTL} +{$IFDEF NEXTGEN} + {$IFDEF IOS} + // there is no RTL package available for iOS + {$UNDEF HAS_PKG_RTL} + {$ENDIF} +{$ENDIF} + +{$IFDEF HAS_PKG_RTL} +requires + rtl; +{$ENDIF} + +{$IFNDEF WINDOWS} + {$IFDEF MSWINDOWS} + {$DEFINE WINDOWS} + {$ENDIF} +{$ENDIF} + +contains + IdAntiFreezeBase in 'IdAntiFreezeBase.pas', + IdBaseComponent in 'IdBaseComponent.pas', + IdCTypes in 'IdCTypes.pas', + IdComponent in 'IdComponent.pas', + IdException in 'IdException.pas', + IdGlobal in 'IdGlobal.pas', + IdIDN in 'IdIDN.pas', + IdResourceStrings in 'IdResourceStrings.pas', + {$IFNDEF WINDOWS} + IdResourceStringsUnix in 'IdResourceStringsUnix.pas', + IdResourceStringsVCLPosix in 'IdResourceStringsVCLPosix.pas', + {$ENDIF} + IdStack in 'IdStack.pas', + IdStackBSDBase in 'IdStackBSDBase.pas', + IdStackConsts in 'IdStackConsts.pas', + {$IFDEF WINDOWS} + IdStackWindows in 'IdStackWindows.pas', + {$ELSE} + IdStackVCLPosix in 'IdStackVCLPosix.pas', + {$ENDIF} + IdStream in 'IdStream.pas', + IdStreamVCL in 'IdStreamVCL.pas', + IdStruct in 'IdStruct.pas', + {$IFDEF WINDOWS} + IdWinsock2 in 'IdWinsock2.pas', + IdWship6 in 'IdWship6.pas' + {$ELSE} + IdVCLPosixSupplemental in 'IdVCLPosixSupplemental.pas' + {$ENDIF} + ; + +end. diff --git a/Lib/System/IndySystem290.dproj b/Lib/System/IndySystem290.dproj new file mode 100644 index 000000000..7ae43fe61 --- /dev/null +++ b/Lib/System/IndySystem290.dproj @@ -0,0 +1,1043 @@ + + + {168608C4-572C-4A59-BDC9-217C6E49D16A} + IndySystem290.dpk + True + Release + 3 + Package + None + 20.1 + Win32 + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_1 + true + true + + + true + Cfg_1 + true + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + true + Cfg_2 + true + true + + + Indy 10 System + true + false + true + false + true + false + IndySystem290 + 00400000 + false + System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= + true + false + + + ..\Output\OBJ\$(Platform)\$(Config) + ..\Output\HPP\$(Platform)\$(Config) + ..\Output\BPI\$(Platform)\$(Config) + All + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) + true + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Winapi;$(DCC_Namespace) + + + true + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Winapi;$(DCC_Namespace) + + + false + 0 + RELEASE;$(DCC_Define) + 0 + + + true + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) + + + true + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) + + + true + DEBUG;$(DCC_Define) + false + + + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName) + true + + + true + CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName) + + + + MainSource + + + + + + + + + + + + + + + + + + + +
$ENDIF
+
+ + Base + + + Cfg_1 + Base + + + Cfg_2 + Base + +
+ + Delphi.Personality.12 + Package + + + + IndySystem290.dpk + + + Embarcadero RAD Server Edge Components + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + + True + True + + + + + true + + + + + true + + + + + true + + + + + 1 + + + 0 + + + + + classes + 64 + + + classes + 64 + + + + + res\xml + 1 + + + res\xml + 1 + + + + + library\lib\armeabi + 1 + + + library\lib\armeabi + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + library\lib\mips + 1 + + + library\lib\mips + 1 + + + + + library\lib\armeabi-v7a + 1 + + + library\lib\arm64-v8a + 1 + + + + + library\lib\armeabi-v7a + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-anydpi-v21 + 1 + + + res\drawable-anydpi-v21 + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\values-v21 + 1 + + + res\values-v21 + 1 + + + + + res\values-v31 + 1 + + + res\values-v31 + 1 + + + + + res\drawable-anydpi-v26 + 1 + + + res\drawable-anydpi-v26 + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-anydpi-v33 + 1 + + + res\drawable-anydpi-v33 + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\values-night-v21 + 1 + + + res\values-night-v21 + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-xxhdpi + 1 + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-xxxhdpi + 1 + + + res\drawable-xxxhdpi + 1 + + + + + res\drawable-ldpi + 1 + + + res\drawable-ldpi + 1 + + + + + res\drawable-mdpi + 1 + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + res\drawable-xhdpi + 1 + + + + + res\drawable-mdpi + 1 + + + res\drawable-mdpi + 1 + + + + + res\drawable-hdpi + 1 + + + res\drawable-hdpi + 1 + + + + + res\drawable-xhdpi + 1 + + + res\drawable-xhdpi + 1 + + + + + res\drawable-xxhdpi + 1 + + + res\drawable-xxhdpi + 1 + + + + + res\drawable-xxxhdpi + 1 + + + res\drawable-xxxhdpi + 1 + + + + + res\drawable-small + 1 + + + res\drawable-small + 1 + + + + + res\drawable-normal + 1 + + + res\drawable-normal + 1 + + + + + res\drawable-large + 1 + + + res\drawable-large + 1 + + + + + res\drawable-xlarge + 1 + + + res\drawable-xlarge + 1 + + + + + res\values + 1 + + + res\values + 1 + + + + + res\drawable-anydpi-v24 + 1 + + + res\drawable-anydpi-v24 + 1 + + + + + res\drawable + 1 + + + res\drawable + 1 + + + + + res\drawable-night-anydpi-v21 + 1 + + + res\drawable-night-anydpi-v21 + 1 + + + + + res\drawable-anydpi-v31 + 1 + + + res\drawable-anydpi-v31 + 1 + + + + + res\drawable-night-anydpi-v31 + 1 + + + res\drawable-night-anydpi-v31 + 1 + + + + + 1 + + + 1 + + + 0 + + + + + 1 + .framework + + + 1 + .framework + + + 1 + .framework + + + 0 + + + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .dll;.bpl + + + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 1 + .dylib + + + 0 + .bpl + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + 1 + + + 1 + + + + + + + + Contents\Resources + 1 + + + Contents\Resources + 1 + + + Contents\Resources + 1 + + + + + library\lib\armeabi-v7a + 1 + + + library\lib\arm64-v8a + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 1 + + + 0 + + + + + library\lib\armeabi-v7a + 1 + + + + + 1 + + + 1 + + + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + ..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF + 1 + + + + + + + + 1 + + + 1 + + + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + Assets + 1 + + + Assets + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + ..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset + 1 + + + + + + + + + + + + + + + + + 12 + + + + +
diff --git a/Lib/System/IndySystem290.rc b/Lib/System/IndySystem290.rc new file mode 100644 index 000000000..d971be9f8 --- /dev/null +++ b/Lib/System/IndySystem290.rc @@ -0,0 +1,31 @@ +1 VERSIONINFO +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 +FILEFLAGSMASK 0x3FL +FILEFLAGS 0x00L +FILEOS 0x40004L +FILETYPE 0x1L +FILESUBTYPE 0x0L +{ + BLOCK "StringFileInfo" + { + BLOCK "000104E4" + { + VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" + VALUE "InternalName", "IndySystem290\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "OriginalFilename", "IndySystem290.bpl\0" + VALUE "ProductName", "Indy\0" + VALUE "ProductVersion", "10.6.3\0" + } + + } + + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0001, 1252 + } + +} diff --git a/Lib/System/IndySystem290.rc.tmpl b/Lib/System/IndySystem290.rc.tmpl new file mode 100644 index 000000000..33eab8dc0 --- /dev/null +++ b/Lib/System/IndySystem290.rc.tmpl @@ -0,0 +1,31 @@ +1 VERSIONINFO +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ +FILEFLAGSMASK 0x3FL +FILEFLAGS 0x00L +FILEOS 0x40004L +FILETYPE 0x1L +FILESUBTYPE 0x0L +{ + BLOCK "StringFileInfo" + { + BLOCK "000104E4" + { + VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" + VALUE "InternalName", "IndySystem290\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "OriginalFilename", "IndySystem290.bpl\0" + VALUE "ProductName", "Indy\0" + VALUE "ProductVersion", "10.6.3\0" + } + + } + + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0001, 1252 + } + +} diff --git a/Lib/System/IndySystem290.res b/Lib/System/IndySystem290.res new file mode 100644 index 000000000..da606b6bb Binary files /dev/null and b/Lib/System/IndySystem290.res differ diff --git a/Lib/System/IndySystem40.dpk b/Lib/System/IndySystem40.dpk index d5ad5645a..038811c74 100644 --- a/Lib/System/IndySystem40.dpk +++ b/Lib/System/IndySystem40.dpk @@ -1,17 +1,13 @@ package IndySystem40; -{$ASSERTIONS ON} +{$R *.res} {$BOOLEVAL OFF} -{$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} -{$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} -{$OVERFLOWCHECKS ON} -{$RANGECHECKS ON} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} @@ -22,14 +18,15 @@ package IndySystem40; {$IMAGEBASE $400000} {$DESCRIPTION 'Indy 10 System'} {$RUNONLY} -{$IMPLICITBUILD OFF} +{$IMPLICITBUILD ON} requires - rtl; + Vcl40; contains IdAntiFreezeBase in 'IdAntiFreezeBase.pas', IdBaseComponent in 'IdBaseComponent.pas', + IdCTypes in 'IdCTypes.pas', IdComponent in 'IdComponent.pas', IdException in 'IdException.pas', IdGlobal in 'IdGlobal.pas', @@ -40,11 +37,8 @@ contains IdStackConsts in 'IdStackConsts.pas', IdStackWindows in 'IdStackWindows.pas', IdStream in 'IdStream.pas', - IdStreamRandomAccess in 'IdStreamRandomAccess.pas', IdStreamVCL in 'IdStreamVCL.pas', - IdStreamVCLBase in 'IdStreamVCLBase.pas', - IdStreamVCLWin32 in 'IdStreamVCLWin32.pas', - IdTStrings in 'IdTStrings.pas', + IdStruct in 'IdStruct.pas', IdWinsock2 in 'IdWinsock2.pas', IdWship6 in 'IdWship6.pas'; diff --git a/Lib/System/IndySystem40.rc b/Lib/System/IndySystem40.rc index 64fc2edb7..43ec299c0 100644 --- a/Lib/System/IndySystem40.rc +++ b/Lib/System/IndySystem40.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem40\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem40.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem40.rc.tmpl b/Lib/System/IndySystem40.rc.tmpl index 823f46e5c..e063231a4 100644 --- a/Lib/System/IndySystem40.rc.tmpl +++ b/Lib/System/IndySystem40.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem40\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem40.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem40.res b/Lib/System/IndySystem40.res index 6eff63980..992ef1922 100644 Binary files a/Lib/System/IndySystem40.res and b/Lib/System/IndySystem40.res differ diff --git a/Lib/System/IndySystem50.rc b/Lib/System/IndySystem50.rc index 0935c8172..b5c3b59ed 100644 --- a/Lib/System/IndySystem50.rc +++ b/Lib/System/IndySystem50.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem50\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem50.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem50.rc.tmpl b/Lib/System/IndySystem50.rc.tmpl index 2ba345599..5e6017b82 100644 --- a/Lib/System/IndySystem50.rc.tmpl +++ b/Lib/System/IndySystem50.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem50\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem50.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem50.res b/Lib/System/IndySystem50.res index 7a2524ef7..94dd3c282 100644 Binary files a/Lib/System/IndySystem50.res and b/Lib/System/IndySystem50.res differ diff --git a/Lib/System/IndySystem60.rc b/Lib/System/IndySystem60.rc index 4d4996927..762725630 100644 --- a/Lib/System/IndySystem60.rc +++ b/Lib/System/IndySystem60.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem60\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem60.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem60.rc.tmpl b/Lib/System/IndySystem60.rc.tmpl index 2f47b984a..cf6bcc245 100644 --- a/Lib/System/IndySystem60.rc.tmpl +++ b/Lib/System/IndySystem60.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem60\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem60.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem60.res b/Lib/System/IndySystem60.res index 8a2fe01fd..3ec3440c2 100644 Binary files a/Lib/System/IndySystem60.res and b/Lib/System/IndySystem60.res differ diff --git a/Lib/System/IndySystem70.rc b/Lib/System/IndySystem70.rc index 934ba7579..5037dce58 100644 --- a/Lib/System/IndySystem70.rc +++ b/Lib/System/IndySystem70.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem70\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem70.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem70.rc.tmpl b/Lib/System/IndySystem70.rc.tmpl index 82548be46..b5e5043b5 100644 --- a/Lib/System/IndySystem70.rc.tmpl +++ b/Lib/System/IndySystem70.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem70\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem70.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem70.res b/Lib/System/IndySystem70.res index 3d8af2b77..ff0326a6f 100644 Binary files a/Lib/System/IndySystem70.res and b/Lib/System/IndySystem70.res differ diff --git a/Lib/System/IndySystem80Net.dpk b/Lib/System/IndySystem80Net.dpk index 1ad177b80..0afde2b40 100644 --- a/Lib/System/IndySystem80Net.dpk +++ b/Lib/System/IndySystem80Net.dpk @@ -26,8 +26,8 @@ package IndySystem80Net; {$IMPLICITBUILD OFF} requires -Borland.Delphi, -Borland.VclRtl; + Borland.Delphi, + Borland.VclRtl; contains IdAntiFreezeBase in 'IdAntiFreezeBase.pas', @@ -40,22 +40,8 @@ contains IdStackConsts in 'IdStackConsts.pas', IdStackDotNet in 'IdStackDotNet.pas', IdStream in 'IdStream.pas', - IdStreamRandomAccess in 'IdStreamRandomAccess.pas', - IdStreamVCL in 'IdStreamVCL.pas', - IdStreamVCLBase in 'IdStreamVCLBase.pas', - IdStreamVCLDotNet in 'IdStreamVCLDotNet.pas', - IdTStrings in 'IdTStrings.pas'; -[assembly: AssemblyDescription('')] -[assembly: AssemblyConfiguration('')] -[assembly: AssemblyCompany('')] -[assembly: AssemblyProduct('')] -[assembly: AssemblyCopyright('')] -[assembly: AssemblyTrademark('')] -[assembly: AssemblyCulture('')] -[assembly: AssemblyTitle('')] -[assembly: AssemblyVersion('10.0.0.*')] -[assembly: AssemblyDelaySign(false)] -[assembly: AssemblyKeyFile('')] -[assembly: AssemblyKeyName('')] + IdStreamNET in 'IdStreamNET.pas', + IdStruct in 'IdStruct.pas'; +{$I IdSystem90ASM90.inc} end. diff --git a/Lib/System/IndySystem90.rc b/Lib/System/IndySystem90.rc index 8af74ed92..a100a8e3d 100644 --- a/Lib/System/IndySystem90.rc +++ b/Lib/System/IndySystem90.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,0 -PRODUCTVERSION 10,6,2,0 +FILEVERSION 10,6,3,0 +PRODUCTVERSION 10,6,3,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.0\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.0\0" VALUE "InternalName", "IndySystem90\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem90.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem90.rc.tmpl b/Lib/System/IndySystem90.rc.tmpl index 27f581db6..15fb66c73 100644 --- a/Lib/System/IndySystem90.rc.tmpl +++ b/Lib/System/IndySystem90.rc.tmpl @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 10,6,2,$WCREV$ -PRODUCTVERSION 10,6,2,$WCREV$ +FILEVERSION 10,6,3,$WCREV$ +PRODUCTVERSION 10,6,3,$WCREV$ FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -12,13 +12,13 @@ FILESUBTYPE 0x0L BLOCK "000104E4" { VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" - VALUE "FileDescription", "Internet Direct (Indy) 10.6.2 - System Run-Time Package\0" - VALUE "FileVersion", "10.6.2.$WCREV$\0" + VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - System Run-Time Package\0" + VALUE "FileVersion", "10.6.3.$WCREV$\0" VALUE "InternalName", "IndySystem90\0" - VALUE "LegalCopyright", "Copyright © 1993 - 2015 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" + VALUE "LegalCopyright", "Copyright © 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0" VALUE "OriginalFilename", "IndySystem90.bpl\0" VALUE "ProductName", "Indy\0" - VALUE "ProductVersion", "10.6.2\0" + VALUE "ProductVersion", "10.6.3\0" } } diff --git a/Lib/System/IndySystem90.res b/Lib/System/IndySystem90.res index a0e9a7ac7..79728ceb6 100644 Binary files a/Lib/System/IndySystem90.res and b/Lib/System/IndySystem90.res differ diff --git a/Lib/System/IndySystem90Net.dpk b/Lib/System/IndySystem90Net.dpk index e3f6867d5..bb7eacec9 100644 --- a/Lib/System/IndySystem90Net.dpk +++ b/Lib/System/IndySystem90Net.dpk @@ -21,8 +21,8 @@ package IndySystem90Net; {$IMPLICITBUILD ON} requires -Borland.Delphi, -Borland.VclRtl; + Borland.Delphi, + Borland.VclRtl; contains IdAntiFreezeBase in 'IdAntiFreezeBase.pas', diff --git a/Lib/System/IndySystemK3.dpk b/Lib/System/IndySystemK3.dpk index 7090bd98b..654e96d5e 100644 --- a/Lib/System/IndySystemK3.dpk +++ b/Lib/System/IndySystemK3.dpk @@ -30,6 +30,7 @@ contains IdComponent in 'IdComponent.pas', IdException in 'IdException.pas', IdGlobal in 'IdGlobal.pas', + IdIDN in 'IdIDN.pas', IdResourceStrings in 'IdResourceStrings.pas', IdStack in 'IdStack.pas', IdStackBSDBase in 'IdStackBSDBase.pas', diff --git a/Lib/System/Makefile.fpc b/Lib/System/Makefile.fpc index eaf0ac227..eb2dec373 100644 --- a/Lib/System/Makefile.fpc +++ b/Lib/System/Makefile.fpc @@ -1,8 +1,8 @@ -# Makefile.fpc for indysystemfpc 10.6.2.0 +# Makefile.fpc for indysystemfpc 10.6.3.0 [package] name=indysystemfpc -version=10.6.2.0 +version=10.6.3.0 main=indy [require] diff --git a/Lib/System/Makefile.fpc.tmpl b/Lib/System/Makefile.fpc.tmpl index 28e199d22..4b88bff6f 100644 --- a/Lib/System/Makefile.fpc.tmpl +++ b/Lib/System/Makefile.fpc.tmpl @@ -1,8 +1,8 @@ -# Makefile.fpc for indysystemfpc 10.6.2.$WCREV$ +# Makefile.fpc for indysystemfpc 10.6.3.$WCREV$ [package] name=indysystemfpc -version=10.6.2.$WCREV$ +version=10.6.3.$WCREV$ main=indy [require] diff --git a/Lib/buildres.bat b/Lib/buildres.bat index 78de6aa8f..c619648b1 100644 --- a/Lib/buildres.bat +++ b/Lib/buildres.bat @@ -23,6 +23,7 @@ brcc32 System\IndySystem250.rc brcc32 System\IndySystem260.rc brcc32 System\IndySystem270.rc brcc32 System\IndySystem280.rc +brcc32 System\IndySystem290.rc brcc32 Core\dclIndyCore40.rc brcc32 Core\dclIndyCore50.rc brcc32 Core\dclIndyCore60.rc @@ -48,6 +49,7 @@ brcc32 Core\dclIndyCore250.rc brcc32 Core\dclIndyCore260.rc brcc32 Core\dclIndyCore270.rc brcc32 Core\dclIndyCore280.rc +brcc32 Core\dclIndyCore290.rc brcc32 Core\IdAboutVCL.rc brcc32 Core\IndyCore40.rc brcc32 Core\IndyCore50.rc @@ -74,6 +76,7 @@ brcc32 Core\IndyCore250.rc brcc32 Core\IndyCore260.rc brcc32 Core\IndyCore270.rc brcc32 Core\IndyCore280.rc +brcc32 Core\IndyCore290.rc brcc32 Protocols\dclIndyProtocols40.rc brcc32 Protocols\dclIndyProtocols50.rc brcc32 Protocols\dclIndyProtocols60.rc @@ -99,6 +102,7 @@ brcc32 Protocols\dclIndyProtocols250.rc brcc32 Protocols\dclIndyProtocols260.rc brcc32 Protocols\dclIndyProtocols270.rc brcc32 Protocols\dclIndyProtocols280.rc +brcc32 Protocols\dclIndyProtocols290.rc brcc32 Protocols\IndyProtocols40.rc brcc32 Protocols\IndyProtocols50.rc brcc32 Protocols\IndyProtocols60.rc @@ -123,4 +127,5 @@ brcc32 Protocols\IndyProtocols240.rc brcc32 Protocols\IndyProtocols250.rc brcc32 Protocols\IndyProtocols260.rc brcc32 Protocols\IndyProtocols270.rc -brcc32 Protocols\IndyProtocols280.rc \ No newline at end of file +brcc32 Protocols\IndyProtocols280.rc +brcc32 Protocols\IndyProtocols290.rc diff --git a/Lib/indymaster-Makefile.fpc b/Lib/indymaster-Makefile.fpc index 4b0ce3cee..800ddedb0 100644 --- a/Lib/indymaster-Makefile.fpc +++ b/Lib/indymaster-Makefile.fpc @@ -1,6 +1,6 @@ [package] name=indy -version=10.6.2.0 +version=10.6.3.0 [require] packages=fcl-base diff --git a/Lib/indymaster-Makefile.fpc.tmpl b/Lib/indymaster-Makefile.fpc.tmpl index 8a35be28d..7eb2bb1f9 100644 --- a/Lib/indymaster-Makefile.fpc.tmpl +++ b/Lib/indymaster-Makefile.fpc.tmpl @@ -1,6 +1,6 @@ [package] name=indy -version=10.6.2.$WCREV$ +version=10.6.3.$WCREV$ [require] packages=fcl-base @@ -15,7 +15,7 @@ fpcsubdir=packages/extra options=-gl exampledirs=examples units=indysystemfpc indycorefpc indyprotocolsfpc -rsts=IdResourceStrings IdResourceStringsCore IdResourceStringsProtocols +rsts=IdResourceStrings IdResourceStringsCore IdResourceStringsProtocols IdResourceStringsUriUtils rsts_amiga= rsts_atari= rsts_beos= @@ -344,13 +344,13 @@ units_atari= implicitunits_beos= units_beos= implicitunits_darwin=IdStackUnix IdStackBSDBase \ - IdSSLOpenSSLHeaders IdZLibHeaders \ + IdSSLOpenSSLHeaders IdResourceStringsOpenSSL IdZLibHeaders \ IdZLib IdZLibConst IdNTLM units_darwin=IdCompressorZLib IdSSLOpenSSL IdCompressionIntercept IdAuthenticationNTLM implicitunits_emx= units_emx= implicitunits_freebsd=IdStackUnix IdStackBSDBase \ - IdSSLOpenSSLHeaders IdZLibHeaders \ + IdSSLOpenSSLHeaders IdResourceStringsOpenSSL IdZLibHeaders \ IdZLib IdZLibConst IdNTLM units_freebsd=IdCompressorZLib IdSSLOpenSSL \ IdCompressionIntercept IdAuthenticationNTLM @@ -359,7 +359,7 @@ units_go32v1= implicitunits_go32v2= units_go32v2= implicitunits_linux=$(BACKEND) IdStackBSDBase \ - IdSSLOpenSSLHeaders IdZLibHeaders \ + IdSSLOpenSSLHeaders IdResourceStringsOpenSSL IdZLibHeaders \ IdZLib IdZLibConst IdNTLM units_linux=IdCompressorZLib IdSSLOpenSSL \ IdCompressionIntercept IdAuthenticationNTLM @@ -368,7 +368,7 @@ units_macos= implicitunits_morphos= units_morphos= implicitunits_netbsd=IdStackUnix IdStackBSDBase \ - IdSSLOpenSSLHeaders IdZLibHeaders \ + IdSSLOpenSSLHeaders IdResourceStringsOpenSSL IdZLibHeaders \ IdZLib IdZLibConst IdNTLM units_netbsd=IdCompressorZLib IdSSLOpenSSL \ IdCompressionIntercept IdAuthenticationNTLM @@ -377,7 +377,7 @@ units_netware= implicitunits_netwlibc= units_netwlibc= implicitunits_openbsd=IdStackUnix IdStackBSDBase \ - IdSSLOpenSSLHeaders IdZLibHeaders \ + IdSSLOpenSSLHeaders IdResourceStringsOpenSSL IdZLibHeaders \ IdZLib IdZLibConst IdNTLM units_openbsd=IdCompressorZLib IdSSLOpenSSL \ IdCompressionIntercept IdAuthenticationNTLM @@ -386,24 +386,24 @@ units_os2= implicitunits_palmos= units_palmos= implicitunits_qnx=IdStackUnix IdStackBSDBase \ - IdSSLOpenSSLHeaders IdZLibHeaders \ + IdSSLOpenSSLHeaders IdResourceStringsOpenSSL IdZLibHeaders \ IdZLib IdZLibConst IdNTLM units_qnx=IdCompressorZLib IdSSLOpenSSL IdCompressionIntercept IdAuthenticationNTLM implicitunits_solaris=IdStackUnix IdStackBSDBase \ - IdSSLOpenSSLHeaders IdZLibHeaders \ + IdSSLOpenSSLHeaders IdResourceStringsOpenSSL IdZLibHeaders \ IdZLib IdZLibConst IdNTLM units_solaris=IdCompressorZLib IdSSLOpenSSL \ IdCompressionIntercept IdAuthenticationNTLM implicitunits_watcom= units_watcom= implicitunits_win32=IdStackBSDBase IdStackWindows IdWinsock2 IdWship6 \ - IdSSLOpenSSLHeaders IdZLibHeaders \ + IdSSLOpenSSLHeaders IdResourceStringsOpenSSL IdZLibHeaders \ IdZLib IdZLibConst IdNTLM IdSSPI units_win32=IdCompressorZLib IdSSLOpenSSL \ IdCompressionIntercept IdAuthenticationNTLM \ IdAuthenticationSSPI implicitunits_win64=IdStackBSDBase IdStackWindows IdWinsock2 IdWship6 \ - IdSSLOpenSSLHeaders IdZLibHeaders \ + IdSSLOpenSSLHeaders IdResourceStringsOpenSSL IdZLibHeaders \ IdZLib IdZLibConst IdNTLM IdSSPI units_win64=IdCompressorZLib IdSSLOpenSSL \ IdCompressionIntercept IdAuthenticationNTLM \ diff --git a/Lib/makeindyrpm.sh b/Lib/makeindyrpm.sh index d1e5cb2a7..d500c53d2 100755 --- a/Lib/makeindyrpm.sh +++ b/Lib/makeindyrpm.sh @@ -3,7 +3,7 @@ set -x #set -e echo "Extracting Program and RPM Values:" -INDYVERSION=10.6.2.0 +INDYVERSION=10.6.3.0 # You actually should use three version values. # FPCVer is for the value reported by fpc for some path specs. # FPCRPMVER is used for our "Requires section so that this is diff --git a/Lib/makeindyrpm.sh.tmpl b/Lib/makeindyrpm.sh.tmpl index 26b3344e5..995d86a96 100644 --- a/Lib/makeindyrpm.sh.tmpl +++ b/Lib/makeindyrpm.sh.tmpl @@ -3,7 +3,7 @@ set -x #set -e echo "Extracting Program and RPM Values:" -INDYVERSION=10.6.2.$WCREV$ +INDYVERSION=10.6.3.$WCREV$ # You actually should use three version values. # FPCVer is for the value reported by fpc for some path specs. # FPCRPMVER is used for our "Requires section so that this is