* debian/rules
* src/pp/Makefile
* src/dynlib/mt/Makefile
* src/dynlib/Makefile
* package/harbour-win.spec
* package/harbour-wce.spec
* package/harbour.spec
* contrib/make.hbs
* utils/hbmk2/hbmk2.1
* utils/hbmk2/hbmk2.prg
* utils/hbrun/hbrun.prg
* utils/hbrun/hbrun.hbp
* utils/hbrun/Makefile
* doc/gmake.txt
* config/postinst.hbs
* config/global.mk
* config/lib.mk
* config/bin.mk
* config/header.mk
* config/dyn.mk
* config/doc.mk
* INSTALL
* Renamed install dir control envvars to be in the same
"namespace": (INCOMPATIBLE if you used to manually
configure these)
HB_BIN_INSTALL -> HB_INSTALL_BIN
HB_LIB_INSTALL -> HB_INSTALL_LIB
HB_DYN_INSTALL -> HB_INSTALL_DYN
HB_INC_INSTALL -> HB_INSTALL_INC
HB_DOC_INSTALL -> HB_INSTALL_DOC
HB_MAN_INSTALL -> HB_INSTALL_MAN
HB_ETC_INSTALL -> HB_INSTALL_ETC
* contrib/hbide/idemisc.prg
- Deleted unused code.
/*
* $Id$
*/
Welcome to Harbour
==================
Harbour is a free software compiler for the xBase superset language often
referred to as Clipper (the language that is implemented by the compiler
CA-Cl*pper). The goal of the Harbour project is to produce a cross platform
CA-Cl*pper compatible compiler.
The Harbour web site is at <URL:http://harbour-project.org/>. If you
have any problems with this copy of Harbour please visit our web site and
ensure that you are using the latest release.
If you have any questions about Harbour please be sure to read the FAQ
<URL:http://harbour-project.org/faq/>. Also, please be sure to read the
documentation that comes with Harbour, you should find it in the same
directory in which you found this file.
If you are reading this file as part of a source distribution of harbour you
probably want to start by reading dirstruc.txt because this is your map to
the harbour source directories.