Re: [Sdcc-user] Automatic generation of dependencies...

2009-01-14 Thread Kustaa Nyholm
Ah! Thanks, I missed it because it is listed in the help as: -MPreprocessor option still, should have seen it and tried it out. Great that it is there! br Kusti >>> borut.ra...@siol.net 14.1.2009 20:08:48 >>> sdcc (actually sdcpp) supports -M. Borut Kustaa Nyholm wr

Re: [Sdcc-user] Automatic generation of dependencies...

2009-01-14 Thread Borut Razem
sdcc (actually sdcpp) supports -M. Borut Kustaa Nyholm wrote: > Hi, > > is there on option like -M for gcc that outputs the dependencies for a > source file? > > I tried to google and checked the sdcc help but did not found > anything... > > If there is no direct option does someone know a quick

[Sdcc-user] Automatic generation of dependencies...

2009-01-14 Thread Kustaa Nyholm
Hi, is there on option like -M for gcc that outputs the dependencies for a source file? I tried to google and checked the sdcc help but did not found anything... If there is no direct option does someone know a quick fix/work around to implement this? I tried to use gcc for that (just to genera