Hi Pritpal,
as I write in other
post on this forum can you update hwgdebug.hbp and move at the end of qtcontribs.hbp?
Current .hbp code creates
...somewhere ... \lib\win\mingw\libhwgdebug.aout of Harbour\addons directories tree (I've tested on WinXp).
The reason is this row
-o../../../lib/${hb_plat}/${hb_comp}${hb_build}/${hb_name} take a look how many dots there are
This was my suggestion:
-olib/${hb_targetname} it creates libhwgdebug.a within addons/debug folder every time you build. addons/debug/lib automatically created
-workdir=${hb_work}/${hb_plat}/${hb_comp}/${hb_targetname} as usual it creates the working directory
-instpath=${hb_lib}/ it copies libhwgdebug.a into harbour/lib folder
BR
Luigi Ferraris