2009-11-16 14:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* INSTALL
    + HB_USER_LIBS documentation extended.
This commit is contained in:
Viktor Szakats
2009-11-16 13:12:11 +00:00
parent b84b71c9dc
commit f33ad72c5f
2 changed files with 9 additions and 2 deletions

View File

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

View File

@@ -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=[<list>] Build space separated <list> of contrib
- HB_CONTRIBLIBS=[<list>] Build space delimited <list> of contrib
libraries. Build all if left empty.
- HB_CONTRIB_ADDONS=<list> Build space separated <list> of additional
libraries stored in the contrib directory.
@@ -577,7 +577,10 @@ HARBOUR
<ver> format:
<09><00>[.<00>] = <major><minor>[.<revision>]
Default: filled by autodetection or empty
- HB_USER_LIBS Add user libs to link process
- HB_USER_LIBS=[<list>] Add space separated <list> 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).