Files
harbour-core/harbour/examples/superlib
Viktor Szakats 4437414c5c 2009-06-01 19:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* INSTALL
    * MinGW examples: version number increase.

  * utils/hbmk2/hbmk2.prg
    * Internal implementation to support multiple Harbour versions
      and dialects has been extended.
    + Added support for -hb10 cmdline switch to force Harbour 1.0.x
      compatibility mode. Experimental, please make tests with it,
      some more exotic features (like shared mode, cross compiling)
      may not work (or not as smoothly). Also added 'hb10' fiter name.
    ! Fixed to not use -Go C compiler option in xcc mode.
    ! Filter was returning constant failure due to internal
      RTE in certain situations since add 'shared'/'static' filters.
    + Don't cover filter evalution with BEGIN SEQUENCE to avoid
      such errors as above being kept hidden.

  * examples/superlib/readme.txt
  * examples/dbu/readme.txt
    + Made clear in text that we're needing 'GNU Patch' tool.
2009-06-01 17:04:52 +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.) Apply supplied patch to the source using GNU Patch:
    patch -N -i hbsuper.dif

4.) Build it:
    hbmk2 hbsuper.hbp

5.) You're done.

[vszakats]