mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 20:10:27 +02:00
lcl1: added android
git-svn-id: trunk@29124 -
This commit is contained in:
parent
9e4f448c8f
commit
484de201dd
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -4815,6 +4815,7 @@ lcl/include/winfileutil.inc svneol=native#text/plain
|
||||
lcl/inipropstorage.pas svneol=native#text/pascal
|
||||
lcl/interfacebase.pp svneol=native#text/pascal
|
||||
lcl/interfaces/LAYOUT.txt svneol=native#text/plain
|
||||
lcl/interfaces/android/Makefile.compiled svneol=native#text/pascal
|
||||
lcl/interfaces/android/Makefile.fpc svneol=native#text/text
|
||||
lcl/interfaces/android/androidint.pas svneol=native#text/pascal
|
||||
lcl/interfaces/android/androidobject.inc svneol=native#text/pascal
|
||||
|
5
lcl/interfaces/android/Makefile.compiled
Normal file
5
lcl/interfaces/android/Makefile.compiled
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<Makefile Value="True"/>
|
||||
<Params Value=" -MObjFPC -Scghi -O1 -gl -vewnhi -l -Fuandroid;../units/%(CPU_TARGET)-%(OS_TARGET);../../packager/units/%(CPU_TARGET)-%(OS_TARGET);. -Fiandroid lcl1.pas"/>
|
||||
</CONFIG>
|
@ -8,7 +8,7 @@ packages=rtl
|
||||
units=interfaces
|
||||
|
||||
[compiler]
|
||||
options=-gl -dqt
|
||||
options=-gl -dandroid
|
||||
unitdir=../../units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||
unittargetdir=../../units/$(CPU_TARGET)-$(OS_TARGET)/android
|
||||
|
||||
|
@ -97,7 +97,7 @@ end;"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Minor="9" Release="29"/>
|
||||
<Files Count="300">
|
||||
<Files Count="302">
|
||||
<Item1>
|
||||
<Filename Value="lclintfcompile.pas"/>
|
||||
<UnitName Value="LCLIntfCompile"/>
|
||||
@ -1499,6 +1499,15 @@ end;"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="WinExt"/>
|
||||
</Item300>
|
||||
<Item301>
|
||||
<Filename Value="android/androidint.pas"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="androidint"/>
|
||||
</Item301>
|
||||
<Item302>
|
||||
<Filename Value="android/androidobject.inc"/>
|
||||
<Type Value="Include"/>
|
||||
</Item302>
|
||||
</Files>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<Makefile Value="True"/>
|
||||
<Params Value=" -MObjFPC -Scghi -O1 -gl -vewnhi -l -Fugtk2;../units/%(CPU_TARGET)-%(OS_TARGET);../../packager/units/%(CPU_TARGET)-%(OS_TARGET);. -Figtk2 lcl1.pas"/>
|
||||
<Params Value=" -MObjFPC -Scghi -O1 -gl -vewnhi -l -Fuqt;../units/%(CPU_TARGET)-%(OS_TARGET);../../packager/units/%(CPU_TARGET)-%(OS_TARGET);. -Fiqt lcl1.pas"/>
|
||||
</CONFIG>
|
||||
|
Loading…
Reference in New Issue
Block a user