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;
2222{$VARSTRINGCHECKS ON}
2323{$WRITEABLECONST OFF}
2424{$MINENUMSIZE 1}
25+ {$IMAGEBASE $400000}
2526{$DEFINE RELEASE}
2627{$ENDIF IMPLICITBUILDING}
2728{$DESCRIPTION 'Python4Delphi - Run-time Engine Package for FMXLinux'}
@@ -57,7 +58,8 @@ contains
5758 WrapFmxStdCtrls in '..\..\..\Source\fmx\WrapFmxStdCtrls.pas',
5859 WrapFmxStyles in '..\..\..\Source\fmx\WrapFmxStyles.pas',
5960 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';
6163
6264end.
6365
You can’t perform that action at this time.
0 commit comments