FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour hbmk2 plugins
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
hbmk2 plugins
Posted: Tue May 05, 2020 09:40 PM
Using this hbmk2 plugin we get reported of the different states of the make process giving us the oportunity to modify params, etc

plugin.prg
Code (fw): Select all Collapse
function hbmk2_plugin( hbmk2 )

   hb_MemoWrit( hbmk2[ "cSTATE" ] + ".txt", hb_jsonEncode( hbmk2, .T. ) )

return nil

To build it:
harbour -gh -n plugin.prg

To use it:
hbmk2 test.hbp plugin.hrb

Now we have a chance to fine tune the hbmk2 behavior when needed :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion