From 10766f22efdfe4ff67ab3a3de5c71c3971ecf2fb Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 7 Dec 2011 09:54:55 +0000 Subject: [PATCH] 2011-12-07 10:54 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + added the word 'binary' to 3rd party pkg requirements + added 'advanced' for static linking of 3rd party pkgs --- harbour/ChangeLog | 5 +++++ harbour/INSTALL | 15 ++++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index becbe6023b..346fcd9b61 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2011-12-07 10:54 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + + added the word 'binary' to 3rd party pkg requirements + + added 'advanced' for static linking of 3rd party pkgs + 2011-12-06 23:28 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/gtwvg/gtwvg.hbp + Added: wvggenrc.prg diff --git a/harbour/INSTALL b/harbour/INSTALL index d154c71820..c1b13a82b1 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -325,12 +325,12 @@ HARBOUR on *nix which aren't available through official package managers (ADS Client f.e.). - Note that Harbour is tuned to use 3rd party packages in their default, - unmodified ("vanilla") install layout created by their official/mainstream - install kits. If you manually move, rename, delete or add files - under the 3rd party packages' root directory, the default Harbour - build process (especially Windows implib generation) might not work - as expected. + Note that Harbour is tuned to use 3rd party binary packages in their + default, unmodified ("vanilla") install layout created by their + official/mainstream install kits. If you manually move, rename, + delete or add files under the 3rd party packages' root directory, + the default Harbour build process (especially Windows implib + generation) might not work as expected. You can set these environment variables before starting the build. Make sure to adjust them to your own directories: @@ -390,7 +390,8 @@ HARBOUR HB_QTPOSTFIX= Certain contribs can be instructed (when using .hbc files) to link - against static build of their 3rd party lib dependencies: + against static build of their 3rd party lib dependencies (for + advanced users only): HB_STATIC_ALLEGRO=yes HB_STATIC_CURL=yes HB_STATIC_OPENSSL=yes