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

How would this instruction help on getting a standalone copy of mfcEmbed? I
know that when you run:
nmake /f makefile.win you compile.. but some of the files get copied on to
dist\win32_O.OBJ\bin which is where you actually run the .exe file.. so if
you want to get mfcEmbed out of mozilla, is this the way to pull it out? or
would you do this manually by getting out all the files you need including
the dist directory?

Thanks,
Fatima

P.S> I'm actually trying to make a standalone copy of winEmbed... and I am
trying to figure out how to pull it out of Mozilla with the necessary header
files it needs to run properly.


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 13, 2001 10:46 AM
To: support
Cc: [EMAIL PROTECTED]
Subject: Re: Cannot build mfcEmbed - are there more instructions?


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