Thread overview
create dependencies?
Feb 09, 2003
Mark Junker
Feb 09, 2003
Jan Knepper
Feb 10, 2003
Walter
February 09, 2003
Hi,

how can I use spp or sc to create dependencies that I can include in makefiles? GNU and Borland C compilers have a -M[M][D] switch. Is there something similar in DM/SC++?

Best regards,
MJS

February 09, 2003
There is a utility makedep.exe and also a dep.exe around that can do this for you.

Jan



Mark Junker wrote:

> Hi,
>
> how can I use spp or sc to create dependencies that I can include in makefiles? GNU and Borland C compilers have a -M[M][D] switch. Is there something similar in DM/SC++?
>
> Best regards,
> MJS

February 10, 2003
Try: www.digitalmars.com/ctg/smake.html#makedep


"Mark Junker" <mjs@NOSPAM.hannover.sgh-net.de> wrote in message news:8fW2sqKO8gB@hannover.sgh-net.de...
> Hi,
>
> how can I use spp or sc to create dependencies that I can include in makefiles? GNU and Borland C compilers have a -M[M][D] switch. Is there something similar in DM/SC++?
>
> Best regards,
> MJS
>