diff --git a/ChangeLog.txt b/ChangeLog.txt index c4159fac9d..0e764b559c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,12 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-03-31 21:52 UTC+0200 Viktor Szakats (harbour syenar.net) + * utils/hbmk2/hbmk2.prg + + clarified 'target' in several help items + + added 'to stdout' to clarifiy some help items + + use 'platform/C compiler' except 'toolchain' + 2013-03-31 21:38 UTC+0200 Viktor Szakats (harbour syenar.net) * doc/en/input.txt * doc/en/string.txt diff --git a/utils/hbmk2/hbmk2.prg b/utils/hbmk2/hbmk2.prg index 64c20e99f1..e8416f2f7e 100644 --- a/utils/hbmk2/hbmk2.prg +++ b/utils/hbmk2/hbmk2.prg @@ -15773,8 +15773,8 @@ STATIC PROCEDURE ShowHelp( hbmk, lMore, lLong ) { "-sign=" , I_( "sign executable with (Windows and Darwin only). On Windows signtool.exe is used (part of MS Windows SDK) or posign.exe (part of Pelles C 7), in that order, both autodetected." ) }, ; { "-signpw=" , I_( "use as password when signing executable (Windows and Darwin only)" ) }, ; { "-instfile=" , I_( "add in to the list of files to be copied to path specified by -instpath option. is an optional copy group (case sensitive), it must be at least two characters long. In case you do not specify , the list of files in that group will be emptied." ) }, ; - { "-instpath=" , I_( "copy target to . if is a directory, it should end with path separator, in this case files specified by -instfile option will also be copied. can be specified multiple times. is an optional copy group, it must be at least two characters long. Build target will be automatically copied to default (empty) copy group. There exist following built-in groups: 'depimplib' for import libraries and 'depimplibsrc' for import library source (.dll) files, both belonging to dependencies." ) }, ; - { "-instforce[-]" , I_( "copy target to install path even if it is up to date" ) }, ; + { "-instpath=" , I_( "copy target file(s) to . if is a directory, it should end with path separator, in this case files specified by -instfile option will also be copied. can be specified multiple times. is an optional copy group, it must be at least two characters long. Build target will be automatically copied to default (empty) copy group. There exist following built-in groups: 'depimplib' for import libraries and 'depimplibsrc' for import library source (.dll) files, both belonging to dependencies." ) }, ; + { "-instforce[-]" , I_( "copy target file(s) to install path even if already up to date" ) }, ; { "-depimplib[-]" , I_( "enable (or disable) import library generation for import library sources specified in -depimplibs= options (default: yes)" ) }, ; { "-stop[=]" , I_( "stop without doing anything and display if specified" ) }, ; { "-echo=" , I_( "echo text on screen" ) }, ; @@ -15807,7 +15807,7 @@ STATIC PROCEDURE ShowHelp( hbmk, lMore, lLong ) { "-clean" , I_( "clean (in incremental build mode)" ) }, ; { "-workdir=" , hb_StrFormat( I_( e"working directory\n(default: %1$s// [*] in incremental mode, OS temp directory otherwise)" ), _WORKDIR_BASE_ ) }, ; NIL, ; - { "-hbcontainer" , I_( "virtual target, it does not create anything. Useful for creating an .hbp with the sole purpose of referencing sub-projects" ) }, ; + { "-hbcontainer" , I_( "virtual build target, it does not create anything. Useful for creating an .hbp with the sole purpose of referencing sub-projects" ) }, ; { "-hbimplib" , I_( "create import library (Windows only)" ) }, ; NIL, ; { "-hbl[=]" , hb_StrFormat( I_( "output .hbl filename. %1$s macro is accepted in filename" ), _LNG_MARKER ) }, ; @@ -15840,9 +15840,9 @@ STATIC PROCEDURE ShowHelp( hbmk, lMore, lLong ) LOCAL aLst_Opt_LongCmd := { ; NIL, ; - { "-target=