hwgdebug .hbp wrong directory

36 views
Skip to first unread message

Luigi Ferraris

unread,
Feb 24, 2015, 9:35:52 AM2/24/15
to qtcon...@googlegroups.com
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.a
out 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

Pritpal Bedi

unread,
Feb 25, 2015, 2:53:48 PM2/25/15
to qtcon...@googlegroups.com
Hi Luigi

 
as I write in other post on this forum can you update hwgdebug.hbp and move at the end of qtcontribs.hbp?

No problem with that, but why ?

 
Current .hbp code creates
...somewhere ... \lib\win\mingw\libhwgdebug.a
out 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

 
Ah, OK, I missed.


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


Even better. Next commit will contain that. Thanks.


Pritpal Bedi 
a student of software analysis & concepts
Reply all
Reply to author
Forward
0 new messages