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:
Viktor Szakats
2012-10-11 19:03:49 +00:00
parent 082cbea3a5
commit b5536af35f
2 changed files with 11 additions and 0 deletions

View File

@@ -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

View File

@@ -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 ]