Skip to content

Commit 12a5456

Browse files
authored
Merge pull request Embarcadero#82 from Embarcadero/fix_linux
Fixing Linux project settings
2 parents 1b34d8e + e0d8953 commit 12a5456

File tree

2 files changed

+281
-131
lines changed

2 files changed

+281
-131
lines changed

Packages/Delphi/Delphi 10.4+/PythonFmxLinux.dpk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

6264
end.
6365

0 commit comments

Comments
 (0)