Files
harbour-core/harbour/examples/superlib
Viktor Szakats a4f90ee0fb 2009-06-10 09:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
     + Added comp.lang.clipper as public forum.

   * make_gnu.bat
     ! Minor.

   * source/pp/hbpp.c
     ! Added version status to banner.

   * examples/superlib/hbsuper.hbp
   * examples/superlib/hbsuper.dif
   * examples/superlib/readme.txt
   * examples/dbu/dbu.hbp
   - examples/dbu/dbu.dif
   + examples/dbu/dbu52.dif
   + examples/dbu/dbu53.dif
   * examples/dbu/readme.txt
   * examples/rl/rl.hbp
   * examples/rl/rl.dif
   * examples/rl/readme.txt
     * Updated instructions: New item for *nix users to convert
       to lowercase and native EOL format, added hbmk2 command
       for all projects, separate 5.2/5.3 DBU patches.
     + Added separate patch for C53 version of DBU sources.
     * Converted all original filename references to lowercase.
     ! Fixed a few bugs in previous patches.
     ! Fixed .dif files to work on both *nix and non-*nix systems
       (had to create them on *nix then convert them to have consistent EOLs)
2009-06-10 07:48:17 +00:00
..

/*
 * $Id$
 */

1.) Download original sources of SuperLib 3.5 from this link and unpack it:
    http://www.the-oasis.net/ftpmaster.php3?content=ftplib.htm

2.) Unzip SOURCE.ZIP to this directory.

3.) *nix users will need convert original filenames to lowercase
    and EOLs to native format (f.e. with dos2unix).

4.) Apply supplied patch to the source using GNU Patch:
    patch -N -i hbsuper.dif

5.) Build it:
    hbmk2 hbsuper.hbp

6.) You're done.

[vszakats]