Files
harbour-core/harbour/examples/dbu
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$
 */

Copy the full content of /SOURCE/DBU 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 dbu.dif

[vszakats]