2013-02-19 10:34 UTC+0100 Viktor Szakats (harbour syenar.net)

* utils/hbmk2/hbmk2.prg
    ! accept -n1 for compilation
This commit is contained in:
Viktor Szakats
2013-02-19 09:36:52 +00:00
parent 4df8b28fc6
commit 823451df02
2 changed files with 7 additions and 3 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-02-19 10:34 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
! accept -n1 for compilation
2013-02-19 02:06 UTC+0100 Viktor Szakats (harbour syenar.net)
* ChangeLog.txt
* src/codepage/l_sr_cyr.h

View File

@@ -58,12 +58,12 @@
*
*/
#if __pragma( n ) == 2
#if __pragma( n ) >= 1
/* Keeping it tidy */
#pragma -w3
#pragma -es2
#else
#error Missing required Harbour option: -n2
#error Missing required Harbour option: -n
#endif
/* Optimizations */
@@ -15626,7 +15626,7 @@ STATIC PROCEDURE ShowHelp( hbmk, lFull, lLong )
I_( 'Options accepting macro variables also support command substitution. Enclose command inside ``, and, if the command contains space, also enclose in double quotes. F.e. "-cflag=`wx-config --cflags`", or ldflags={unix&gcc}"`wx-config --libs`".' ), ;
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." ) , ;
hb_StrFormat( I_( ".hb or .hrb file passed as first parameter will be run as Harbour script. Note, for Harbour scripts, the codepage is set to UTF-8 by default. The default GT is '%1$s', unless full-screen CUI calls are detected, when '%2$s' [*] is automatically selected." ), Lower( _HBMK_GT_DEF_ ), Lower( __hbshell_gtDefault() ) ) , ;
hb_StrFormat( I_( ".hb or .hrb file passed as first parameter will be run as Harbour script. Note, for Harbour scripts, the codepage is set to UTF-8 by default. The default core header 'hb.ch' is automatically #included. The default GT is '%1$s', unless full-screen CUI calls are detected, when '%2$s' [*] is automatically selected." ), Lower( _HBMK_GT_DEF_ ), Lower( __hbshell_gtDefault() ) ) , ;
I_( ". (dot) passed as first parameter will enter the interactive Harbour shell." ) , ;
hb_StrFormat( I_( "Values marked with [*] may be host platform and/or configuration dependent. This help was generated on '%1$s' host platform." ), Lower( hb_Version( HB_VERSION_PLATFORM ) ) ) }