From e7accaf72a619db3f7c2655c16a7eb15025a7434 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 23 Mar 2013 17:26:44 +0100 Subject: [PATCH] added new note about processing of target type options --- ChangeLog.txt | 4 ++++ utils/hbmk2/hbmk2.prg | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index a5f225f277..aee49b5c81 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-03-23 17:26 UTC+0100 Viktor Szakats (harbour syenar.net) + * utils/hbmk2/hbmk2.prg + + added new note about processing of target type options + 2013-03-23 13:19 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbnetio/utils/hbnetio/hbnetio.hbp * contrib/hbnetio/utils/hbnetio/hbnetio.prg diff --git a/utils/hbmk2/hbmk2.prg b/utils/hbmk2/hbmk2.prg index af938eaf94..9bdd794d83 100644 --- a/utils/hbmk2/hbmk2.prg +++ b/utils/hbmk2/hbmk2.prg @@ -16285,6 +16285,8 @@ STATIC PROCEDURE ShowHelp( hbmk, lMore, lLong ) e"enclose in double quotes. Standard output of the command will be used " + ; e"as the value. F.e. \"-cflag=`wx-config --cflags`\", or " + ; e"ldflags={unix&gcc}\"`wx-config --libs`\"." ), ; + I_( "When multiple target type selection options (-hblib, -hbdyn, etc.) are specified, " + ; + "the first one will be significant, the rest will be silently ignored." ), ; I_( "Libraries and object files built with/for CA-Cl*pper will not work with " + ; "any supported platform/compiler." ), ; I_( "Defaults and feature support may vary by platform/compiler." ), ;