File tree Expand file tree Collapse file tree 2 files changed +281
-131
lines changed
Packages/Delphi/Delphi 10.4+ Expand file tree Collapse file tree 2 files changed +281
-131
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ package PythonFmxLinux;
22
22
{$VARSTRINGCHECKS ON}
23
23
{$WRITEABLECONST OFF}
24
24
{$MINENUMSIZE 1}
25
+ {$IMAGEBASE $400000}
25
26
{$DEFINE RELEASE}
26
27
{$ENDIF IMPLICITBUILDING}
27
28
{$DESCRIPTION 'Python4Delphi - Run-time Engine Package for FMXLinux'}
@@ -57,7 +58,8 @@ contains
57
58
WrapFmxStdCtrls in '..\..\..\Source\fmx\WrapFmxStdCtrls.pas',
58
59
WrapFmxStyles in '..\..\..\Source\fmx\WrapFmxStyles.pas',
59
60
WrapFmxTypes in '..\..\..\Source\fmx\WrapFmxTypes.pas',
60
- WrapFmxDateTime in '..\..\..\Source\fmx\WrapFmxDateTime.pas';
61
+ WrapFmxDateTime in '..\..\..\Source\fmx\WrapFmxDateTime.pas',
62
+ WrapFmxImgList in '..\..\..\Source\fmx\WrapFmxImgList.pas';
61
63
62
64
end.
63
65
You can’t perform that action at this time.
0 commit comments