Hi Pritpal,

MINGW has given me some more bumps than expected. I could cover
> almost all of them but for one as under:
>
> Compiling resources...
> hbmk: Resource compiler command:
> windres -I"C:/harbour_dev/harbour/mingw/include"
> -I"c:/dev_sources/vouch/include" -I"c:/dev_sources/cachemgr/include"
> -I"c:/dev_sources/v32lib/include" -I"c:/dev_sources/freewin/include"
> -I"c:/harbour/contrib/gtwvg" -I"c:/harbour/contrib/xhb"
> c:/dev_sources/dev_resources/vouchsrv.res -O coff -o
> c:/dev_objs/mingw/vouch/vouchsrv.reso
> hbmk: Resource compiler command:
> windres -I"C:/harbour_dev/harbour/mingw/include"
> -I"c:/dev_sources/vouch/include" -I"c:/dev_sources/cachemgr/include"
> -I"c:/dev_sources/v32lib/include" -I"c:/dev_sources/freewin/include"
> -I"c:/harbour/contrib/gtwvg" -I"c:/harbour/contrib/xhb"
> c:/dev_sources/dev_resources/txtext.res -O coff -o
> c:/dev_objs/mingw/vouch/txtext.reso
>
> I have not gone into details how hbmk2 is handelling resource commands.
> Can you please forward me what should be the cause?


What is the problem you're experiencing?

[hbmk2 will use windres to compile .rc/.res files to coff format files
(with extension .reso), which can be then processed by MinGW linker.


> Can we have filters on source files in .hbm like:
> #
> vouch.hbm
> ----------
> c:/dev_sources/vouch/source/VOUCH.PRG
> c:/dev_sources/vouch/source/VOUCH_1.PRG
> {msvc|bcc}c:/dev_sources/vouch/source/VOUCH_3.PRG
> {mingw}c:/dev_sources/vouch/source/VOUCH_4.PRG


Yes, it's possible, I'll do it in a few days.

Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to