fpc/rtl/atari
Jonas Maebe da7a67bc74 + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we
use a single byte API for file system operations
  + FPCRTL_FILESYSTEM_TWO_BYTE_API define that is set for targets where we
    use a single byte API for file system operations
   o in principle, both can be set if both are supprted and implemented in
     the RTL in order to minimise conversions depending on the scenario

git-svn-id: branches/cpstrrtl@24991 -
2013-06-27 21:37:39 +00:00
..
os.inc
prt0.as + compile time stack size setting 1998-08-17 12:28:21 +00:00
readme
rtldefs.inc + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we 2013-06-27 21:37:39 +00:00
sysatari.pas
system.pas + FileNameCasePreserving added - see #18066 in Mantis 2012-04-15 21:21:53 +00:00

For the moment there is no makefile for the atari system unit, therefore 
to compile you must copy all files from the inc and m68k directories into 
the same directory as the files here.