fpc/packages/rexx
Jonas Maebe 8b0301409a + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
later: the same as i386/darwin, except
      a) uses the non-fragile Objective-C ABI/runtime
      b) does not require stubs for direct calls/jumps (not required for
         i386/darwin under 10.6 and later either, but still generated
         there for backwards compatibility)
      c) only the same packages are enabled as for ARM/Darwin
      d) MacOSAll is compiled specifically for the iPhoneSimulator SDK
    This target also defines the symbol "darwin" apart from the target
    name "iphonesim" for source code compatibility reasons.

git-svn-id: trunk@16065 -
2010-09-29 21:56:47 +00:00
..
examples + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
src
fpmake.pp * fpmakes batch #4. Most work now, but toplevel does not. Dependancies also not complete 2008-10-23 16:12:45 +00:00
Makefile + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00
readme.txt

Hi/2.

This is REXX SAA interface. Nothing specific for this library. Only one thing:
This interface can be easely adapted to be used also for other OSes, not only
for OS/2. Look at Regina REXX for more info. As I know, early Regina REXX was
distributed with Win32 SDK.

About Amiga REXX. According to REXX unit source from FPC CVS tree Amiga rexx
not seems to be SAA compatible. Most portable solution is Regina REXX because
Regina supports SAA API.

Regina REXX ports available for OS/2, Win32, Unix, Amiga, QNX, BeOS & DOS.

Documentation
-------------

1. OS/2 Procedures Language 2/REXX online book
2. OS/2 Procedures Language 2/REXX Reference
3. OS/2 Procedures Language 2/REXX User Guide

Other books also available (for example, Regina REXX contains good
documentation)

wbr
Yuri