Files
harbour-core/harbour/examples/superlib
Viktor Szakats ef29e9923c 2009-05-29 18:35 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* doc/dirstruc.txt
  * bin/postinst.bat
  * contrib/gtwvg/tests/demoxbp.prg
  * contrib/gtwvg/tests/demowvg.prg
  * examples/superlib/readme.txt
  * examples/uhttpd/uhttpdgd.hbp
  * examples/uhttpd/readme.txt
  * examples/terminal/trm_cli.hbp
  * examples/terminal/trm_srv.hbp
    ! Missing updated to prev changes.
2009-05-29 17:16:22 +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:
    patch -N -i hbsuper.dif

4.) Build it:
    hbmk2 hbsuper.hbp

5.) You're done.

[vszakats]