2002-05-21 11:05 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si>

This commit is contained in:
Tomaz Zupan
2002-05-21 09:09:12 +00:00
parent a306c7f0f7
commit c406d72105
2 changed files with 9 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2002-05-21 11:05 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si>
* doc/gmake.txt
* Documented use of compiler cache with HB_CCACHE.
2002-05-21 01:20 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
* source/common/hbffind.c
* substitute constant for FILE_ATTRIBUTE_NOT_CONTENT_INDEXED

View File

@@ -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