On Tue, 13 Oct 2009, vszak...@users.sourceforge.net wrote:

Hi,

> 2009-10-13 17:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
>   * utils/hbmk2/hbmk2.pt_BR.po
>   * utils/hbmk2/hbmk2.hu_HU.po
>   * utils/hbmk2/hbmk2.prg
>     + Added support for new dependency checking method which uses 
>       Harbour compiler to find out dependent files in incremental 
>       mode. This of course only works for .prg sources, .c/rc source 
>       dependency checking will continue to use simple method 
>       which looks for '#include "' string.

In GCC builds you can use -M or -MM GCC switches to parse .c files
and generate real dependency list.
Maybe it will be good to add support for it to hbmk2?

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to