disable the unrecognized nls flag
[AROS-Contrib.git] / regina / README.OS2
blob86657cd674764d1ec9fdc84d4a523302da0ac9ea
1                         Regina for OS/2 2.0+
3 This file contains 32 bit executables of the Regina Rexx interpreter for
4 OS/2, and some sample programs, most of which are designed to test
5 features of this interpreter.
7 Regina is distributed under the GNU Library General Public Licence.
8 See COPYING-LIB for details.
10 This port of Regina is for use in OS/2 2.0 and above.
12 The files in this archive are:
14 README       - this file
15 README.3x    - readme files for 3.x releases of Regina
16 COPYING-LIB  - GNU Library General Public Licence
17 file_id.diz  - Description file for BBS use
18 rexx.exe     - Regina Rexx interpreter static executable
19 regina.exe   - Regina Rexx interpreter executable (uses regina.dll)
20 rxstack.exe  - Regina stack server executable
21 rxqueue.exe  - Regina stack interface executable
22 regina.dll   - Regina dynamic library
23 regina.lib   - Import library for Visual Age C++ compiler
24 rexx.lib     - Regina static library for Visual Age C++ compiler
25 regina.a     - Import library for EMX
26 rexx.a       - Regina static library for EMX
27 rexxsaa.h    - Header file for access to regina.lib
28 regutil.dll  - Regutil dynamic library
29 test1.dll    - Sample external function packages; used by dynfunc.rexx
30 test2.dll
31 demo\*.rexx  - Sample Rexx programs
32 demo\rexxapi.dll - Forwarding DLL for programs using OS/2 Rexx (experimental)
33 demo\rexx.dll    - Forwarding DLL for programs using OS/2 Rexx (experimental)
34 nls\*.mtb    - Native Language message files
36 Copy the .EXE files into a directory in your PATH and copy the .DLL
37 files into a directory in your LIBPATH.
39 This version of Regina requires libc063.dll; the runtime for gcc 3.3.5.
41 If you want to have Regina error messages displayed in you native
42 language, set the environment variable; REGINA_LANG to the two-character
43 language abbreviation (the first two chracters of a file in the NLS
44 directory), and set REGINA_LANG_DIR to the directory containing the
45 *.mtb files.
47 If building Regina from source, always unzip the source to convert the
48 Unix end of line characters to OS/2 carriage return/end of line characters.
49 With InfoZip, this is "unzip -a".
51 Cheers, Mark.
52 ------------------------------------------------------------------------
53 * Mark Hessling,  mark@rexx.org  http://www.rexx.org/
54 * Author of THE, a Free XEDIT/KEDIT editor and, Rexx/SQL, Rexx/CURL, etc.
55 * Maintainer of Regina Rexx interpreter and Rexx/Tk
56 * Use Rexx? join the Rexx Language Association: http://www.rexxla.org/
57 ------------------------------------------------------------------------