4 This file contains 32 bit executables of the Regina Rexx interpreter for
5 OS/2, and some sample programs, most of which are designed to test
6 features of this interpreter.
8 Regina is distributed under the GNU Library General Public Licence.
9 See COPYING-LIB for details.
11 This port of Regina is for use in OS/2 2.0 and above.
13 The files in this archive are:
16 README.3x - readme files for 3.x releases of Regina
17 COPYING-LIB - GNU Library General Public Licence
18 file_id.diz - Description file for BBS use
19 rexx.exe - Regina Rexx interpreter static executable
20 regina.exe - Regina Rexx interpreter executable (uses regina.dll)
21 rxstack.exe - Regina stack server executable
22 rxqueue.exe - Regina stack interface executable
23 regina.dll - Regina dynamic library
24 regina.lib - Import library for Visual Age C++ compiler
25 rexx.lib - Regina static library for Visual Age C++ compiler
26 regina.a - Import library for EMX
27 rexx.a - Regina static library for EMX
28 rexxsaa.h - Header file for access to regina.lib
29 test1.dll - Sample external function packages; used by dynfunc.rexx
31 demo\*.rexx - Sample Rexx programs
32 nls\*.mtb - Native Language message files
34 Copy the .EXE files into a directory in your PATH and copy the .DLL
35 files into a directory in your LIBPATH.
37 If you want to have Regina error messages displayed in you native
38 language, set the environment variable; REGINA_LANG to the two-character
39 language abbreviation (the first two chracters of a file in the NLS
40 directory), and set REGINA_LANG_DIR to the directory containing the
44 ------------------------------------------------------------------------
45 * Mark Hessling, M.Hessling@qut.edu.au http://www.lightlink.com/hessling/
46 * Author of THE, a Free XEDIT/KEDIT editor and, Rexx/SQL
47 * Maintainer of PDCurses: Public Domain Curses and, Regina Rexx interpreter
48 * Use Rexx ? join the Rexx Language Association: http://www.rexxla.org
49 ------------------------------------------------------------------------