Files
harbour-core/harbour/examples/rl
Viktor Szakats 8be9858def 2009-06-03 11:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* 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.
2009-06-03 09:36:39 +00:00
..

/*
 * $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]