mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 08:09:31 +02:00
Opkman: Extend FPC and Lazarus list.
git-svn-id: trunk@55620 -
This commit is contained in:
parent
29aecae6e6
commit
074b1c1fa0
@ -448,8 +448,8 @@ begin
|
||||
Data^.FFullPath := TPackageData(PackageList.Objects[I]).FFullPath;
|
||||
if not LoadPackageData(Data^.FFullPath, Data) then
|
||||
MessageDlgEx(rsCreateRepositoryPackageFrm_Error0, mtError, [mbOk], TForm(Self.Parent));
|
||||
Data^.FLazCompatibility := '1.6, Trunk';
|
||||
Data^.FFPCCompatibility := '2.6.4, 3.0.0';
|
||||
Data^.FLazCompatibility := '1.6, 1.8, Trunk';
|
||||
Data^.FFPCCompatibility := '2.6.4, 3.0.0, 3.0.2, 3.0.4';
|
||||
Data^.FSupportedWidgetSet := 'win32/64, gtk2, carbon';
|
||||
Data^.FDataType := 1;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user