On Oct 24, 10:14 pm, "Carl Daniel [VC++ MVP]"
<cpdaniel_remove_this_and_nos...@mvps.org.nospam> wrote:
> > Hello, guys,
> > Here I have a VC project. I used to build it in VS.Net IDE. But
[quoted text clipped - 23 lines]
>
> -cd
Yes, I have been searching in the Google for many times. And my
project is VC8, so this tools could not help this issue.
Maybe using Scons is a better solution for it, it could auto check the
dependency.
David Wilkinson - 25 Oct 2007 10:40 GMT
>> Google is your friend. You'll find that this question comes up every now
>> and then, with lots of discussion and not a lot of resolution. There is
[quoted text clipped - 11 lines]
> Maybe using Scons is a better solution for it, it could auto check the
> dependency.
Ed:
What Carl is saying is that all .vcproj files are much the same, and VC6
.dsp files are very similar to makefiles, so if you want to roll your
own then seeing how to create VC6 files from VC7 might be a good start
on how to create makefiles from VC8.

Signature
David Wilkinson
Visual C++ MVP