Invisible <voi### [at] devnull> wrote:
> Warp wrote:
> > Do you honestly think that an IDE like Visual Studio is not going to
> > automatically create project dependencies for you?
> It's not entirely clear to me that the source code alone actually
> provides enough information to do this.
Why wouldn't it? If a source code file needs another source code file,
it will #include it, and the IDE sees that and creates a dependency.
If you don't #include another source code file then there is no dependency
between those two files.
--
- Warp
Post a reply to this message
|