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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
***
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user