diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 87bb5951a8..d611e0f720 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-16 14:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + + HB_USER_LIBS documentation extended. + 2009-11-16 12:49 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxbp/Makefile ! Changed HB_INC_QT reference to HB_WITH_QT. diff --git a/harbour/INSTALL b/harbour/INSTALL index 96a5c13745..69690ad2ad 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -560,7 +560,7 @@ HARBOUR - HB_BUILD_EXTDEF=no Controls autodetection of external components on default systems locations. Default: yes - HB_CONTRIBLIBS=no Don't build any contrib libraries. Default: yes - - HB_CONTRIBLIBS=[] Build space separated of contrib + - HB_CONTRIBLIBS=[] Build space delimited of contrib libraries. Build all if left empty. - HB_CONTRIB_ADDONS= Build space separated of additional libraries stored in the contrib directory. @@ -577,7 +577,10 @@ HARBOUR format: <09><00>[.<00>] = [.] Default: filled by autodetection or empty - - HB_USER_LIBS Add user libs to link process + - HB_USER_LIBS=[] Add space separated of libs to link process. + Lib names should be without extension and path. + You only need this in special cases, like CodeGuard + build with bcc. - HB_REBUILD_PARSER=yes Rebuild language parser sources. Typically you only need this if your are Harbour core developer modifying grammar rules (.y).