Files
harbour-core/harbour/contrib/examples/dbu
Viktor Szakats c88b1bda14 2009-03-05 21:24 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbbtree/tests/test.hbm
  * contrib/examples/guestbk/guestbk.hbm
  * contrib/examples/pe/pe.hbm
  * contrib/examples/dbu/dbu.hbm
  * contrib/examples/terminal/terminal.hbp
  * contrib/examples/hscript/hscript.hbm
  * contrib/examples/uhttpd/modules/allmod.hbm
  * contrib/examples/rl/rl.hbm
  * utils/hbdoc/hbdoc.hbm
  * utils/hbmk2/hbmk2.hbm
  * utils/hbtest/hbtest.hbm
  * utils/hbrun/hbrun.hbm
    - Removed -n switches no longer necessary.
2009-03-05 20:25:42 +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 this command to
apply the patch:

patch -N -i dbu.dif

[vszakats]