support wrote:

>-cd \developer\mozilla.source\mozilla\embedding\tests\mfcembed
>
Hi,

You can't build mfcEmbed standalone because it requires certain headers 
and libraries from Mozilla to build. The recommended way to get these is 
to build the entire Mozilla as per the instructions on 
http://www.mozilla.org/build/win32.html.

Specifically (and assuming your build environment is configured correctly):

cd \developer\mozilla.source\mozilla
nmake /f client.mak build_all

This builds the entire Mozilla including mfcEmbed. If you then want an 
embedding distribution:

cd \developer\mozilla.source\mozilla\embedding\config
nmake /f makefile.win

Adam

Reply via email to