diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f3c32010ba..bd599b6c5e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-05-21 11:05 UTC+0100 Tomaz Zupan + * doc/gmake.txt + * Documented use of compiler cache with HB_CCACHE. + 2002-05-21 01:20 UTC-0500 Paul Tucker * source/common/hbffind.c * substitute constant for FILE_ATTRIBUTE_NOT_CONTENT_INDEXED diff --git a/harbour/doc/gmake.txt b/harbour/doc/gmake.txt index 9ef216ab42..c074203fa3 100644 --- a/harbour/doc/gmake.txt +++ b/harbour/doc/gmake.txt @@ -184,13 +184,17 @@ For GCC on Linux: HB_ARCHITECTURE linux HB_COMPILER gcc HB_GT_LIB gtstd - Note: If you have an ncurses library or a slang library, you may + Notes: + 1) If you have an ncurses library or a slang library, you may want to try one of the following two values for HB_GT_LIB: gtcrs gtsln In which case you'll also need to export HB_SCREEN_LIB with the name of the appropriate screen library, if it doesn't match the default value in config/linux/gcc.cf. + 2) If you want to take advantage of compiler cache programs + (such as http://ccaache.samba.org), you may set environment + variable HB_CCACHE with the value containing the name of program. For GCC on OS/2 for VIO mode: Note: You must point C_INCLUDE_PATH to the EMX include directory and