mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 13:09:36 +02:00
lcl.lpk: Adds -CpARMV6 which is indispensable for LCL-CustomDrawn-Android and a new customdrawn ws unit
git-svn-id: trunk@33891 -
This commit is contained in:
parent
0c2a036e9b
commit
0b29be1dd3
@ -50,6 +50,8 @@ end else if LCLWidgetType='fpgui' then begin
|
||||
IncPath := UnitPath;
|
||||
end else if LCLWidgetType='customdrawn' then begin
|
||||
UnitPath := base+'android;';
|
||||
if TargetCPU='arm' then
|
||||
CustomOptions := '-CpARMV6';
|
||||
end;
|
||||
|
||||
// linker options
|
||||
@ -112,7 +114,7 @@ end;"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Major="1" Release="1"/>
|
||||
<Files Count="382">
|
||||
<Files Count="383">
|
||||
<Item1>
|
||||
<Filename Value="carbon/agl.pp"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
@ -1896,6 +1898,11 @@ end;"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="CustomDrawnWSStdCtrls"/>
|
||||
</Item382>
|
||||
<Item383>
|
||||
<Filename Value="customdrawn/customdrawnwscomctrls.pas"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="CustomDrawnWSComCtrls"/>
|
||||
</Item383>
|
||||
</Files>
|
||||
<LazDoc Paths="../../docs/xml/lcl"/>
|
||||
<i18n>
|
||||
|
Loading…
Reference in New Issue
Block a user