> > I was sure there was a way to tell VC 6 to compile for min
> > dependencies rather than max speed or whatever, but I can't seem to
> > find any such option - the optimisations list doesn't include "min
> > dependencies" - anyone know how I do that?
>
> The two optimization options which oppose each other are "max speed" and
> "min size". In ATL projects, there is a "min dependency" build
> configuration which is irrelevant to optimizations. What are you
> exactly looking for?
I'm trying to reduce the list of external DLLs needed by the build - in this
case, it's an OCX.
It seems that in my specific case, choosing static linked MFC did the
trick - but it won't always be that easy.
--
Jason Teagle
[EMAIL PROTECTED]
