Hi Przemek,
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.
Thanks for the tip, I didn't know. -MM is what fits Harbour, as we're generally not interested in C system headers for Harbour C modules, -M could also greatly slow down the evaluation process.
Maybe it will be good to add support for it to hbmk2?
Yes, could be done. My only concern is parsing speed, gcc seems to be rather slow here. This means it may need separate option to toggle. Brgds, Viktor _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
