fpc/rtl/os2
tom_at_work acbc94e0fd - initial support for the android/arm target in the compiler; resulting .so's can be used for Android/ARM app development.
- basic rtl support using system calls
- fp(c)make/fppkg/makefile support

todo:
- revisit systems/t_android.pas: mostly duplicate with t_linux.pas, containing
lots of unnecessary code
- revisit rtl changes
- android ndk header translation import
- better app build/packaging support
- android/x86 support

git-svn-id: branches/targetandroid@21061 -
2012-04-26 09:36:42 +00:00
..
tests
classes.pp
crt.pas
dos.pas * fix DosExitCode for sessions of other types, consider ExecFlags for other session types 2011-10-06 23:57:59 +00:00
doscalls.pas * boolean must not be used for DosCalls API parameters 2011-12-11 00:46:55 +00:00
dynlibs.inc * dynlibs.pas: added 'const' modifiers to eliminate unnecessary local string copies 2010-11-18 22:09:48 +00:00
exe.pas
kbdcalls.pas
keyboard.pp
Makefile - initial support for the android/arm target in the compiler; resulting .so's can be used for Android/ARM app development. 2012-04-26 09:36:42 +00:00
Makefile.fpc * SysUtils do not depend on Dos any longer 2011-10-02 01:33:19 +00:00
moncalls.pas
moucalls.pas
mouse.pp
newexe.pas
os2def.pas
pmbidi.pas
pmbitmap.pas
pmdev.pas
pmgpi.pas
pmhelp.pas
pmshl.pas
pmspl.pas
pmstddlg.pas
pmwin.pas
pmwp.pas
pmwsock.pas
ports.pas
printer.pas
prt0.as
so32dll.pas
sockets.pas
sysdir.inc + FileNameCasePreserving added - see #18066 in Mantis 2012-04-15 21:21:53 +00:00
sysfile.inc
sysheap.inc
sysos2.pas
sysos.inc
sysosh.inc
system.pas + FileNameCasePreserving added - see #18066 in Mantis 2012-04-15 20:56:13 +00:00
systhrd.inc * boolean must not be used for DosCalls API parameters 2011-12-11 00:46:16 +00:00
sysutils.pp * fix FileExists/DirectoryExists wrongly accepting non-existing entries with wrong path due to path normalization using ExpandFileName (correctly) accepting also non-existing paths 2012-04-15 19:46:33 +00:00
todo-os2.txt
tthread.inc
varutils.pp
video.pp * fix for web bug #6579 2010-08-24 21:32:49 +00:00
viocalls.imp
viocalls.pas
winsock.pas