2010-01-29 00:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* utils/hbmk2/hbmk2.prg
    % Re-merged Harbour and xhb section in .c stub.

  * TODO
    * xHarbour -> Harbour.
This commit is contained in:
Viktor Szakats
2010-01-28 23:35:32 +00:00
parent 15b51bbe0a
commit acbbde9abe
3 changed files with 12 additions and 9 deletions

View File

@@ -17,6 +17,13 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-01-29 00:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
% Re-merged Harbour and xhb section in .c stub.
* TODO
* xHarbour -> Harbour.
2010-01-28 23:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rdd/dbfcdx/dbfcdx1.c
+ enabled automatic template order setting in Harbour SIXCDX RDD using

View File

@@ -54,7 +54,7 @@ Assign to: Przemek
Detail...: Define multi platform platform API for GTs which can mix
graphics objects with standard text output. Now it's
possible in GTXWC, GTWVG and GTALLEG. This I will discuss
yet also with xHarbour developers.
yet also with Harbour developers.
Status...: Open.
***

View File

@@ -3831,14 +3831,10 @@ FUNCTION hbmk( aArgs, /* @ */ lPause )
cFile += '' + Chr( 10 )
AEval( array, {| tmp | cFile += 'HB_FUNC_EXTERN( ' + tmp + ' );' + Chr( 10 ) } )
IF l_cCMAIN != NIL
cFile += '' + Chr( 10 )
IF hbmk[ _HBMK_nHBMODE ] == _HBMODE_XHB
cFile += 'HB_EXTERN_BEGIN' + Chr( 10 ) +;
'void ' + l_cCMAIN + '( void );' + Chr( 10 ) +;
'HB_EXTERN_END' + Chr( 10 )
ELSE
cFile += 'HB_EXTERN_C void ' + l_cCMAIN + '( void );' + Chr( 10 )
ENDIF
cFile += '' + Chr( 10 ) +;
'HB_EXTERN_BEGIN' + Chr( 10 ) +;
'void ' + l_cCMAIN + '( void );' + Chr( 10 ) +;
'HB_EXTERN_END' + Chr( 10 )
ENDIF
cFile += '' + Chr( 10 )
cFile += 'void _hb_lnk_ForceLink_hbmk( void )' + Chr( 10 )