* examples/rl/readme.txt
+ examples/rl/rl.dif
+ Added patch file for original RL sources to make them
work with Harbour. The issue was with some longer than
10 chars PRIVATE vars which were saved and restored from
.mem files and they were cut to 10 chars on restore.
/* * $Id$ */ Copy the full content of /SOURCE/RL from your original CA-Cl*pper installation, and run the batch file to compile. It's recommended to patch original source code with included in this dir .dif file, to make it run smoother under various platforms. You can use GNU Patch to apply this patch, with this command: patch -N -i rl.dif [vszakats]