From cfd5c94fa5ccc57965c4f3a7ea870d4268cbb16d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 25 May 2009 14:06:45 +0000 Subject: [PATCH] 2009-05-25 16:06 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg + Added -target=, -target and -alltarget (was -notarget) to help screen. --- harbour/ChangeLog | 5 +++++ harbour/utils/hbmk2/hbmk2.prg | 18 +++++++++++------- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 16e3c399da..b641cac53b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to these authors: Viktor Szakats. */ +2009-05-25 16:06 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * utils/hbmk2/hbmk2.prg + + Added -target=, -target and -alltarget (was -notarget) + to help screen. + 2009-05-25 14:44 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/hbwin/axcore.c ! fixed a few C++ compile warinings diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 487e110967..8b049ebd74 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -304,7 +304,7 @@ PROCEDURE Main( ... ) CASE Lower( tmp ) == "-target" nTarget++ lHadTarget := .T. - CASE Lower( tmp ) == "-notarget" + CASE Lower( tmp ) == "-alltarget" lHadTarget := .F. OTHERWISE IF ! lHadTarget .OR. nTarget == nTargetTODO @@ -5721,10 +5721,6 @@ STATIC PROCEDURE ShowHelp( hbmk, lLong ) "",; I_( "Options:" ) } - LOCAL aText_Notes := {; - "",; - I_( "Notes:" ) } - LOCAL aText_Supp := {; "",; I_( "Supported values for each supported value:" ),; @@ -5795,6 +5791,10 @@ STATIC PROCEDURE ShowHelp( hbmk, lLong ) { "-po=" , I_( "create/update .po file from source. Merge it with previous .po file of the same name" ) },; { "-rebuildpo" , I_( "recreate .po file, thus removing all obsolete entries in it" ) },; NIL,; + { "-target=