Files
harbour-core/harbour/contrib/examples/dbu
Viktor Szakats c9dc573359 2008-10-14 19:23 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* include/hbextern.ch
    + Added hb_macroBlock()

  * source/rtl/langapi.c
    * One error text changed to be more precise.

  * doc/gmake.txt
  * bin/bld.bat
  * contrib/hbbtree/tests/bld_vc.bat
  * contrib/examples/pp/bld_vc.bat
  * contrib/examples/guestbk/bld_vc.bat
  * contrib/examples/pe/bld_vc.bat
  * contrib/examples/dbu/bld_vc.bat
  * contrib/examples/hscript/bld_vc.bat
  * utils/hbdoc/bld_vc.bat
  * utils/hbmake/bld_vc.bat
  * utils/hbmake/hbmake.prg
    - Removed MSVC -TP switches.
2008-10-14 17:26:24 +00:00
..

/*
 * $Id$
 */

Copy the full content of /SOURCE/DBU from your original 
CA-Cl*pper installation, and run the batch file to compile.

If DBU source is present in this directory, it will be 
patched by hb_dbu.dif to make the original code run better 
under various platforms. This patch is optional, you can 
delete it if you want.

[vszakats]