2009-11-16 00:14 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Fixed typo in generated .c stub. It could cause that
some automatic initializations didn't work for some
compilers.
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-11-16 00:14 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
! Fixed typo in generated .c stub. It could cause that
|
||||
some automatic initializations didn't work for some
|
||||
compilers.
|
||||
|
||||
2009-11-16 00:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* include/hbdefs.h
|
||||
- Deleted HB_ERRCODE. It already existed as HB_ERRCODE,
|
||||
|
||||
@@ -3666,7 +3666,7 @@ FUNCTION hbmk( aArgs, /* @ */ lPause )
|
||||
cFile += 'HB_CALL_ON_STARTUP_END( _hb_hbmk_setdef_ )' + Chr( 10 ) +;
|
||||
'' + Chr( 10 ) +;
|
||||
'#if defined( HB_PRAGMA_STARTUP )' + Chr( 10 ) +;
|
||||
' #pragma startup_hb_lnk_SetDefault_hbmk_' + Chr( 10 ) +;
|
||||
' #pragma startup _hb_hbmk_setdef_' + Chr( 10 ) +;
|
||||
'#elif defined( HB_MSC_STARTUP )' + Chr( 10 ) +;
|
||||
' #if defined( HB_OS_WIN_64 )' + Chr( 10 ) +;
|
||||
' #pragma section( HB_MSC_START_SEGMENT, long, read )' + Chr( 10 ) +;
|
||||
|
||||
Reference in New Issue
Block a user