2012-10-11 20:59 UTC+0200 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
! fixed handling of -ku:<cp> option. Now hbmk2 will pass
-ku to Harbour compiler, which seems to help, but I
still can't see any effect of the <cp> passed, so still
unsure if this is the way to go.
See original commit here: 2012-04-23 20:31 UTC+0200
This commit is contained in:
@@ -16,6 +16,14 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-10-11 20:59 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
! fixed handling of -ku:<cp> option. Now hbmk2 will pass
|
||||
-ku to Harbour compiler, which seems to help, but I
|
||||
still can't see any effect of the <cp> passed, so still
|
||||
unsure if this is the way to go.
|
||||
See original commit here: 2012-04-23 20:31 UTC+0200
|
||||
|
||||
2012-10-11 20:47 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* harbour/src/rtl/gtwvt/gtwvt.h
|
||||
* harbour/src/rtl/gtwvt/gtwvt.c
|
||||
|
||||
@@ -2742,6 +2742,9 @@ FUNCTION hbmk( aArgs, nArgTarget, /* @ */ lPause, nLevel )
|
||||
ENDIF
|
||||
ENDIF
|
||||
ENDSWITCH
|
||||
IF ! Empty( hbmk[ _HBMK_cCPPRG ] )
|
||||
AAddNew( hbmk[ _HBMK_aOPTPRG ], "-ku" )
|
||||
ENDIF
|
||||
ENDIF
|
||||
ELSE
|
||||
IF hbmk[ _HBMK_lInfo ]
|
||||
|
||||
Reference in New Issue
Block a user