lcl1: added android

git-svn-id: trunk@29124 -
This commit is contained in:
mattias 2011-01-19 13:01:47 +00:00
parent 9e4f448c8f
commit 484de201dd
5 changed files with 18 additions and 3 deletions

1
.gitattributes vendored
View File

@ -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

View 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>

View File

@ -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

View File

@ -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"/>

View File

@ -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>