diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8e56cf0620..d3ed66ed01 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,20 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-02 11:46 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + + Added HB_DIR_*, HB_INC_* settings to ones which users + should NOT have in their setup anymore. + Please delete them, it's just noise on the dev list. + + This current full list: + set HB_PATH= + set HRB_DIR= + set INCLUDE= + set LIB= + set HB_INC_*= + set HB_DIR_*= + 2009-12-02 11:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/philes.c * include/hbextern.ch diff --git a/harbour/INSTALL b/harbour/INSTALL index 9d2df3d072..f34af83333 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -1026,6 +1026,8 @@ HARBOUR set HRB_DIR= set INCLUDE= set LIB= + set HB_INC_*= + set HB_DIR_*= - Try to do no or only small modifications at once to command examples included in this file. If it doesn't work, fall back to documented examples as is.