Hi Harald,

* Harald Dunkel wrote on Thu, Jun 01, 2006 at 04:01:35PM CEST:
> 
> As suggested earlier on this list I am using a wrapper
> around cl.exe to make it look like a Unix compiler.
> Works pretty well, except that the *.Po files are
> empty after the build. Depcomp is called with depmode=none
> :-(.

Yes.  By default, only the side-effect dependency mechanisms are chosen.
If you want the slow ones (makedepend et al.) to be accepted, too, pass
  --enable-dependency-tracking.

Cheers,
Ralf


Reply via email to